Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -14,24 +14,24 @@ source: https://github.com/tldr-pages/tldr.git
- Show CPU frequency information for the specified CPU:
`cpufreq-info -c {{cpu_number}}`
`cpufreq-info {{[-c|--cpu]}} {{cpu_number}}`
- Show the allowed minimum and maximum CPU frequency:
`cpufreq-info -l`
`cpufreq-info {{[-l|--hwlimits]}}`
- Show the current minimum and maximum CPU frequency and policy in table format:
`cpufreq-info -o`
`cpufreq-info {{[-o|--proc]}}`
- Show available CPU frequency policies:
`cpufreq-info -g`
`cpufreq-info {{[-g|--governors]}}`
- Show current CPU work frequency in a human-readable format, according to the cpufreq kernel module:
`cpufreq-info -f -m`
`cpufreq-info {{[-f|--freq]}} {{[-m|--human]}}`
- Show current CPU work frequency in a human-readable format, by reading it from hardware (only available to root):
`sudo cpufreq-info -w -m`
`sudo cpufreq-info {{[-w|--hwfreq]}} {{[-m|--human]}}`