Skip to content

Instantly share code, notes, and snippets.

@peteygao
Created November 16, 2016 02:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peteygao/c03f9cff36b110ac4c13a82036c82037 to your computer and use it in GitHub Desktop.
Save peteygao/c03f9cff36b110ac4c13a82036c82037 to your computer and use it in GitHub Desktop.
Linux Snippets
watch -n 1 cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_cur_freq # including logical processors (HyperThreading)
watch -n 1 cat /sys/bus/platform/devices/coretemp.0/hwmon/hwmon1/temp{1,2,3}_input # temp1 is the highest core's temp
alsamixer # Terminal audio mixer (if the volume setting doesn't show up in desktop UI)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment