Skip to content

Instantly share code, notes, and snippets.

@D4R4
Last active September 5, 2019 07:40
Show Gist options
  • Save D4R4/fcc937b87b4506b78b488fa3c03fd396 to your computer and use it in GitHub Desktop.
Save D4R4/fcc937b87b4506b78b488fa3c03fd396 to your computer and use it in GitHub Desktop.
The script causes a reset in interface TX Packet bytes transfered which should be applied monthly to keep a correct billing record
sudo -- sh -c 'ifdown eth0 ; modprobe -r vmxnet3; modprobe vmxnet3 ; ifup eth0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment