Projects
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" …
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 …
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 …
Creating a chroot environment in Fedora with bash and other utils.
2011/09/19
[ad#ad-2] I am testing some of my scripts to work on a very old system and there the versions of the most popular applications are very old, real old :(. So, some of things that I am very used to …
10 Useful Sar (Sysstat) Examples for UNIX / Linux Performance Monitoring
2011/04/22
by Ramesh Natarajan on March 29, 2011 Using sar you can monitor performance of various Linux subsystems (CPU, Memory, I/O..) in real time. Using sar, you can also collect all performance data on an …
List all installed rpm packages and it’s size
2010/12/09
If you are looking for a command to see the disk usage by each of the rpm‘s then you can use this command: […] <td> <div class="text codecolorer"> rpm -q …