Ubuntu 14.04 LTS wired internet extremely slow

  1. Disconnect from Internet
  2. Open your Terminal and execute the line:

    sudo tee /proc/sys/net/ipv6/conf/all/disable_ipv6 <<<"1"
    
  3. Connect to the Internet again, and see if the problem still exists.


Fix the bug in Debian Avahi-daemon

The slow WiFi in Ubuntu problem could also be related to a bug in Avahi-daemon of Debian. Ubuntu and many other Linux distribution are based on Ubuntu so this bug propagates to several Linux distributions. To fix this bug, you have to edit the nsswitch configuration file. Open a terminal and use the following command:

sudo gedit /etc/nsswitch.conf

This will open the configuration file in gedit so that you could edit it easily in GUI. In here, look for the following line:

hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4

If you find this file, replace it with the following line:

hosts: files dns

Save it, close it, restart your computer. It should fix the slow wireless connection problem for you. If it doesn’t check the other solution.

Works for me. Hope same does for you :) If it dosen't , try other solutions , from here http://itsfoss.com/speed-up-slow-wifi-connection-ubuntu/