-
-
Save arioch1984/4cffc02d51274d269984d5b64ad6ee01 to your computer and use it in GitHub Desktop.
Restart network on kali linux, before use wirless in monitor mode #linux #kali
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo service networking restart | |
sudo service network-manager restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment