Skip to content

Instantly share code, notes, and snippets.

@wes5510
Created June 9, 2019 07:49
Show Gist options
  • Save wes5510/10cd581f570f5bc2050f59c1d2319df7 to your computer and use it in GitHub Desktop.
Save wes5510/10cd581f570f5bc2050f59c1d2319df7 to your computer and use it in GitHub Desktop.
Change linux default locale
#!/bin/bash
echo "LANG=\"C\"" > /etc/default/locale
source /etc/default/locale
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment