apemax submitted a new resource:
Checking Your Temperatures In Linux - How to monitor your temps in Linux.
Read more about this resource...
Checking Your Temperatures In Linux - How to monitor your temps in Linux.
In this guide i will show you how to check your temperatures in Linux. This works on all Debian based Linux distros. You will need to install two packages to read your temps. These are: lm-sensors and hddtemp. To install them type this into a terminal:
And type in your password when prompted. Once they've installed run this command:
and type in you password when prompted. This command scans your computer for...
Code:
sudo apt-get install lm-sensors hddtemp
Code:
sudo sensors-detect