Created
December 22, 2016 11:12
-
-
Save psgganesh/da5dc7a46e2637edb126c61e8d2337eb to your computer and use it in GitHub Desktop.
Ubuntu 16 vagrant
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
#Fix locale issue | |
http://askubuntu.com/questions/162391/how-do-i-fix-my-locale-issue | |
sudo locale-gen en_US.UTF-8 | |
# UFW rules to be enabled and added | |
https://www.digitalocean.com/community/tutorials/ufw-essentials-common-firewall-rules-and-commands | |
# Maria DB | |
http://idroot.net/linux/install-mariadb-ubuntu-16-04/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment