Raspberry Pi – Hardware Informationen ermitteln
Um umfangreiche Hardware Informationen zu bekommen eignet sich das Tool „lshw“ dass man in der Regel nachträglich installieren muss # apt-get install lshw Die vollständige Liste der Hardware...
View ArticleInfluxDB – is a time series metrics and analytics database
root@rpi-iot-jsho-NodeRED:~# apt-get install influxdb root@rpi-iot-jsho-NodeRED:~# apt-get install influxdb-client root@rpi-iot-jsho-NodeRED:~# influx -username <user> -password <password>...
View ArticleGrafana 7.3.6 – setting up on the Raspberry Pi
Grafana – complete installation of analysis tool and dashboard for Raspberry Pi # wget -q -O – https://packages.grafana.com/gpg.key | apt-key add – # echo „deb https://packages.grafana.com/oss/deb...
View ArticleAmazon S3 Compatible Storage in Kubernetes – MinIO Docker Image for Raspberry...
root@rpi-iot-jsho-docker-01:~# docker run -p 9000:9000 –name MinIO-01 -v /media/pi/“MINIO 1″:/data0 -v /media/pi/“MINIO 2″:/data1 -v /media/pi/“MINIO 3″:/data2 -v /media/pi/“MINIO 4″:/data3 -e...
View ArticlemotionEyeOS – building from source
If you want to compile the latest GIT version you need a computer running Linux any recent distro should work. Follow the steps below to download, compile and prepare the image from the GIT repo....
View ArticleRaspberry Pi – an introduction to digital signage with Screenly Open Source...
Install Screenly Open Source Edition (OSE) $ bash <(curl -sL https://www.screenly.io/install-ose.sh) Upon boot Screenly’s management URL should show up on the screen (e.g....
View ArticleMinIO – setting a bucket for anonymous download
MinIO – setting a bucket for anonymous download
View ArticleRaspberry Pi – how to create a high available redundant replicated storage...
Glusterfs – building a Raspberry Pi storage cluster to run a ‚big data‘ environment at home # apt-get update && apt-get upgrade -y # apt-get install xfsprogs # mkfs.xfs -f -i size=512...
View ArticleRaspberry Pi ‚NasBerry‘– the Zetabyte Filesystem (ZFS) takes care for...
Raspberry Pi ‚NasBerry‘ – it replaces NAS Solutions like Synology, ReadyNAS, QNAP, etc. simpler, easier, cheaper and cost efficient
View ArticleRaspberry Pi – an introduction to digital signage with Screenly Open Source...
Screenly Open Source Edition (OSE) Sprint 10.1 Release – this is not a new release but rather a rebuild it does however include a few minor fixes perhaps more importantly it adds support for...
View ArticleLogical Volume Manager (LVM2) – die Grundkonfiguration
Die grundlegende Konfiguration mit LVM2 – es wird dabei das Anlegen der Partitionen, der Physical Volumes (PVs), einer Volume Group (VG) und den darauf aufsetzenden Logical Volumes (LVs) an einem...
View Article