原创:一棵树
我主要在英文local下边使用ubuntu。在7.10出来之后尝试了几次安装,总结出了适合我的安装方案。
1,选择英文的local从光盘安装。
2,安装完成之后,基本就能用了,可是中文和英文字体显示不是很好,没有关系,我不需要安装新的字体,只要在system-perferences-appearence-fonts选择Dejavu字体基本上就已经非常好看了。
3,删除了一些对于我来说没有任何用处的软件
不属于上列软件中的,一概删除:
$ sudo apt-get remove gnome-games
$ sudo apt-get remove f-spot gthumb xsane
$ sudo apt-get remove evolution
4,因为闭源的显卡驱动不支持休眠模式,暂时还是使用开源驱动吧,对性能的影响不是特别大。期望有一天能够有所提高,both!
5,ubuntu默认是安装了scim程序的,只是没有安装相应的中文输入法,好像会默认安装其他许多用不到的输入法。这里我们先删掉我们不用的输入法:
$ sudo apt-get remove scim-modules-table scim-tables-additional
我们这里只安装智能拼音输入法:
$ sudo apt-get install scim-pinyin im-switch
设置智能拼音输入法为默认输入法:
$ im-switch -z en_US -s scim
(这里的en_US可以根据命令"locale | grep LANG="的输出结果进行更改)
6,添加cn99的源,安装scidict
(1)安装主程序
sudo apt-get install stardict stardict-common
(2)安装字典
sudo apt-get install stardict-cdict-gb stardict-cedict-gb stardict-hanzim stardict-langdao-ce-gb stardict-langdao-ec-gb stardict-oxford-gb stardict-xdict-ce-gb stardict-xdict-ec-gb
7,优化firefox
firefox已经很不错了,但是还是有点耗资源。据说,以下方法可以加快firefox的浏览速度:
在地址栏输入about:config,修改以下参数的值:
network.dns.disableIPv6 值为 true
network.http.pipelining 值为 true
network.http.pipelining.maxrequests 值为 8
network.http.proxy.pipelining 值为 true
8,pdf浏览用evince足够了,不过我多装了一个xpdf,不用安装adobereader了。
9,其他的一些软件,譬如octave,gunplot,texmaker,texlive,xchm一步步安装就可以了。
这样在英文local下边,不需要安装中文支持对英文中文的支持都相当的好。
10,防止fsck检查vfat文件系统
每次开机时,系统总是检测Windows(vfat)分区,要好一段时间,如果你不想让fsck在启动时检查Windows(vfat)分区(有时这样的检查会产生许多错误信息),可以编辑/etc/fstab文件将第6列的pass参数改成0,当然,这要在root用户下或获得root的权限才才能更改,也可用这个命令:
sudo gedit /etc/fstab