Skip to content

Instantly share code, notes, and snippets.

@daicham
Created November 2, 2015 10:19
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 daicham/ea629b0404d472cc8bbf to your computer and use it in GitHub Desktop.
Save daicham/ea629b0404d472cc8bbf to your computer and use it in GitHub Desktop.
A provisioning script for softlayer
# アップデート
yum -y update
# Japanese Locale の設定
yum -y groupinstall "Japanese Support"
sed -i.org -e "s/en_US.UTF-8/ja_JP.UTF-8/g" /etc/sysconfig/i18n
# JST タイムゾーンに変更
rm -f /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment