Metainformationen zur Seite
Dies ist eine alte Version des Dokuments!
RaspberryPi
Verfügbarkeit
Feste IP
sudo mkdir /etc/NetworkManager
sudo mkdir /etc/NetworkManager/conf.d
sudo nano /etc/NetworkManager/conf.d/100-disable-wifi-mac-randomization.conf
[connection] wifi.mac-address-randomization=1 [device] wifi.scan-rand-mac-address=no
Sichern und wieder herstellen
Nach erfolgreicher Installation sichern:
class="code">sudo dd if=/dev/mmcblk0 | gzip> /home/cs/Dokumente/cloud/gdrive/HABackup/blank_image_homeassistant/homeassistant.gz
Wiederherstellen
läuft nur unter su
gzip -dc /home/cs/Dokumente/cloud/gdrive/HABackup/blank_image_homeassistant/homeassistant01.gz | dd of=/dev/mmcblk0
Lokal mounten
Mount CIFS Permission Denied on Linux - Fixed!
Eintrag in /etc/fstab
cs/.smbcredentials,iocharset=utf8,gid=1000,uid=1000,file_mode=0777,dir_mode=0777 0 0