Answers for "how to see cpu fan speed ubuntu"

1

how to check cpu temperature ubuntu

sudo apt install psensor
Posted by: Guest on May-16-2021
0

how to control fan speed of ubuntu laptop

INTERVAL=2
  MINTEMP=40  
  MAXTEMP=60  
  MINSTART=150  
  MINSTOP=0  
  MINPWM=0  
  MAXPWM=255
Posted by: Guest on June-02-2021

Code answers related to "how to see cpu fan speed ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language