Last active
September 27, 2015 00:19
-
-
Save acook/658193242bca2f210f47 to your computer and use it in GitHub Desktop.
This file contains 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
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