# Powersaving

### Powergoverons 

#### Required: -

#### Related: -

1. `apt install cpufrequtils`
2. Check available govenors with `cpufreq-info` or `cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors`
3. apply governor on reboot in crontab with `echo "#NAMEOFGOVENOR" | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor`

#### See also: -

#### Sources:
<https://wiki.debian.org/CpuFrequencyScaling>