Slow Down Ethernet
# Switch Ethernet back to 100 MB... # Install ethtool sudo apt-get install ethtool # Check Ethernet Speed: sudo ethtool eth0 # Set Ethernet to 100 (manually) sudo ethtool -s…
A work-in-progress!
# Switch Ethernet back to 100 MB... # Install ethtool sudo apt-get install ethtool # Check Ethernet Speed: sudo ethtool eth0 # Set Ethernet to 100 (manually) sudo ethtool -s…