Linux
Tora installation on Fedora 16 with rpm
2012/02/09
Last article I talked about tora installation from the sources, but if that is too much for you then you can use this one liner: rpm -ivh "http://amit-agarwal.co.in/mystuff/tora-2.1.3-1.fc16.i686.rpm" …
tora on Fedora 16 for mysql and Oracle.
2012/02/06
Sometime back I had posted a article on Tora on Fedora. But that was a while back and things have progressed and we already have Fedora 16 (aka Verne). So, awhile back I installed Tora on my Fedora 16 …
Set gnome-shell to start in fallback mode without GUI.
2012/01/26
If you run into issues with gnome-shell then gnome-shell should allow you to disable all the plugins and get the gnome-shell. But since gnome-shell is still evolving, you might run into issue where …
Color disk usage on Fedora
2012/01/21
For this tip, you would need to setup the rpm-shere repository. You can get the information here. Once you have done that you need to install the cdu package with the following command: sudo yum …
Interesting repository for Fedora.
2012/01/18
Here is one repository that you can add to your Fedora to give it a few more hundred packages:
conky script used to monitor server status remotely.
2012/01/12
I was looking for something to monitor few details on the server. I thought about quite a lot of applications, some open source and some scripts developed in house. But my requirements were quite …
qemu manager for Windows to run your linux distribution
2011/12/22
If you are into virtualization, then you must have heard about Qemu. And if you are on windows then this is a must: http://www.davereyn.co.uk/download.htm
Rekursive Grep on Solaris or AIX Systems without GNU egrep -r funcionality
2011/12/16
If you work regularly on a Solaris or systems which do not have the “-r” (recursive grep) for grep, then you know what a lifesaver this command can be. Here is one from command line fu: find . -type f …
Consistent ethernet device names in Verne
2011/12/13
Fedora now supports consistent device names across the network with bios device names for the ethernet devices. If you upgraded your earlier version of Fedora then you may need to go to root access to …
rpmorphan – deborphan for the rpm based distros.
2011/12/07
<td> <div class="bash codecolorer"> <span class="kw2">sudo</span> <span class="kw2">yum install</span> rpmorphan …
Backup of files in the directory.
2011/12/01
I was working on some scripts and the changes that I was making in the scripts was very dynamic, which I did want to keep backing up in the version control system. But for the peace of my mind, I …
Linux hardware details.
2011/11/28
Here is one of the scripts that I found on the net while searching for something … Note the URL for the script in the Description.