/setgov.sh

shell script that runs from terminal to set cpu frequency governor speed

Primary LanguageShell

setgov.sh

shell script to set cpu frequency governor speed on all cores for debian/ubuntu

  1. must has

$ sudo apt-get install linux-tools-common

  1. get script

  2. to allow only you/user to execute

$ chmod 700 setgov.sh

  1. open terminal >

$ /path/to/setgov.sh

or

$ ./setgov.sh #if already in script's directory

freq out!