Advertisement
Guest User

Untitled

a guest
May 1st, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. apt-get clean && apt-get check && apt-get dist-upgrade -y && apt-get autoremove -y
  2.  
  3. sudo telinit 6
  4.  
  5. ifconfig eth0 up
  6.  
  7. ifconfig wlan0 up
  8.  
  9. iwlist wlan0 scan
  10.  
  11. iwconfig wlan0 essid ID key s:PWD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement