Notes, scripts, XML files, and README

This commit is contained in:
2021-11-10 11:44:40 +00:00
parent 4fa8bb36e5
commit a08865d18c
12 changed files with 710 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
## Enable CPU governor performance mode
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
for file in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do echo "performance" > $file; done
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor