Skip to content

Instantly share code, notes, and snippets.

@insanity54
Created March 22, 2024 00:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save insanity54/9160c8fddcb396705da323814415c435 to your computer and use it in GitHub Desktop.
Save insanity54/9160c8fddcb396705da323814415c435 to your computer and use it in GitHub Desktop.
provision a VPS
#!/bin/bash
apt install -y git mosh mg screen
git clone https://github.com/insanity54/dotfiles
cp ./dotfiles/.screenrc .
curl https://getcroc.schollz.com | bash
ufw allow 60000:61000/udp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment