Files
HomeServerServices/powersave_mode.sh
2026-01-01 18:32:31 -06:00

8 lines
152 B
Bash
Executable File

sudo apt update
sudo apt install linux-cpupower
sudo cpupower frequency-set -g ondemand
echo "===== CPU FREQUENCY INFO ====="
cpupower frequency-info