====== Notizen Raspi ======
{{:intern:001:notizen:raspi:router_bildschirmfoto_2020-07-25_17-15-40.png?linkonly|}}
https://www.raspberrypi.org/downloads/
lsblk -p
oder
df -h
umount /dev/sdX1
dd bs=4M if=2020-02-13-raspios-buster.img of=/dev/sdX conv=fsync
inkl.status
dd bs=4M if=2020-02-13-raspios-buster.img of=/dev/sdX status=progress conv=fsync
https://www.raspberrypi.org/documentation/remote-access/ssh/
datei ssh nach boot (das ist die kleinerre poartition)
touch ssh als befehl
https://www.raspberrypi.org/documentation/configuration/wireless/headless.md
https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md
===== SD-Karte =====
==== SSH ====
==== wpa_supplicant.conf ====
sudo nano wpa_supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=DE
network={
ssid=""
psk=""
}
wpa_passphrase alf passwort-von-alf
erzeugt die Ausgabe
network={
ssid="alf"
#psk="passwort-von-alf"
psk=0f7e9e5de5a5c2445ce390b9a2c4b511bbe09b75a166132fe543977fce3bac29
}
===== l =====
https://wiki.archlinux.org/index.php/Lighttpd