Skip to content

Instantly share code, notes, and snippets.

@acook
Last active September 27, 2015 00:19
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 acook/658193242bca2f210f47 to your computer and use it in GitHub Desktop.
Save acook/658193242bca2f210f47 to your computer and use it in GitHub Desktop.
echo -e "LC_ALL=en_US.UTF-8\nLANG=en_US.UTF-8" > /etc/default/locale
locale-gen "en_US.UTF-8"
dpkg-reconfigure locales
echo -e "nameserver 8.8.8.8\nnameserver 8.8.4.4" > /etc/resolv.conf
apt-get update && apt-get upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment