sudo apt-get install dnsmasq
然后编辑/etc/dnsmasq.conf,搜索“listen-address”把注释号去掉,并修改为:
listen-address=127.0.0.1
找到下面这一项
#resolv-file=
resolv-file=/etc/resolv.dnsmasq.conf
编辑/etc/dhcp3/dhclient.conf,修改为:
#supersede domain-name “fugue.com home.vix.com”;
prepend domain-name-servers 127.0.0.1;
request subnet-mask, broadcast-address, time-offset, routers,
domain-name, domain-name-servers, host-name,
netbios-name-servers, netbios-scope;
编辑/etc/resolv.conf,在第一行添加
nameserver 127.0.0.1
执行以下命令
sudo gedit /etc/ppp/peers/dsl-provider
在 usepeerdns 前面增加 # ,也就是把这条语句覆盖掉。
以防,resolv.conf的设置被pppoe覆盖。
安装插件/扩展
about:plugins
从这个地址安装多线程下载扩展downthemall :http://addons.mozine.cn/firefox/89/
从这个地址安装在线观看视频扩展mediawarp :http://addons.mozine.cn/firefox/116/
从这个地址安装广告过滤扩展Adblock_Plus:http://addons.mozine.cn/firefox/125/
zhou111527 于 2009-04-16 11:15:48发表:
强