I want to connect to a free open wifi, like Starbucks, but I don't want a full-fledged desktop gui like Unity or GNOME. How can I do this via command-line (pretending my install base is Ubuntu Server + drivers for my wifi card)?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
you can use iwconfig. I have done it with wep. normally this is enough iwconfig ethX essid ESSID key open XXXXXXXXXX and then call the dhcp client with dhclient3 ethx I'm doing this from memory. But check the manual of iwconfig for more info man iwconfig |
|||
|
|
|
First, run |
|||
|
|