Posts tagged «applet» Feed RSS

Most computers these days come with a myriad of sensors to monitor the temperature of your computer. These sensors are generally located on the processor and the motherboard, and you might also have sensors on your video card. On top of that, all S.M.A.R.T-enabled hard drives have built-in temperature monitoring.
I can show you the steps [...]

SSHMenu is a GNOME panel applet* that keeps all your regular SSH connections within a single mouse click.
To install it on Ubuntu, add this entry to your /etc/apt/sources.list:
deb http://sshmenu.sourceforge.net/debian stable contrib
Then you have to import the repository key:
gpg –keyserver subkeys.pgp.net –recv-keys 4CC00851
gpg –export –armor 4CC00851 | sudo apt-key add -
Run:
sudo apt-get update
and then:
sudo apt-get install [...]