Chinaunix首页 | 论坛 | 博客
  • 博客访问: 209345
  • 博文数量: 136
  • 博客积分: 2919
  • 博客等级: 少校
  • 技术积分: 1299
  • 用 户 组: 普通用户
  • 注册时间: 2011-03-11 09:08
文章分类

全部博文(136)

文章存档

2013年(1)

2011年(135)

我的朋友

分类: LINUX

2011-03-11 16:16:16

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!
阅读(473) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~