My computer is HP Compaq Dx2318 with ATI Radeon HD 3450 VGA.
1. Install the basic System: Software Selection->Desktop and Standard System.2. Edit /etc/apt/souces.list, looks like:
deb squeeze main contrib non-free
deb-src squeeze main contrib non-free
3. Update the System:
$su & apt-get update & apt-get upgrade
4. Install fonts for supporting Chinese:
$apt-get install ttf-arphic-* ttf-bitstream.*
5. Setting locales:
$ apt-get install locales
$ su & dpkg-reconfigure locales & locale
6.. Others Packages:
$apt-get install Chomium icedove xmms emacs23
7. Install SCIM:
$ apt-get install scim-pinyin scim-tables-zh im-switch
$ install scim-bridge-el_0.8.1-1_all.deb and scim-bridge-agent*.deb for emacs chinese input methods.
$ im-switch -s scim -z default
8. install sudo command and setting /etc/sudoers:
User_Alias MARK=mark
MARK ALL = (ALL)NOPASSWD:ALL
9. Setting monitor colors: RGB(204, 232, 207), that is #CCe8cf
10. Setting Chomium:
(1) Add extension "Change Colors";
(2) Setting "Options":B="B4D6BA", T="000000", L="42ADDB", V="ACA4DB";
That's all!
Good luck!
阅读(497) | 评论(0) | 转发(0) |