Advertisement
Dj_Dexter

wifisurvival

Nov 24th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. #!/bin/sh
  2. echo "poniendo valores wifi optimos pa no caerse...."
  3. #wtf power in wlan0 = kernel panics =_=
  4. iwconfig wlan0 power off &
  5. iwconfig wlan0 retry 30 &
  6. iwconfig wlan0 rts 512 &
  7. iwconfig wlan0 frag 256 &
  8. echo "terminado :3"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement