Category Archives: Linux

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

High Availability::How To Best Manage and Provide

“High Availability” is the term coined with uptime. This is a method designed to increase the availability of services to the client, and thus provides more reliable servers/services for critical applications. There are many enterprise grade open-source free applications available … Continue reading

Share
Posted in ha, Linux | 2 Comments