Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

cpupower

Code Block
cpupower frequency-set -g performance
cpupower frequency-set -g powersave


Install setPL.sh


Code Block
# execute as root
apt install -y linux-tools
apt install -y devmem2 msr-tools
cd /root
wget https://raw.githubusercontent.com/horshack-dpreview/setPL/master/setPL.sh
chmod +x ./setPL.sh
mv setPL.sh /usr/local/sbin

...