Wallpaper designed by me with GIMP.

2010/02/04

Here&#8217;s the wallpaper, did not spend much time but I think this came out quite good. <a href="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/02/Untitled.jpg"><img …

Gentoo, Knoppix and Linux Console Screenshots

2010/02/03

Finally I decided to try a few distro&#8217;s that I downloaded with Beldi. […] <a href="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/02/gentoo.jpg"><img …

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 …

Quickly search and replace string with Regular expression in multiple files using perl

2010/01/27

for i in *; do perl -p -w -e &#8217;s/a(.*)b.*/d$1e/g&#8217; $i > temp/$i; done for i in *; do perl -pi -w -e &#8217;s/a(.*)b.*/d$1e/g&#8217; $i ; done […] The first one can …

grep -v with multiple patterns.

2010/01/25

$ sed '/test/{/error|critical|warning/d}' somefile If you wanted to do all in one command, you could go w/ sed instead […] <a href="http://www.commandlinefu.com"><img …

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" …

Seders\’s grab bag – Tutorials

2010/01/24

<a href="http://sed.sourceforge.net/grabbag/tutorials/">http://sed.sourceforge.net/grabbag/tutorials/ […] <a …

been busy for last couple of days….

2010/01/24

Sorry to all my followers, been busy for last couple of days so there was not much of update…. anyways, I think I should be more free from this week onwards. Reason for being busy was that my sister …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it