9 lines
131 B
Bash
Executable File
9 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
|
|
apt install -y powertop linux-cpupower
|
|
./turbostat.sh
|
|
./autoaspm.py
|
|
./check_aspm.sh
|
|
powertop --auto-tune
|
|
./turbostat.sh
|