diff options
author | bryan newbold <bnewbold@robocracy.org> | 2023-10-29 21:59:40 -0700 |
---|---|---|
committer | bryan newbold <bnewbold@robocracy.org> | 2023-10-29 21:59:59 -0700 |
commit | 094619bee8a6ac34303e93fe0f35303d8a130ccf (patch) | |
tree | 80373f04997b60808ee1cc3069852f0f499afd88 | |
parent | dcdfea67b43be9627514e9c7a73797d37d5db013 (diff) | |
download | knowledge-094619bee8a6ac34303e93fe0f35303d8a130ccf.tar.gz knowledge-094619bee8a6ac34303e93fe0f35303d8a130ccf.zip |
commit old debian notes
-rw-r--r-- | software/debian.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/software/debian.page b/software/debian.page index 2e8e474..da874e0 100644 --- a/software/debian.page +++ b/software/debian.page @@ -159,7 +159,7 @@ Persist Laptop Power Saving Flags `powertop` helps identify system flags that need tuning (`sysfs`, `iw`, etc), which are super helpful, but these tweaks don't persist through reboots. -You can automate setting *all* the `powertop` tunings at bood by adding +You can automate setting *all* the `powertop` tunings at boot by adding `powertop --auto-tune` to `/etc/rc.local` (and making sure `rc-local.service` is configured under `systemd` if you are using that for init). |