Last active
August 17, 2024 10:04
-
-
Save MrSuicideParrot/18d59a2949b65cf1cb9234db8a6642c6 to your computer and use it in GitHub Desktop.
Restart network on kali linux, after use wirless in monitor mode
This file contains 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 NetworkManager restart |
never mind I got chatgpt to help me
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How can I put those commands in a file in a list, one command per line, the just run one command in the terminal that runs all of those commands in order? So I only have to run one command to run them all. Like automating it?