Conky

Conky is a system monitor for Linux. It can tell you almost anything your computer, such as CPU usage memory usage network information and almost anything else. Here is what my Conky configuration looks like on my desktop. To install Conky on a RPM based distribution run yum install conky Or on a Debian based distribution run sudo apt-get install conky To get yours to look like that you need to put a file named ....

November 15, 2009 · 4 min

Extract, Compile, and Install Anything in Linux

From time to time every Linux user will run across a program that does not come in a nice packaged DEB or RPM. Often in the form of a tar.gz, tgz, tar.bz, tar, gz, tar.bz2 or tbz2 format. This is how you can make use of them. Remember to have a compiler installed and any dependencies for the software you installing. Extract To uncompress your file run the following command that applies to your extension....

November 15, 2009 · 1 min