Skip to content

Instantly share code, notes, and snippets.

@KonnorRogers
Last active January 15, 2019 05:26
Show Gist options
  • Save KonnorRogers/226a449a6e4f872b94e92daec9b12185 to your computer and use it in GitHub Desktop.
Save KonnorRogers/226a449a6e4f872b94e92daec9b12185 to your computer and use it in GitHub Desktop.
Setting up a new droplet
username='foo'
adduser $username
adduser $username sudo
su - $username
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment