mirror of https://github.com/CrimsonTome/tldr.git
16 lines
320 B
Markdown
16 lines
320 B
Markdown
|
# 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`
|