Linux

Some good and nice open source books worth downloading.

2009/11/22

There is a nice article <a href="http://www.tectonic.co.za/?p=4491" target="_blank">here b<span class="byline">by Alastair Otter. He has given links to …

5 Sites To Find Free Alternatives To Popular Software

2009/11/21

And sometimes there are software you find irksome and think things could have been better. In any case, I always like to try out a few alternative software choices before I settle with any particular …

Add current date and time in vim

2009/11/20

Last few days I was quite busy. So this time very quick tip 🙂 Add the following to the ~/.vimrc file imap dt :r! dateA And now whenever you type dt in the insert mode in vi, date will be inserted.

Multiple search in vim

2009/11/19

I was looking at a log file and needed to highlight multiple search items to make the logs more readable. I got into multiple threads suggesting various cryptic vim commands but I was in no mood to …

Linux xdg-open — replacement for start in windows

2009/11/05

if you want to open any document with the default document handler from the bash prompt or command prompt in linux then the simplest way to do that is use &#8221;xdg-open&#8221;. This can also …

Photo Resizing

2009/11/04

for i in * do mogrify $i -resize 640×480 i done

Citibank Doesn\’t Want Your Business, Linux Users

2009/11/03

This is an article from the Citibank customers in US. The Consumerist: &#8221;Citibank won&#8217;t let customers using Linux computers log in to their online accounts. Adam argues that in 2009 …

Using autologin for ftp sessions.

2009/10/30

A simple example of the .netrc file. Keep this file in your homedir and then chmod to 600. […] machine skyware login raj password ******** macdef init ls -lRt […] macdef hello bye

cups web interface.

2009/10/29

Today I found an interesting piece of information. I was trying to debug a problem with the cups service and found that cups offers a web administration.brbrThe server is running at port 631. So point …

Vi/VIM and Unix/Linux cheatsheets.

2009/10/26

I found quite a lot of good information today morning. Some really good info on vi/vim. I liked the this one:&#8221;Also, you don&#8217;t have to use the / command as a separator. Anything …

Adding dates to your photos.

2009/10/12

#!/usr/bin/perl if ($#ARGV < 0 ) { print &#8221;$#ARGV \n&#8221;; print &#8221;Usage $ARGV[0] filename/dir\n&#8221;; exit -1; } @files = `find &#8221;$ARGV[0]&#8221; -iname …

root shell auditing and syslog entry for all commands of shell

2009/10/08

A lot of times there is a need to log all the messages and the output of the shell to the file or syslog. Sometimes I need that for some user too. script command can be used to do this but then …


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