Created
October 28, 2016 05:06
-
-
Save wannadrunk/3c9b7a840da5408785b47e2a572dfcf3 to your computer and use it in GitHub Desktop.
Basic system setting
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
/bin/echo Asia/Bangkok > /etc/timezone | |
/bin/rm /etc/localtime | |
/bin/ln -s /usr/share/zoneinfo/Asia/Bangkok /etc/localtime | |
## locale | |
/bin/echo en_US.UTF-8 UTF-8 >> /etc/locale.gen | |
/bin/echo th_TH.UTF-8 UTF-8 >> /etc/locale.gen | |
/usr/sbin/locale-gen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment