Skip to content

Instantly share code, notes, and snippets.

View margual56's full-sized avatar

Marcos Gutiérrez Alonso margual56

View GitHub Profile
@margual56
margual56 / arch.md
Last active April 18, 2023 09:10
Some notes on common problems and tips after installing arch

Tips

Optimize power usage on start

You can either use:

  • powertop:
    • Create a service file (/etc/systemd/system/powertop.service):
       [Unit]
       Description=Powertop tunings
      
       [Service]