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:
parent
5dd4d97a45
commit
8973839f55
1 changed files with 15 additions and 0 deletions
15
pages/linux/tlp.md
Normal file
15
pages/linux/tlp.md
Normal 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`
|
Loading…
Add table
Reference in a new issue