Skip to content

Instantly share code, notes, and snippets.

@Fusseldieb
Last active June 20, 2022 18:51
Show Gist options
  • Select an option

  • Save Fusseldieb/49bb770dff86faf1cf5d7713a837db1a to your computer and use it in GitHub Desktop.

Select an option

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
# 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