Reaching out to others! Free & Open Source Software, Kannada, L10n, L18n Data Science, Cloud Computing & more…

Force fsck on boot with /forcefsck

If you want to run fsck on the system for file system check during next reboot,its very simple. Nope, you need not boot your system in recovery mode or via live cd. All you need to do is this: login as root #su – Type the following command #touch /forcefsck c)...

Adding cdrom to yum as repo

If you want to be able to install the packages from DVD or CDROM available with you try the following instructions. First take the backup of /etc/yum.repos.d, remove those old repo files and add a new file called local.repo with the following lines: [local] name=Local...

Script to regenerate /etc/vmail files for cPanel

If you’re using cPanel 11.24+ you might find that the files under /etc/vmail folder vanishes at times. Horde and other webmail authentication issues are caused due to this bug. This folder content is required even for email account verification. I wrote a small...
Mobile Media Converter

Mobile Media Converter

The Mobile Media Converter is a free video and audio converter that uses ffmpeg to convert between popular desktop formats like MP3, Windows Media Audio (wma), Ogg Vorbis Audio (ogg), Wave Audio (wav), MPEG video, AVI, Windows Media Video (wmv), Flash Video (flv) and...

Using rsa keys for password less SSH access

The basis of using ssh without typing your password is public key based authentication. You need to generate a pair of public/private keys for this. 1. Firstly, generate your public/private keys using ssh-keygen #ssh-keygen -t rsa You must use the -t option to specify...