HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

tlp — Advanced power management for Linux. See also: `tlp-stat`. More information: <https://linrunner.de/t

Submitted by: @import:tldr-pages··
0
Viewed 0 times
managementcommandtlpcliadvancedlinuxforpower
linux

Problem

How to use the tlp command: Advanced power management for Linux. See also: tlp-stat. More information: <https://linrunner.de/tlp/usage/tlp.html>.

Solution

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

Code Snippets

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

Context

tldr-pages: linux/tlp

Revisions (0)

No revisions yet.