Skip to content

Instantly share code, notes, and snippets.

@wannadrunk
Created October 28, 2016 05:06
Show Gist options
  • Save wannadrunk/3c9b7a840da5408785b47e2a572dfcf3 to your computer and use it in GitHub Desktop.
Save wannadrunk/3c9b7a840da5408785b47e2a572dfcf3 to your computer and use it in GitHub Desktop.
Basic system setting
/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