1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-10 18:55:41 +02:00
tldr/pages/linux/tlp.md
2025-07-30 07:32:48 +03:00

17 lines
359 B
Markdown

# tlp
> Advanced power management for Linux.
> See also: `tlp-stat`.
> More information: <https://linrunner.de/tlp/usage/tlp.html>.
- Apply settings (according to the actual power source):
`sudo tlp start`
- Apply battery settings (ignoring the actual power source):
`sudo tlp bat`
- Apply AC settings (ignoring the actual power source):
`sudo tlp ac`