From 8973839f551bb0523060bafb5d9283c6879a218d Mon Sep 17 00:00:00 2001 From: Michael Sprague Date: Tue, 15 Jan 2019 10:36:54 -0500 Subject: [PATCH] tlp: add page (#2653) --- pages/linux/tlp.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/linux/tlp.md diff --git a/pages/linux/tlp.md b/pages/linux/tlp.md new file mode 100644 index 0000000000..4882040dcb --- /dev/null +++ b/pages/linux/tlp.md @@ -0,0 +1,15 @@ +# 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`