I know I can use ifconfig to configure my ethernet network interfaces. But can I also configure my wireless network interfaces using ifconfig. (It seems to be listed as eth1 in ifconfig output, why is that ?) Specifically :
- How do I check from command line if my wireless is enabled
- How do I enable / disable the wireless using commandline
- Out of a few available wireless networks how do I chose one and connect to it
- How do I configure the parameters (like username, password, security settings and certificate information) from the command line
- Sometimes an available wireless network is not visible for some reason. In such a case, I select "Connect to hidden wireless network" and type the name of the connection. How do I do the same from my terminal
- I recently installed xmonad, I'd like to know how to start the graphical network manager from command line
- How do I change my system-wide proxy settings from command line ?
(I am using Ubuntu natty.)