安装 Debian 6.0 Squeeze

 0. Install sudo (open users and groups form System-Administrations, check your username under relevant groups)
1. Install  virtualbox:
   -- add the following line to /etc/apt/sources.list
   $ deb http://download.virtualbox.org/virtualbox/debian squeeze contrib non-free
    --nd then add the public key:
   $wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
   -- and install
   $ sudo apt-get update
   $sudo apt-get install virtualbox-4.1
   --finally, install extension pack


2. Install ntfs-3g // work with NTFS drives
3. Install awesome, dmenu
To prevent nautilus to display desktop: open gconf-deitor, then choose apps-->nautilus-->preference
uncheck show-desktop.
4. Install chmsee, vim, gparted,google-chrome, firefox etc
6. Install Java JDK, JRE  // see here
7. Install multimedia players and codecs // see here
8. Install locales
sudo apt-get install locales
sudo dpkg-reconfigure locales
9. Install Chinese fonts:

apt-get install ttf-arphic-newsung
apt-get install ttf-arphic-ukai ttf-arphic-uming
apt-get install ttf-arphic-gbsn00lp ttf-arphic-bkai00mp ttf-arphic-bsmi00lp ttf-arphic-gkai00mp

10. Install other fonts
apt-get install ttf-bitstream-vera ttf-dejavu
apt-get install msttcorefonts

11. Install SCIM
sudo apt-get install scim scim-pinyin scim-tables-zh scim-gtk2-immodule scim-qtimm
#配置scim开机启动
sudo vi /etc/X11/Xsession.d/95xinput
#添加以下内容:
/usr/bin/scim -d
XMODIFIERS="@im=SCIM"
export XMODIFIERS
export GTK_IM_MODULE=scim

12. Install Canon D420 Printing Driver
      sudo apt-get install gs-esp
     If the above failed, maybe need to install some of the following packages.

sudo apt-get install libglu1-mesa-dev zlib1g-dev libssl-dev libogg-dev libpng12-dev libdbus-glib-1-dev libgtk2.0-dev


    Download Linux drivers from Canon website and install the drivers.

No comments: