castro的望远镜
open your mind
-
Sep3
解决OpenSUSE11上firefox速度慢问题
Filed under: Linux;OpenSUSE11上自带了firefox浏览器,感觉加载网页不是很流畅,甚至有点程序假死,google一下,原来是系统默认开启IPV6协议的解析的缘故。
又google了一下,发现可以这样解决
打开终端,进如root用户
在shell内输入:
echo “alias net-pf-10 off” >> /etc/modprobe.conf
echo “alias ipv6 off” >> /etc/modprobe.confrestart the computer
此法是关闭整个系统的IPV6服务。

近期评论