Raspberry Pi – mit ‚usbmount‘ automatisch einen USB Stick mounten/einhängen
Nach der Installation wird ein Verzeichnis mit dem Namen ‚media‘ im Wurzel-Verzeichnis angelegt darin befinden sich weitere Verzeichnisse mit den Namen ‚usb0‘ bis ‚usb7‘ sowie ein Link mit dem Namen...
View ArticleRaspberry Pi – Docker is a tool for creating deploying and running...
# apt-get update -y # apt-get upgrade -y # curl -fsSL https://get.docker.com -o get-docker.sh # chmod +x get-docker.sh # ./get-docker.sh # usermod -aG docker pi # docker version # docker info # docker...
View ArticleDocker Official Image ‚PostgreSQL‘ – an object-relational database system...
Docker Official Image ‚PostgreSQL‘ – often simply „Postgres“ is an object-relational database management system (ORDBMS) with an emphasis on extensibility and standards-compliance. As a database...
View ArticleRaspberry Pi – enabling SNMPv2
# apt-update -y # apt-get install -y snmpd snmp # systemctl stop snmpd Edit the file vi /etc/snmp/snmpd.conf and change the following These three lines are the default agentAddress udp:127.0.0.1:161...
View ArticleRaspberry Pi – how to boot from a USB mass storage device such as a flash...
Raspberry Pi – how to boot from a USB mass storage device such as a flash drive or a USB hard disk
View ArticleRaspberry Pi – install ‚motionEye‘ a security camera
motionEye is a web-based frontend for motion – install on Raspbian # apt-get install ffmpeg libmariadb3 libpq5 libmicrohttpd12 # wget...
View ArticleRaspberry Pi – WLAN/WIFI ohne Monitor und Tastatur einrichten
Um die WLAN Zugangsdaten einzurichten muss eine Datei namens ‚wpa_supplicant.conf‘ im Rootverzeichnis (/boot) der SD-Karte erstellt werden mit diesem Inhalt...
View Article