升级系统为最新版
$ sudo gedit /etc/apt/sources.list
deb http://ubuntu.cn99.com/ubuntu/ breezy main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ breezy-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ breezy-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ breezy-backports main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu-cn/ breezy main restricted universe multiverse
deb http://ubuntu.cn99.com/backports/ breezy-extras main restricted universe multiverse
$ sudo apt-get update
$ sudo apt-get dist-upgrade
[edit]
设置本地local环境
$ sudo dpkg-reconfigure locales
[edit]
安装输入法 SCIM
$ sudo apt-get install scim scim-modules-socket scim-modules-table scim-pinyin scim-tables-zh scim-input-pad
$ sudo sh -c " echo 'export XMODIFIERS=@im=SCIM ; export GTK_IM_MODULE="scim" ; scim -d ' > /etc/X11/Xsession.d/95xinput "
$ sudo chmod +755 /etc/X11/Xsession.d/95xinput
[edit]
设置LC_ALL和其它属性
$ sudo gedit /etc/environment
LANGUAGE="en_US:en"
LC_CTYPE=zh_CN.UTF-8
LANG=en_GB.UTF-8
GST_ID3_TAG_ENCODING=GBK
[edit]
升级你的内核(Inter 芯片)
$ sudo apt-get install linux-686
[edit]
安装 LAMP 基本平台
请参考我的LAMP配置笔记
[edit]
安装 NVIDIA 显卡驱动程序
请参考我的安装NVIDIA显卡驱动
[edit]
字体美化
请参考我的文字美化笔记