Created
August 12, 2019 19:51
-
-
Save unixsam/0219af5d3dcc1fb3cca2c59810d23744 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Check CPU temperature in Ubuntu Using lm-sensors | |
sudo apt install lm-sensors | |
sudo sensors-detect | |
sensors | |
One can use the watch command command to run sensors command repeatedly, displaying its output on screen: | |
watch sensors | |
Hard disk temperature in Ubuntu Using hddtemp | |
using hddtemp | |
sudo apt install hddtemp | |
hddtemp | |
sudo hddtemp SATA:/dev/sda | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment