Загрузить файлы в «allscripts1»

This commit is contained in:
2026-03-29 19:22:26 +00:00
parent 3a8b6746b3
commit 18b7eba99d
5 changed files with 28 additions and 0 deletions

7
allscripts1/ifupdown.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
wlan='wlp0s20f3mon'
airmon-ng check kill
ifconfig $wlan down
iwconfig $wlan mode managed
ifconfig $wlan up
service NetworkManager restart