Created
November 16, 2016 02:26
-
-
Save peteygao/c03f9cff36b110ac4c13a82036c82037 to your computer and use it in GitHub Desktop.
Linux Snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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