2
3

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 5 years have passed since last update.

Windows Azure Virtual Machineの設定

Posted at
  1. SSH接続
    ダッシュボードのSSH DETAILSを見てポートを確認
# ssh  {username}@XXX.cloudapp.net -p {port}
  1. 日本向け設定
  • 日本語環境インストール
$ yum groupinstall 'Japanese Support'
  • LANG変更
$ vi /etc/sysconfig/i18n

LANG="ja_JP.UTF=8"
  • タイムゾーン変更
$ cp /usr/share/zoneinfo/Japan /etc/localtime
2
3
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
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?