1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

GCP Ubuntu14.04以上:システム言語・タイムゾーンの日本語化

Posted at

GCPのインスタンスUbuntu14.04の言語を日本語に設定する

<システム言語の変更>

1.日本語パックのインストール ```$ sudo apt-get install language-pack-ja``` 2.localctl実行 ```$ sudo localectl set-locale LANG=ja_JP.UTF-8 LANGUAGE="ja_JP:ja"```

<タイムゾーンの変更>

1.timedatectl実行 ```$ sudo timedatectl set-timezone Asia/Tokyo``` 2.インスタンス再起動(少ししてから再ログインで反映されている) ```$ sudo shutdown -r now```
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?