整理了一些有关Fedora 8使用的知识,仅供大家学习参考。
1、gnome-editor
引言:桌面上的这个是通过gnome-mount挂载的,/etc/fstab里面是找不到相关的配置的
使用gconf-edit调整配置才是正途
2、提高firefox的速度
引言:在地址栏键入about:config,分别设置下列参数的值:
network.http.pipelining = true
network.http.proxy.pipelining = true
network.http.pipelining.maxrequests = 30
network.http.request.max-start-delay = 0
再新建一个整数参数据,命名为nglayout.initialpaint.delay,值为0
3、复制整个目录
cp -av source destination
4、提高yum的速度
使用yum的扩展插件yum-fastestmirror,个人认为这个插件非常有效,速度真的是明显提高,安装只要yum -y install yum-fastestmirror 就行。