Metainformationen zur Seite
  •  

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
digitales:hardware:raspberry [12.02.2024] – [RaspberryPi] csdigitales:hardware:raspberry [15.02.2024] (aktuell) – gelöscht cs
Zeile 1: Zeile 1:
-{{tag>Hardware Raspberry_Pi Single_Board_Computer Nützliche_Links }} 
- 
-====== RaspberryPi ====== 
- 
-[[rpi5]] 
- 
-**[[https://www.raspberrypi.com/documentation/|The official documentation for Raspberry Pi computers and microcontrollers]]** 
- 
- 
-====== Verfügbarkeit ====== 
- 
-[[https://rpilocator.com/|https://rpilocator.com/]] 
- 
-====== Feste IP ====== 
-<code> 
- 
-sudo mkdir /etc/NetworkManager 
- 
-</code> 
- 
-<code> 
-sudo mkdir /etc/NetworkManager/conf.d 
- 
-</code> 
- 
-<code> 
-sudo nano /etc/NetworkManager/conf.d/100-disable-wifi-mac-randomization.conf 
- 
-</code> 
- 
-<code> 
-[connection] 
-wifi.mac-address-randomization=1 
-[device] 
-wifi.scan-rand-mac-address=no 
- 
-</code> 
- 
-======   ====== 
- 
-====== Sichern und wieder herstellen ====== 
- 
-**Nach erfolgreicher Installation sichern:** 
- 
-<code -> 
-class="code">sudo dd if=/dev/mmcblk0 | gzip> /home/cs/Dokumente/cloud/gdrive/HABackup/blank_image_homeassistant/homeassistant.gz 
-</code> 
- 
-**Wiederherstellen** 
- 
-läuft nur unter  **su** 
- 
-<code -> 
-gzip -dc /home/cs/Dokumente/cloud/gdrive/HABackup/blank_image_homeassistant/homeassistant01.gz | dd of=/dev/mmcblk0 
-</code> 
- 
- 
-===== Lokal mounten ===== 
- 
-[[https://www.ceos3c.com/open-source/mount-cifs-permission-denied-linux/|Mount CIFS Permission Denied on Linux - Fixed!]] 
- 
-Eintrag in /etc/fstab 
-<code> 
- 
-cs/.smbcredentials,iocharset=utf8,gid=1000,uid=1000,file_mode=0777,dir_mode=0777 0 0 
- 
-</code> 
- 
-===== VNC ===== 
- 
-[[https://desertbot.io/blog/headless-raspberry-pi-4-remote-desktop-vnc-setup|Headless Raspberry Pi 4 Remote Desktop VNC Setup]] 
- 
-[[https://low-orbit.net/raspberry-pi-vnc-no-matching-security-types|VNC No Matching Security Types]] 
- 
- 
-{{youtube>nJKIwQRCo10?}} 
- 
-===== Octoprint ===== 
- 
-  * [[https://octoprint.org/download/|OctoPi]] 
-  * [[https://help.prusa3d.com/de/article/octoprint-konfiguration-und-installation_2182|Octoprint - Konfiguration und Installation]] 
-  * [[http://192.168.178.33/#temp|Mein Octopi]] 
-  * [[https://github.com/ron-linkertech/octoprint-snapmaker-control|octoprint-snapmaker-control Laser/CNC]] 
- 
-===== Kodi ===== 
- 
-[[https://kodi.wiki/view/HOW-TO:Install_Kodi_on_Raspberry_Pi|HOW-TO:Install Kodi on Raspberry Pi]] 
- 
-===== Nützliche Links ===== 
- 
-  * [[https://www.explainingcomputers.com/sbc.html|Single Board Computers (Explaining Computers)]] 
-