Răsfoiți Sursa

Update linux-examples.md

Håvard O. Nordstrand 5 ani în urmă
părinte
comite
2264d3512e
1 a modificat fișierele cu 6 adăugiri și 0 ștergeri
  1. 6 0
      config/pc/linux-examples.md

+ 6 - 0
config/pc/linux-examples.md

@@ -44,6 +44,12 @@ Debian 10 Buster
 
 
 - Find packages depending on the package: `apt rdepends --installed <package>`
 - Find packages depending on the package: `apt rdepends --installed <package>`
 
 
+### Performance and Power Efficiency
+
+- Set the CPU frequency scaling governor mode:
+    - High performance: `echo performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor`
+    - Power save: ` echo powersave | ...`
+
 ### Processes and Memory
 ### Processes and Memory
 
 
 - Useful ps args: `ps ax o uid,user:12,pid,comm`
 - Useful ps args: `ps ax o uid,user:12,pid,comm`