Hello World! v.2

Hello World! v.2

Cool as well :D

How to connect wireless (dhcp) via CLI Ubuntu

set your wifi and password. open ”/etc/network/interfaces” and add this:

…..

auto wlan0

iface wlan0 inet dhcp

wpa-ssid yourWirelessName

wpa-psk yourWirelessPasswd

then type in your lovely terminal ( ctrl+alt+T )

  1. #ifconfig wlan0 up
  2. #iwlist wlan0 scan
  3. #iwconfig wlan0 essid YourESSIDName
  4. #dhclient wlan0