树莓派/Raspberry Pi连接WIFI

vim /etc/network/interfaces

source-directory /etc/network/interfaces.d

auto lo
iface lo inet loopback
iface eth0 inet dhcp

auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-ssid "Hacker_Hang"
wpa-psk "comeonerverybody"

你可能感兴趣的:(树莓派/Raspberry Pi连接WIFI)