Linux

Configure sendmail for SMTP relay with your ISP

2009/09/26

http://cri.ch/linux/docs/sk0009.html I have copied the document from the above link without modifications Author: Sven Knispel Updated: 05-01-2005 Feedback welcome: <a …

Script to generate a html file with link to all files in directory

2009/09/26

ls -1 |awk -F&#8221;.&#8221; '{print &#8221; &#8221;,$2,&#8221;.&#8221;,$3,&#8221; […] And if you want to do it recursively ls -1R |awk -F&#8221;.&#8221; …

top command with rc to make it more useful and beautiful.

2009/09/17

Just for fun, somedays back I was reading the top command. This command is something that I have been using since long time and have never read the man page so I thought let me do that. And yes, it …

Diff Linux command — Find the difference in files the easier way.

2009/09/17

In Linux you can use diff command to find the differences in file. What is interesting is that you can use &#8221;diff -u&#8221; to list the differences with &#8217;+&#8217; and …

feedly– addon for firefox if you have a lot of subscriptions for Google reader.

2009/06/23

Download feedly <a href="https://addons.mozilla.org/en-US/firefox/addon/8538">here. Feedly is the way to go if you have lot of subscriptions or otherwise too if you would like to see …

Managing your remote site locally – sitecopy.

2009/06/12

If you are managing a remote site, web server that you do not have direct access to (terminal or ssh) and you have to do it with cpanel, then I know how much pain it is. I had the same issue until …

Diary and Journal on your linux Desktop

2009/05/26

<a href="http://digitaldump.wordpress.com/projects/rednotebook/" target="_blank">RedNotebook is a diary and journel for the *nix OS. This is a great software with some very …

RFC Reader – Elegnant way to read RFC and other text documents.

2009/05/25

You can find RFC Reader <a href="http://download.cnet.com/RFC-Reader/3000-2383_4-10557406.html" target="_blank">here. Description of the tool: […] RFC Reader is a …

Nice articles to spend some time.

2009/03/14

Get intoxicated with all kind of crazy languages in the world of computers. <a href="http://www.tuxradar.com/content/programming-languages-melt-your-brain" …

12 Wallpapers in which linux criticizes windows.

2009/01/28

Just for FUN. Some cool wallpapers. <a href="http://www.bablotech.com/2009/01/26/12-wallpapers-in-which-linux-criticizes-windows/">12 Wallpapers in which linux criticizes windows.

Add border to images from command line using montage.

2008/11/20

Adding a border to the images from command line is quite simple. But if you have couple of images in a directory that you want to add border to then it may become quite painful 🙂 So what is the …


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