Install the Ubuntu !3.04
wubi is not available for ubuntu 13.04 , so we should burn a usb-rom to install the ubuntu 13.04.
These step is actually pretty easy using UltraISO. 1G is big enough for ubuntu 13.04.
After installed the ubuntu 13.04. The first thing wee need to do is the Chinese input method.
On ubuntu this means to install the ibus
Press the Ctrl + Alt +T to open the terminal.
[cce lang=”python”]
sudo apt-get install ibus ibus-clutter ibus-gtk ibus-gtk3 ibus-qt4
im-switch -s ibus
sudo apt-get install ibus-pinyin
/usr/lib/ibus-pinyin/ibus-setup-pinyi
sudo apt-get install ibus-sunpinyin
/usr/lib/ibus-sunpinyin/ibus-setup-sunpinyin
[/cce]
For detail you can visit the http://wiki.ubuntu.org.cn/IBus
long press the Win will show the shortcuts of the ubuntu system
to be continue
Ubuntu 命令
进入目录
cd Downloads/
cd Downloads
返回上级目录
cd ../
cd ..
自动补全 Tab
apt-get 安装git
sudo apt-get install git-core