Tip: you can reduce the heat your laptop/desktop computer generates by limiting its CPU frequency.
To restrict all cores to 800MHz on Linux, run one of these two commands as root:
cpupower frequency-set -u 800MHz
echo 800000 >/sys/devices/system/cpu/cpu*/cpufreq/scaling_max_freq
#heatwave #laptop #desktop #computers #downclocking #EnergyEfficiency #Linux #shell
