Jump to content

Kali Pi

From YawgNetWiki

Setup

[edit]

Thankfully this is a distro that works readily with Win32 Disk Imager, grab the appropriate image and write it to the Micro SD card

Wireless

[edit]

If it's not setup on Ethernet or logging into a GUI, you'll likely want a quick start for Wireless

  • Add the following to /etc/network/interfaces
auto wlan0
iface wlan0 inet dhcp
wpa-ssid “your network name”
wpa-psk “the network password”

References

[edit]