Preparing new vps from scratch
clean up
remove snap
update
update the thing to current
add swap
nano /etc/sysctl.conf
install basics
install the most basic of basics
install portainer
cheatsheets/portainer-standalone/
add overlay
install zerotier
curl -s 'https://raw.githubusercontent.com/zerotier/ZeroTierOne/master/doc/contact%40zerotier.com.gpg' | gpg --import && \
if z=$(curl -s 'https://install.zerotier.com/' | gpg); then echo "$z" | sudo bash; fi
add machine to overlay network
allow traffic from all zerotier network devices
add user
create mr user
make new user sudo
add user to docker group
lock down
cheatsheets/uncomplicated-firewall/
remove regular internet firewall rules, deny all