Ubuntu 5.10配置笔记

王朝other·作者佚名  2006-03-22
宽屏版  字体: |||超大  

1 升级系统为最新版

2 设置本地local环境

3 安装输入法 SCIM

4 设置LC_ALL和其它属性

5 升级你的内核(Inter 芯片)

6 安装 LAMP 基本平台

7 安装 NVIDIA 显卡驱动程序

8 字体美化

升级系统为最新版

$ 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]

字体美化

请参考我的文字美化笔记

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
© 2005- 王朝网络 版权所有