mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 00:51:10 +00:00
Update cheatsheets
This commit is contained in:
22
linux/tlp
Normal file
22
linux/tlp
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# tlp
|
||||
|
||||
> Advanced power management for Linux.
|
||||
> See also `tlp-stat`.
|
||||
> More information: <https://linrunner.de/tlp/>.
|
||||
|
||||
- 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`
|
||||
Reference in New Issue
Block a user