Skip to content

Instantly share code, notes, and snippets.

@foxish
Created March 26, 2013 14:52
Show Gist options
  • Save foxish/5245956 to your computer and use it in GitHub Desktop.
Save foxish/5245956 to your computer and use it in GitHub Desktop.
Power Management: Linux mint
sudo apt-get install cpufrequtils sysfsutils
sudo modprobe acpi_cpufreq
sudo modprobe cpufreq_ondemand
sudo modprobe cpufreq_powersave
...
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment