Skip to content

Instantly share code, notes, and snippets.

View cccccccccccccccccnrd's full-sized avatar
πŸ’…
refactoring ^__^

cnrd cccccccccccccccccnrd

πŸ’…
refactoring ^__^
View GitHub Profile

Add sudo user

adduser cnrd
usermod -aG sudo cnrd

Set firewall

sudo ufw allow OpenSSH
sudo ufw enable

This file lists helpful commands in addition to the official Installation guide

  • https://ftp.halifax.rwth-aachen.de/archlinux/iso/
  • nano /etc/pacman.d/mirrorlist
  • pacstrap /mnt base linux linux-firmware sudo networkmanager nano
  • ln -sf /usr/share/zoneinfo/Europe/Berlin /etc/localtime
  • pacman -S grub grub-install --target=i386-pc /dev/sda grub-mkconfig -o /boot/grub/grub.cfg

After boot

  • systemctl enable NetworkManager.service systemctl start NetworkManager.service