Arch Linux Post-Installation Setup
This post lists things I do after installing Arch Linux. Secure Boot setup # pacman -S sbctl # sbctl create-keys # sbctl enroll-keys -m # sbctl verify # sbctl sign [file listed on "sbctl verify"] Reboot to BIOS and enable Secure Boot Install TLP # pacman -S tlp tlp-rdw # systemctl enable tlp # systemctl mask systemd-rfkill.service systemd-rfkill.socket Setup Firewall # pacman -S ufw # systemctl enable --now ufw # ufw default deny incoming # ufw default allow outgoing # ufw allow ssh ZRAM setup # pacman -S zram-generator Example config of /etc/systemd/zram-generator.conf: ...