Skip to content

Instantly share code, notes, and snippets.

@nickistre
nickistre / init.sh
Last active January 8, 2025 18:50
Initial Debian/Ubuntu server setup (from FAIME install) for Kube node
sudo -i
apt update
# Update FAIME source to make sure these are installed
apt install -y qemu-guest-agent ssh-import-id curl open-iscsi nfs-common iptables
# Update FAIME source to import these there instead
ssh-import-id lp:nickistre
hostnamectl set-hostname <full-host-name>
sudo -u debian -i
ssh-import-id lp:nickistre
exit