Wlan
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf

add the following block to the file

network={
    ssid="mySSID"
    psk="myKEYforSSID"
}

restart the raspi and its connected to the WLAN

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License