sensors
Report sensors information. More information: <https://manned.org/sensors>.
Install
- All systems
-
curl cmd.cat/sensors.sh
- Debian
-
apt-get install lm-sensors
- Ubuntu
-
apt-get install lm-sensors
- Arch Linux
-
pacman -S lm-sensors
- Kali Linux
-
apt-get install lm-sensors
- CentOS
-
yum install lm-sensors
- Fedora
-
dnf install lm-sensors
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install lm-sensors
- Raspbian
-
apt-get install lm-sensors
- Dockerfile
- dockerfile.run/sensors
Report sensors information. More information: <https://manned.org/sensors>.
-
Show the current readings of all sensor chips:
sensors
-
Show temperatures in degrees Fahrenheit:
sensors --fahrenheit
© tl;dr; authors and contributors