Created
April 28, 2012 04:24
-
-
Save carlosmcevilly/2515834 to your computer and use it in GitHub Desktop.
bring up a wifi interface from the command line
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ifdown eth0 | |
ifup eth0 | |
iwconfig eth0 essid networkname key [hex key, all caps] | |
ifconfig | |
# so if your network name is 'startrekenterprise' and your key is 'ABCDEFGHI' the command is | |
# iwconfig eth0 essid startrekenterprise ABCDEFGHI | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment