Comes with 6.4.12 Kernel and archinstall 2.6.0-1, a python installation script





























Comes with 6.4.12 Kernel and archinstall 2.6.0-1, a python installation script





























sudo pacman -S ufw (installs the ufw package)
sudo systemctl start ufw (starts ufw service)
sudo systemctl enabe ufw (starts ufw service by default at boot)
ufw default deny (denies all by default)
ufw allow from 192.168.0.0/24 (allows access from a local LAN network)
On the first day of every month a new iso is released
archinstall is now the easiest way to install Arch linux using a python guided script with ability to automatically partition a disk with BTRFS and auto-create subvolumes.