Skip to content

Instantly share code, notes, and snippets.

@jonathanschilling
Created December 13, 2021 15:06
Show Gist options
  • Save jonathanschilling/d810200e3d0f72a7de26b2626791567c to your computer and use it in GitHub Desktop.
Save jonathanschilling/d810200e3d0f72a7de26b2626791567c to your computer and use it in GitHub Desktop.
query and set CPU frequency governor
#!/bin/bash
cpupower frequency-info
sudo cpupower frequency-set -g powersave
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment