Linux
Installing Sofware on Linux, easier and finding alternates.
2010/02/03
There are already some great blogs on this, why write another one. Let me just point you to the best one <a …
Last access time for file
2010/02/03
The C program will print the last access time for the file. This is quite helpfull program when you want to find old files. Modifying the source to take the filename as argument and take multiple …
Built-in lists in vim
2010/02/03
<a class="zem_slink freebase/en/vimscript" title="Vimscript" rel="wikipedia" href="http://en.wikipedia.org/wiki/Vimscript">Vimscript provides excellent …
Understand Awk Variables with 3 Practical Examples
2010/01/28
<a id="aptureLink_gQhJKQ92Kn" style="padding: 0px 6px; float: left;" href="http://www.gnu.org/software/gawk/manual/gawk.html"><img style="border: 0px …
statifier — Dynamic to Static
2010/01/24
<a href="http://statifier.sourceforge.net/">Homepage of statifier. <span style="font-size: xx-small;"><span style="font-size: xx-small;">Statifier …
Short Information about loaded kernel modules
2010/01/24
There are couple of ways you can find the information on the <a class="zem_slink" title="Loadable kernel module" rel="wikipedia" …
Copy temporary evolution images downloaded for messages
2010/01/21
cd ~/.evolution cd cache cd http find . -name ”*.jpg” -exec cp {} /tmp/newfolder \; Simple to understand, so no explanation 🙂 <a name="more">
sed tutorial and help
2010/01/21
A very nice turorial and help <a href="http://sed.sourceforge.net/grabbag/tutorials/">here.
Useful link for grep
2010/01/16
<a href="http://lifehacker.com/398441/get-to-know-grep">http://lifehacker.com/398441/get-to-know-grep
Viewing log files without using vi or any other text editor
2010/01/16
This is quite useful for viewing files without opening them.. Saves quite a lot of time in viewing the logs 🙂 Want to see the first 5 lines of the /etc/passwd file? Pretty easy, just use the …
View information on all the rpms installed.
2010/01/16
This post if applicable to all the distro’s which are based on rpm. If you look at the number of rpms installed on your system, you will see it somewhere around 500-2000. Noe thats a pretty …
Browser and OS stats on my blog
2010/01/16
I have been thinking of posting this for some time, but here are some stats from my <a class="zem_slink freebase/en/website" title="Website" rel="wikipedia" …