Monitoring CPU and Hard Drive Temperature on Xubuntu

I run my Xubuntu computer 24/7 a day, therefore it’s a good idea to be able to monitor the CPU and hard drive temperature. Not looking for something complicated, I decided to install an applet on the Xfce4 panel. The first hardware sensors applet I found was the xfce4-sensors-plugin package, however I didn’t find the graphics very appealing, therefore I decided to use the sensors-applet which displays hardware sensors readings in the Gnonme panel.

To get the sensors-applet working on the xfce4 panel, I had to install xfce4-xfapplet-plugin which allows Gnome applets to be plugged into the Xfce4 panel. If you have hddtemp (a utility to monitor the temperature of your hard drive) you can also display the readings in sensors-applet as well.

$ apt-get install xfce4-xfapplet-plugin

$ apt-get install hddtemp

$ apt-get install sensors-applet

Sensors Applet Preferences

Related posts:

  1. Monitoring Fan RPM in Ubuntu
  2. Analyze Disk Usage on Xubuntu
  3. Network Browsing with Xubuntu
  4. Remote Desktop on Xubuntu
  5. Networking Browsing with pyNeighborhood in Xubuntu 8.10
This entry was posted in Xubuntu and tagged . Bookmark the permalink.

One Response to Monitoring CPU and Hard Drive Temperature on Xubuntu

  1. Pingback: vincentkong.com » Blog Archive » Monitoring Fan RPM in Ubuntu