Skip to content

Instantly share code, notes, and snippets.

@simone-sanfratello
Last active July 23, 2019 07:27
Show Gist options
  • Save simone-sanfratello/224824ee463ab4791bfa3b35f2a7d695 to your computer and use it in GitHub Desktop.
Save simone-sanfratello/224824ee463ab4791bfa3b35f2a7d695 to your computer and use it in GitHub Desktop.
Debian 9 VPS setup
locale-gen en_US.UTF-8 && dpkg-reconfigure locales
adduser simone
apt upgrade && apt upgrade
dpkg-reconfigure tzdata
apt install sudo
usermod -aG sudo simone
apt-get install software-properties-common
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment