1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/tlp.md

18 lines
344 B
Markdown
Raw Normal View History

2019-01-15 10:36:54 -05:00
# tlp
2021-04-25 14:17:03 +02:00
> Advanced power management for Linux.
> See also `tlp-stat`.
> More information: <https://linrunner.de/tlp/>.
2019-01-15 10:36:54 -05:00
- 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`