Skip to content

Instantly share code, notes, and snippets.

@pierophp
Created July 13, 2016 15:18
Show Gist options
  • Save pierophp/9462119530db243f9af79624b3ffb3b9 to your computer and use it in GitHub Desktop.
Save pierophp/9462119530db243f9af79624b3ffb3b9 to your computer and use it in GitHub Desktop.
Restart Network
sudo rmmod r8169; sleep 1; sudo modprobe r8169;
sudo rmmod iwlmvm iwlwifi; sleep 1; sudo modprobe iwlwifi;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment