os installation
  install ubuntu-14.04.1-desktop-amd64.iso

basic setup
  enable root account
    #sudo passwd root
    > <current password>
    > <root password>
    > <root password again>
  add the following line at the end of conf file
    "greeter-show-manual-login=true"
    #sudo vi /etc/lightdm/lightdm.conf / 12.x
    #sudo vi /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf / 14.x
  installed package upgrade
    #sudo apt-get update
    #sudo apt-get upgrade

configuration setup
  delete unnecessary shortcut icons  
  make shortcut gnome-terminal
  folder
    list view
  firefox
    change startup page
    change download setup
    clear history

software installation
  svn       : apt-get install subversion
  g++       : apt-get install g++
  wireshark : apt-get install wireshark
  tshark    : apt-get install tshark