1. Install the VIM editor
sudo apt-get install vim vim-gnome.
Vim has vim (vim-basic), Vim-tiny,vim-gnome (Gvim) and many other versions, install Ubuntu will be installed by default Vim-tiny, but this is only a compact version, limited functionality, so to install vim and vim-gnome, But Gvim is not too easy to use, you can choose not to install or uninstall, the equivalent of vim GUI version. In addition Vim-common and Vim-runtime when running vim must, so will be installed by default.
2. Installing g++
The installation will install GCC by default, but if you want to compile the C + + program, you need the following installation
sudo apt-get install build-essential
3. Install Input Method
Ubuntu Default Input method is not easy to use, general installation Sogou Input Method Linux version.
sudo apt-get remove IBUs//uninstall default IME
sudo apt-get install fcitx-sougoupin//install Sogou Pinyin Input Method
It is best to go to sogou input Judge network Download the latest version of the Linux Pinyin input method, and then install
The configuration of the input method is "FCITX configuration", which needs to be configured accordingly.
Ubuntu Personal Initial Configuration record