Versions Compared

Key

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

...

Code Block
# intel GPU tools
apt install -y intel-gpu-tools

# disk tools
apt install -y smartmontools nvme-cli mmc-utils

apt install -y lm-sensors btop cpufrequtils

# To be able to change Power Limits fro command line
apt install -y devmem2 msr-tools
wget https://raw.githubusercontent.com/horshack-dpreview/setPL/master/setPL.sh
chmod +x /root/setPL.sh

...