Wireless under Ubuntu Server 16.04
1. Install wpasupplicant if not already installed:
sudo apt install wpasupplicant
2. Find out your Wireless interface name using "iwconfig" command. If it is not installed, install it using
sudo apt install wireless-tools
The interface name will be like wlp3s0 or wlp3s0b1 or something similar to this.
3. Add the Wireless interface configuration to /etc/network/interfaces. For example, taking wlp3s0b1 as Wireless interface name:
auto wlp3s0b1 iface wlp3s0b1 inet dhcp wpa-ssid <YOUR WIFI NETWORK NAME> wpa-psk <YOUR WIFI NETWORK PASSWORD>
4. Save /etc/network/interfaces and run
sudo service networking restart
For more detailed instructions, see https://wiki.debian.org/WiFi/HowToUs...K_and_WPA2-PSK