Making my server quieter __ __ _ _ | \/ | __ _ | |__ (_) _ _ __ _ | |\/| | / _` | | / / | | | ' \ / _` | |_| |_| \__,_| |_\_\ |_| |_||_| \__, | |___/ _ __ _ _ | ' \ | || | |_|_|_| \_, | |__/ ___ ___ _ _ __ __ ___ _ _ (_-< / -_) | '_| \ V / / -_) | '_| /__/ \___| |_| \_/ \___| |_| _ _ __ _ _ _ (_) ___ | |_ ___ _ _ / _` | | || | | | / -_) | _| / -_) | '_| \__, | \_,_| |_| \___| \__| \___| |_| |_| ╔─*──*──*──*──*──*──*──*──*──*──*──*──*──*──*──*─╗ ║1 ........................................ 1║ ║2* ........................................ *2║ ║3 ........................................ 3║ ║1 ...........Posted: 2024-11-18........... 1║ ║2* .Tags: sysadmin linux hardware server .. *2║ ║3 ........................................ 3║ ║1 ........................................ 1║ ╚────────────────────────────────────────────────╝ Entered BIOS and looked for acoustic/power/performance settings which led me to some way to reduce fan intensity in BIOS. What I installed and did that helped: ``` sudo apt install cpufrequtils sudo cpufreq-set -g powersave ``` I could've used fancontrol + pwmconfig if my server supported it. I decided to unplug all fans but the CPU fan and just use `cpufreq-set` to powersave. Check current mode with `cpufreq-info` to make sure it's set to `powersave`. I think it's already consistent across boots from the command I tried? I checked temps with `sensors`.