All public logs

Jump to navigation Jump to search

Combined display of all available logs of Photonicat Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:35, 5 June 2023 C2h2 talk contribs created page Photonicat 下调CPU频率 (Created page with "==Powersave 模式== 命令行输入: <pre> #! /bin/bash cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor for file in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do echo "powersave" > $file; done cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor </pre> ==CPU 关闭部分核心== <pre> echo 0 > /sys/devices/system/cpu/cpu1/online echo 0 > /sys/devices/system/cpu/cpu2/online echo 0 > /sys/devices/system/cpu/cpu3/online </pre>")