Wednesday, May 11, 2016

Bash: Setting LANG Environment Variable to Japanese

$ date
Wed May 11 19:03:22 JST 2016

$ gdate
Wed May 11 19:03:20 JST 2016

$ export LANG=ja_JP.UTF-8

$ echo $LANG
ja_JP.UTF-8

$ date
2016年 5月11日 水曜日 19時03分49秒 JST

$ gdate
水  5 11 19:03:48 JST 2016

Homebrew: Installing GNU Awk and GNU sed

Command:

$ brew install gawk gnu-sed

Installing Command Line Tools for Xcode

Command:

$ xcode-select --install

Installing Windows 10 on iMac using VirtualBox and play Dragon Quest X

Important note:


Downloading Windows 10 iso

https://www.microsoft.com/ja-jp/software-download/windows10ISO


Downloading VirtualBox for Mac

http://download.virtualbox.org/virtualbox/5.0.20/VirtualBox-5.0.20-106931-OSX.dmg


Installing VirtualBox Windows Addition

VirtualBox VM > Menus > Devices > Insert Guest Addition CD image...


Enabling 3D Acceleration

VirtualBox > Oracle VM VirtualBox Manager > Settings > Display > Acceleration > Enable 3D Acceleration


Enabling 2D Video Acceleration

VirtualBox > Oracle VM VirtualBox Manager > Settings > Display > Acceleration > Enable 2D Video Acceleration


Increasing Video Memory

VirtualBox > Oracle VM VirtualBox Manager > Settings > Display > Video Memory > 256 MB


Keywords:

  • iMac
  • VirtualBox
  • Windows 10
  • Dragon Quest X (ドラゴンクエストX 目覚めし五つの種族 オンライン)