Announcement

Collapse
No announcement yet.

speed on the net

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    speed on the net

    how do you get more speed on a dsl conection?

    #2
    Re: speed on the net

    Have a friend who works for your provider log into the DSLAM and open up your line. Not that I would know about that sort of thing....:P

    Comment


      #3
      Re: speed on the net

      omg that was funny.

      Comment


        #4
        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....

        Comment

        Working...
        X