mirror of
https://github.com/StepanovPlaton/HomeServerServices.git
synced 2026-04-03 20:30:44 +04:00
8 lines
152 B
Bash
Executable File
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
|