Guest User

Untitled

a guest
Oct 16th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #!/bin/zsh
  2. # turn off/on wifi
  3. # nmcli radio wifi off
  4. # nmcli radio wifi on
  5. #nmcli c down Fyber-WLAN
  6. service network-manager restart
  7. nmcli c up Fyber-WLAN
Add Comment
Please, Sign In to add comment