Skip to content
Archive of entries posted on 24th May 2010

Menu driven ssh.

I have quite a lot of servers where I need to ssh at workplace and I generally don\’t remember all of them, so I wrote a simple yet useful script. In all the servers I have already copied my key so I dont need a password to login. Without much ado, here is the script. [...]

The power of find command in Linux – advanced.

Generally whoever uses Linux, would know about the find command. Find the man page here. There are also lots of blogs, tutorials and other articles on find command on the web, so why write another one. Because it\’s worth every word spent on it find is a very powerful command, let\’s see how (options for [...]

Inotify Example: Introduction to Inotify with a C Program Example

Inotify Example: Introduction to Inotify with a C Program Example: inotify utility is an effective tool to monitor and notify filesystem changes. You can specify a list of files and directories that needs to be monitored by inotify. This library is used by various other programs. For example, CPAN module Linux::Inotify is developed based on [...]