Skip to content

Instantly share code, notes, and snippets.

View puddly's full-sized avatar
😀

puddly

😀
  • United States of America
View GitHub Profile
@xenophonf
xenophonf / 01-pre-install.sh
Last active July 8, 2022 21:17
K3s on Ubuntu 20.04 with root on encrypted ZFS
#!/bin/sh
# Run as user `ubuntu` from the Ubuntu Desktop installer's live environment.
sudo apt-add-repository universe
sudo apt update
passwd ubuntu
sudo apt install --yes openssh-server screen vim
ip addr show scope global | grep inet