WIFI
- Edit /etc/netwok/interfaces like this and add your networks SSID and password:
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
auto wlan0
iface wlan0 inet dhcp
wpa-ssid "YOUR-NETWORK-SSID"
wpa-psk "YOUR-PASSWORD"