All public logs
Combined display of all available logs of Jwiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:56, 22 November 2025 Gyurci08 talk contribs created page Set CPU Power Management on Linux (Created page with "Category:System Services Category:CPU Power Management Category:Proxmox VE Category:Guides & Tutorials == Prerequisites == Install `cpupower` if missing: <syntaxhighlight lang="bash"> sudo apt-get update sudo apt-get install -y linux-cpupower </syntaxhighlight> Verify CPU frequency scaling support: <syntaxhighlight lang="bash"> ls /sys/devices/system/cpu/cpufreq/policy0/energy_performance_preference </syntaxhighlight> == Installation == Create `/e...")