pwmconfig

utility to control the fan speed

Install

All systems
curl cmd.cat/pwmconfig.sh
Debian Debian
apt-get install fancontrol
Ubuntu
apt-get install fancontrol
Alpine
apk add lm_sensors
Arch Arch Linux
pacman -S lm_sensors
image/svg+xml Kali Linux
apt-get install fancontrol
CentOS
yum install lm_sensors
Fedora
dnf install lm_sensors
Windows (WSL2)
sudo apt-get update sudo apt-get install fancontrol
Raspbian
apt-get install fancontrol
Docker
docker run cmd.cat/pwmconfig pwmconfig powered by Commando

fancontrol

utility to control the fan speed

Lm-sensors is a hardware health monitoring package for Linux. It allows you to access information from temperature, voltage, and fan speed sensors. It works with most newer systems. This package contains a daemon that calculates fan speeds from temperatures and sets the corresponding PWM outputs to the computed values. This is useful when this feature is not provided by the BIOS or ACPI, which should normally be the case on a laptop.

lm_sensors

Collection of user space tools for general SMBus access and hardware monitoring.