Skip to content

Instantly share code, notes, and snippets.

@dapize
Created December 26, 2021 22:56
Show Gist options
  • Select an option

  • Save dapize/72a284fe89ad87feb6687a1bbd9ca0a0 to your computer and use it in GitHub Desktop.

Select an option

Save dapize/72a284fe89ad87feb6687a1bbd9ca0a0 to your computer and use it in GitHub Desktop.
Temp Sensors
# first, install
sudo aptitude -y install lm-sensors
# after, lets to detect our sensors
sudo sensors-detect
# after type: yes, yes, yes, to all
# lets to see the temp with the command:
sensors
# AND THAT IS ALL !!!!
# NOTE: if you can see every second the new temp you can type the next command:
watch -n 1 sensors
# dont forget press CTRL + C to kill the process
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment