Difference between revisions of "Ubuntu: cek temperatur"

From OnnoWiki
Jump to navigation Jump to search
(New page: Sumber: http://askubuntu.com/questions/15832/how-do-i-get-the-cpu-temperature sudo apt-get install lm-sensors sudo sensors-detect sudo service kmod start It will ask you few questi...)
 
 
Line 3: Line 3:
  
  
  sudo apt-get install lm-sensors  
+
  sudo apt-get install lm-sensors hddtemp
 
  sudo sensors-detect
 
  sudo sensors-detect
 
  sudo service kmod start
 
  sudo service kmod start

Latest revision as of 18:34, 21 March 2017

Sumber: http://askubuntu.com/questions/15832/how-do-i-get-the-cpu-temperature


sudo apt-get install lm-sensors hddtemp
sudo sensors-detect
sudo service kmod start

It will ask you few questions. Answer Yes for all of them. Finally to get your CPU temperature type sensors in your terminal.

sensors