Files
cheatsheet-tldr/tldr/linux/tlp
2025-07-31 00:21:38 +00:00

23 lines
451 B
Plaintext

---
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/usage/tlp.html>.
- 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`