Arch
Guides for Arch: apps, fonts, firewall and post-install setup.
Arch Firewall
Setting up Uncomplicated Firewall (UFW) You can install it using your package manager. sudo pacman -S ufw Now use these recommended rules: sudo ufw …
Arch Better Fonts
1. Install the Microsoft Fonts. yay -S ttf-ms-fonts yay -S ttf-ms-win11-auto yay -S ttf-ms-win10-auto Choose one, here I recommend …
Arch Apps
A collection of applications to improve desktop experience. GNOME: sudo pacman -S obs-studio steam discord qbittorrent kdenlive vlc libreoffice-fresh …
Arch Post Install
Update the system: sudo pacman -Syu Install vim (or other text editor) sudo pacman -S vim git Open /etc/pacman.conf and make the following changes in …