castro的望远镜 open your mind

订阅博客

日历

11月 2008
« Sep    
 12
3456789
10111213141516
17181920212223
24252627282930

许可证书

中华人民共和国信息产业部
闽ICP备07502655号


  • Sep
    3

    解决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.conf

    restart the computer

    此法是关闭整个系统的IPV6服务。

Leave a Reply