document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. # instale o programa ethtool
  2. iface eth0 inet static
  3. pre-up /usr/sbin/ethtool -s $IFACE speed 1000 duplex full autoneg off
  4. address 123.456.789.123
  5. netmask 255.255.255.0
  6. gateway 123.456.789.254
');