Skip to content

Instantly share code, notes, and snippets.

@10maurycy10
Created August 14, 2021 01:35
Show Gist options
  • Save 10maurycy10/94836a5bd3ec595eef1a423939916499 to your computer and use it in GitHub Desktop.
Save 10maurycy10/94836a5bd3ec595eef1a423939916499 to your computer and use it in GitHub Desktop.
wifi-fix
#!/bin/sh
# restart wifi daemons
# will fix functionality after "airmon-ng check kill"
sudo systemctl start wpa_supplicant.service
sudo dhclient
sudo NetworkManager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment