0. essentials for me
sudo apt-get install synaptic subversion gparted cmake-curses-gui libxmu-dev libxi-dev libraw1394-dev libdc1394-22-dev libdevil-dev libdbus-1-dev dbus-x11 libspnav-dev libgps-dev libxml2-dev libglew1.6-dev libgsl0-dev libblas-dev libf2c2-dev liblapack-dev gtk-doc-tools
sudo apt-get install texmaker gimp nautilus-open-terminal remmina
1. Matlab F10 key conflict
F10 key does auto-focus on panel menu. i.e. i cannot use "step" function in matlab.
http://jeroencoenders.org/2011/12/27/ubuntu-11-10-f10-key-not-working-in-midnight-commander/
install compiz config setting manager from software center
run by $sudo ccsm
ubuntu unity plugin --> behavior --> key to open the first panel menu --> disable!
2. Matlab libc.so.6 error
http://troylee.posterous.com/matlab-staring-error-on-ubuntu-libcso6-not-fo
sudo ln -s /lib64/x86_64-linux-gnu/libc-2.13.so /lib64/libc.so.6
3. perls code
Install java via method2 in http://www.ubuntugeek.com/install-jre-on-ubuntu-11-10-oneiric.html
* sudo add-apt-repository ppa:ferramroberto/java
* sudo apt-get update
* sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts
* libcurl4-dev == libcur4-openssl-dev
4. Add useful indicator e.g. system monitor
http://askubuntu.com/questions/30334/what-application-indicators-are-available
sudo add-apt-repository ppa:indicator-multiload/stable-daily
sudo apt-get update
sudo apt-get install indicator-multiload
5. install korean
* open startup app
add ibus "/usr/bin/ibus-daemon -dr"
* language support
install korean input method = none
* after rebooting, preferece on ibus add korean
* fix white space problem with ibus
sudo gedit .bashrc and add 'unset IBUS_ENABLE_SYNC_MODE' at the end.
http://cikitsa.blogspot.com/2012/01/ibus-bug-fix.html
6. panel layout.
adding bottom panel using tint
7. opencv2.3
https://launchpad.net/~gijzelaar/+archive/opencv2.3
http://wrahoolwrites.blogspot.com/2012/01/setting-up-opencv-23-and-eclipse-on.html
$ sudo add-apt-repository ppa:gijzelaar/cuda
$ sudo add-apt-repository ppa:gijzelaar/opencv2.3
$ sudo apt-get update
$ sudo apt-get install libopencv-dev
8. Install acroread
$ sudo apt-add-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
$ sudo apt-get update
$ sudo apt-get install acroread