Set the current maximum CPU frequency of CPU 1

cpufreq-set

  • A tool to modify CPU frequency settings.
    The frequency value should range between the output of command `cpufreq-info -l`.
    More information: <https://manned.org/cpufreq-set>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

sudo cpufreq-set -c {{1}} --max {{max_frequency}}

click the source code to copy install cpufreq-set on any operating system with command-not-found.com