how do you get more speed on a dsl conection?
Announcement
Collapse
No announcement yet.
speed on the net
Collapse
This topic is closed.
X
X
-
Re: speed on the net
If you use firefox, you can do the following things:
In the Konsole (or another terminal emulator) type:
kdesu kwrite /etc/modprobe.d/aliases
(You can replace the word kwrite by kate or the name of another editor)
Change the line: alias net-pf-10 ipv6 into:
# alias net-pf-10 ipv6
alias net-pf-10 off
(the ipv6 protocole should replace ipv4 but it is not still the case. Some ISP are not compatible with ipv6)
Save and close. Then start firefox and type in the location bar: about:config
Find: network.dns.disableIPv6 and change it from false to true
Find: network.http.pipelining from false to true, as well
(Pipelining speeds up the web, but some servers are not compatible with it)
Verify that: network.http.pipelining.maxrequests is 4
Righ-click on any line and choose New/Boolean. Type: browser.turbo.enabled and set it to true
Close and restart firefox. It should be faster now....
- Top
- Bottom
Comment
Comment