Last active
July 23, 2019 07:27
-
-
Save simone-sanfratello/224824ee463ab4791bfa3b35f2a7d695 to your computer and use it in GitHub Desktop.
Debian 9 VPS setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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