LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

tlp

Advanced laptop power management

TLDR

Start and apply power settings for current power source
$ sudo tlp start
copy
Apply battery profile regardless of power source
$ sudo tlp bat
copy
Apply AC profile regardless of power source
$ sudo tlp ac
copy
Enable USB autosuspend for all devices
$ sudo tlp usb
copy
Show disk device IDs for configuration
$ sudo tlp diskid
copy

SYNOPSIS

tlp COMMAND

DESCRIPTION

tlp is an advanced power management tool for Linux that optimizes battery life on laptops. It automatically applies power-saving settings when on battery and performance settings when on AC power.Settings are configured in `/etc/tlp.conf` and cover CPU frequency, disk spin-down, USB autosuspend, WiFi power saving, and more.

CONFIGURATION

/etc/tlp.conf

Main configuration file defining power profiles for AC and battery modes, covering CPU governor, disk settings, USB autosuspend, WiFi power saving, and more.
**/etc/tlp.d/*.conf**
Drop-in configuration directory for modular overrides.

COMMANDS

start

Apply settings based on current power source
bat
Apply battery profile (ignore actual power source)
ac
Apply AC profile (ignore actual power source)
usb
Enable autosuspend for USB devices
diskid
Show disk IDs for configuration

INSTALL

sudo dnf install tlp
copy
sudo pacman -S tlp
copy
sudo apk add tlp
copy
sudo zypper install tlp
copy
nix profile install nixpkgs#tlp
copy

CAVEATS

May conflict with other power management tools. Some settings require specific hardware support. Test settings carefully on new hardware. Use `tlp-stat` to check current status.

HISTORY

TLP was created by Thomas Koch (linrunner) to provide comprehensive power management for Linux laptops without requiring manual configuration.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid