Skip to content

Instantly share code, notes, and snippets.

@moul
Created January 17, 2013 20:41
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 moul/4559569 to your computer and use it in GitHub Desktop.
Save moul/4559569 to your computer and use it in GitHub Desktop.
osx - ssh to linux - locale
echo 'en_US.UTF-8 UTF-8' > /var/lib/locales/supported.d/en
dpkg-reconfigure locales
echo 'LANG=en_US.UTF-8' > /etc/default/locale
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment