Jump to content

Kali Pi

From YawgNetWiki
Revision as of 15:04, 6 August 2025 by Encryptid (talk | contribs) (Created page with "=Setup= 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= 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 <pre>auto wlan0 iface wlan0 inet dhcp wpa-ssid “your network name” wpa-psk “the network password”</pre> =References= * [https://www.offensive-security.com/kali-linux-ar...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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]