Advertisement
Guest User

Untitled

a guest
Jan 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #!/bin/sh
  2. # Startup script
  3.  
  4. sudo network-manager stop
  5. sudo ifconfig eth0 down
  6. sudo macchanger -r eth0
  7. sudo ifconfig eth0 up
  8. sudo service network-manager start
  9. sudo macchanger -s eth0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement