Learn To Use Vim Text Editor The Easy Way

September 28, 2011
Vim is an enhanced version of the ever popular command line text editor vi. If you master the use of Vim text editor, it can be a very powerful tool in your hands, and allow you to do amazing text editing feats with just a few taps on your keyboard.

In 2007, this site had conducted a poll, and over 50% of the respondents said their favorite text editor is Vi.

Learn Linux Commands The Easy Way

September 24, 2011
There are hundreds of command line tools in Linux. For a person who has just started using Linux, learning the various commands could at times, be a chore. But not any more, if you see what this website has achieved.

Playterm is a site which hosts videos of commands / tasks executed in the Linux terminal.

9 Cool SSH Tricks You May Not Know

September 19, 2011
If you are running a website, even if it is a blog, chances are, you might have used SSH at least once. SSH stands for Secure SHell. When you use SSH, the communication and data transfer between the local machine and the remote machine occurs in a secure encrypted tunnel. So no one will be able to snoop on your data.