1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 09:15:31 +02:00

tlp: add page (#2653)

This commit is contained in:
Michael Sprague 2019-01-15 10:36:54 -05:00 committed by Owen Voke
parent 5dd4d97a45
commit 8973839f55

15
pages/linux/tlp.md Normal file
View file

@ -0,0 +1,15 @@
# tlp
> Advanced power management for Linux. See `tlp-stat` page for additional information.
- 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`