Fedora
snmpd -verify if the mibs are loaded.
2012/09/10
If you are setting up the snmpd server and have added your own mibs and do not really know if the mibs are loaded or not then simply go to the directory: /var/lib/net-snmp/mib-indexes This can save …
using iTerm color schmes with gnome-terminal.
2012/08/29
Found this great page and thought of sharing this: http://www.sharms.org/blog/2012/08/using-iterm-2-themes-with-gnome-terminal/ When using this, you will need to install : …
script for changing gnome-terminal color schemes.
2012/08/25
Earlier I had posted this. So, if you want to try all of these schemes, then you need not have to copy paste the schemes from the web page, you can try the below script. # function idleToes() { …
gnome-terminal color schemes.
2012/08/21
I was looking for a way to set the terminal colors for gnome. There is a GUI way to change the same by going to the Preferences->Colors. And then you can change the colors that you see in the color …
Different bottom panel for gnome3.
2012/08/14
If you miss the bottom panel on gnome3, the do give tint2 a try. Here is how this looks (by default). […]
procinfo and procinfo-ng : Get system information from /proc.
2012/08/10
Install procinfo or procinfo-ng. The procinfo contains three programs : /usr/bin/lsdev /usr/bin/procinfo /usr/bin/socklist and procinfo-ng contains :: /usr/bin/procinfo-ng The description for both of …
Music players on Linux – the poor mans random song player.
2012/07/20
If you have more applications running on your system then your system can handle them then you know what I mean when I say that the Music Players take a lot of CPU. Otherwise harmless, but when you …
colorgcc – Color your compiler output on Fedora
2012/07/11
Lets start with installing colorgcc : sudo yum install colorgcc Now once that is done, you will need to ensure that the call to g++, gcc and others that you want to use, you will need to create a link …
convert word document to html
2012/06/27
First install the required package: sudo yum install wv Description: […] And here is the list of the programs that this utility provides: /usr/bin/wvAbw /usr/bin/wvCleanLatex /usr/bin/wvConvert …
tora installation on Fedora 17.
2012/06/22
Here are the previous links on Tora: Tora on F16 Tora on Fedora And if you are interested in installing from source then you can always use this link: …
rpmconf – Tool to handle rpmsave and rpmnew files
2012/06/18
Install the utility: sudo yum install rpmconf Description: […] And finally run the utility: sudo rpmconf -a and if there is a conflict or rpmsave or rpmnew file, then you will see something …
symlinks -delete all invalid soft links in Linux/Fedora
2012/06/12
First of all, install symlinks if it is not installed : sudo yum install symlinks and here is the description: […] and the help for the same: […] symlinks: scan/change symbolic links – …