Raspberry Pi
Links
SSH
- https://www.raspberrypi.org/documentation/remote-access/ssh/
- Erstelle die Datei ssh auf der boot Partition.
Wifi
Filename: wpa_supplicant.conf
country=us
update_config=1
ctrl_interface=/var/run/wpa_supplicant
network={
scan_ssid=1
ssid="MyNetworkSSID"
psk="Pa55w0rd1234"
}