Notes from installing Ubuntu 12.04 LTS

# Restore the gnome panel from Ubuntu 10.10 and earlier.
$ sudo apt-get install gnome-panel
# mozc
$ sudo apt-get install ibus-mozc mozc-server mozc-utils-gui
# chrome
$ sudo apt-get install google-chrome-stable
# vlc
$ sudo apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc
# dropbox
$ sudo apt-get install nautilus-dropbox
# inkscape
$ sudo apt-get install inkscape
# git
$ sudo apt-get install git
$ git config --global user.name "bobuhiro11"
$ git config --global user.email "hogehoge@hoge.com"
$ git clone git@github.com:bobuhiro11/dotfiles.git
# vim
$ sudo apt-get install vim
$ cp dotfiles/.vimrc ~

Installing utf8-compatible platex http://ameblo.jp/tgnx8810/entry-11082511522.html