Skip to content

Instantly share code, notes, and snippets.

@cloverstd
Created March 20, 2016 07:14
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 cloverstd/28adbdd9e857069d8b45 to your computer and use it in GitHub Desktop.
Save cloverstd/28adbdd9e857069d8b45 to your computer and use it in GitHub Desktop.
VPS init
sudo apt-get update -y && sudo apt-get upgrade -y
sudo useradd -m -G sudo -s /bin/bash cloverstd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment