Monday 21 January 2013

Ubuntu tips

Set LAN speed in Ubuntu
1. install ethtool "$sudo apt-get ethtool"
2. Add command to the start-up script "./etc/rc.local". Add command "/sbin/ethtool -s eth0 speed 100 duplex full".


No comments:

Post a Comment