Linux

Top 3 Sites To Help You Become A Linux Command Line Master]

2010/02/04

The truth about Linux today is that one may never have to actually <a class="zem_slink" title="Spice Girls" rel="homepage" …

Damn Vulnerable Linux – DVL review

2010/02/04

Today morning I got a chance to look at one of the other less commonly known Linux Distribution and out of the line distribution, very good for Learning purposes. The distribution is known as DVL …

chfn – Change finger information

2010/02/04

Finger is a nifty nice utility to get the information on the user. A sample output of the command is as below: -0-(ak) ~ > finger ak Login: ak Name: Amit Agarwal Directory: /home/amitag Shell: …

Web Thumbnails, create your account to upload your files.

2010/02/04

So, since I got one more address, I thought of some social service too ;). Just kidding. Got my gallery site up. You can use it too to upload your photos. For stopping social abuse I would personally …

Color output from ls – based on file type

2010/02/04

Threre are certain default variables which control the color of the output from the ls command, so we will talk about them today. The first one is to get the color output from the …

Setting the title of PuTTY window.

2010/02/04

Setting the title for PuTTY window is quite a simple trick. The trick is to set the PS1 with a escape sequence. When the PS1 is set with the escape sequence the variable will set the title window …

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 …


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