Last active
June 20, 2022 18:51
-
-
Save Fusseldieb/49bb770dff86faf1cf5d7713a837db1a to your computer and use it in GitHub Desktop.
Making the computer cool and silent with the nbfc and cpupower package - Made for a 2017 MiBook running Manjaro
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
| # Install nbfc and cpupower package first | |
| # Run in crontab when computer starts | |
| # Add this line to `sudo crontab -e`: | |
| # @reboot /usr/bin/sh /home/<your_username>/fans.sh | |
| /usr/bin/nbfc set -f 0 -s 0 | |
| /usr/bin/nbfc set -f 1 -s 50 | |
| /usr/bin/cpupower frequency-set -g conservative | |
| echo 0 > /sys/devices/system/cpu/cpufreq/boost |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment