FotoTour und Technik

Schlagwort: Rasbian

Raspberry Pi 3 Firmware Update des RaspberryPi 3: sudo rpi-update Raspbian Updaten des Raspbian: sudo apt-get -y update sudo apt-get -y dist-upgrade sudo apt-get -y autoremove sudo apt-get -y autoclean Konfiguration: sudo raspi-config statische IP einstellen: #DHCP abstellen sudo service dhcpcd stop sudo systemctl disable dhcpcd   #interfaces textfile anpassen sudo nano /etc/network/interfaces   # […]