Author Archives: unni

How to change the name of the application menu items in XFCE

The application menu names in XFCE is provided by the package “Garcon” ( http://wiki.xfce.org/dev/garcon ). You can directly edit the file installed by that package to change the name of the menu. In my arch linux system the files are … Continue reading

Share
Posted in Uncategorized | Leave a comment

Puppet in CentOS

Puppet is a powerful configuration management and automation tool. Using the client server architecture of puppet, one can manage hundreds or even thousands of servers. Puppet saves lot of time for the system administrator. In this article I am going … Continue reading

Share
Posted in CentOS, Linux, Puppet | 1 Comment

IMDB movie fetcher version 4

Update : Released 4.1 with cast/director/rating code update. I am happy to announce the version 4 of IMDB movie fetcher. This release contains two new features and many bug fixes. This release adds colored output and “similar title” suggestions. Installation … Continue reading

Share
Posted in imdb movie fetcher, imdb-mf, Linux, scripting | Tagged | Comments Off

Configuration file to input values in bash script

Most of the time bash script need user input values to generate the data that is presented to user. There are many ways to accept user data in bash like reading data interactively, getting from parameters etc. But there are … Continue reading

Share
Posted in bash, imdb movie fetcher, Linux, scripting | Leave a comment

Graphics in console

Linux uses framebuffer to show graphics in console. It is possible to see pictures or even video in console using framebuffer. In ubuntu the packages such as fbi, fbcat, mplayer etc can be used to see pictures, take screen shot … Continue reading

Share
Posted in Linux | Tagged , | 1 Comment