Random Stuff
Change keybord layout on arch permanently:
localectl set-x11-keymap de pc105
Console Neofetch
sudo pacman -S neofetch
sudo nano /etc/systemd/system/neofetch.service
Change conor to your username!
[Unit]
Description=Update /etc/issue with neofetch
Before=getty@tty1.service getty@tty2.service getty@tty3.service getty@tty4.service getty@tty5.service getty@tty6.service
[Service]
Type=oneshot
ExecStart=/bin/bash -c 'sudo -u conor neofetch | tee /etc/issue'
[Install]
WantedBy=multi-user.target
sudo systemctl enable neofetch
UFW Interface to Interface
ufw route allow in on <source-interface> out on <dest-interface> from <network/cidr>