Skip to content

Instantly share code, notes, and snippets.

@psgganesh
Created December 22, 2016 11:12
Show Gist options
  • Save psgganesh/da5dc7a46e2637edb126c61e8d2337eb to your computer and use it in GitHub Desktop.
Save psgganesh/da5dc7a46e2637edb126c61e8d2337eb to your computer and use it in GitHub Desktop.
Ubuntu 16 vagrant
#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