Archive for the ‘Raspberry Pi’ Category

Docker – Dateimanager

Freitag, April 26th, 2024

Ceph Storage – explained with Raspberry Pi(s)

Mittwoch, April 10th, 2024

Raspberry Pi Zero W – how to install Resilio Sync 2.7.3.1381

Montag, April 8th, 2024

root@rpi-iot-jsho-rslsync-01:~# vi /etc/apt/sources.list.d/resilio-sync.list
deb http://linux-packages.resilio.com/resilio-sync/deb resilio-sync non-free
root@rpi-iot-jsho-rslsync-01:~# wget -qO – https://linux-packages.resilio.com/resilio-sync/key.asc | sudo apt-key add
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
root@rpi-iot-jsho-rslsync-01:~#
root@rpi-iot-jsho-rslsync-01:~# dpkg –add-architecture armel
root@rpi-iot-jsho-rslsync-01:~# apt-get update
Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
Get:3 https://linux-packages.resilio.com/resilio-sync/deb resilio-sync InRelease [4,521 B]
Get:4 https://linux-packages.resilio.com/resilio-sync/deb resilio-sync/non-free armel Packages [482 B]
Get:5 https://linux-packages.resilio.com/resilio-sync/deb resilio-sync/non-free armhf Packages [483 B]
Fetched 5,486 B in 8s (708 B/s)
Reading package lists… Done
N: Skipping acquire of configured file ‚main/binary-armel/Packages‘ as repository ‚http://raspbian.raspberrypi.org/raspbian bullseye InRelease‘ doesn’t support architecture ‚armel‘
N: Skipping acquire of configured file ‚contrib/binary-armel/Packages‘ as repository ‚http://raspbian.raspberrypi.org/raspbian bullseye InRelease‘ doesn’t support architecture ‚armel‘
N: Skipping acquire of configured file ’non-free/binary-armel/Packages‘ as repository ‚http://raspbian.raspberrypi.org/raspbian bullseye InRelease‘ doesn’t support architecture ‚armel‘
N: Skipping acquire of configured file ‚rpi/binary-armel/Packages‘ as repository ‚http://raspbian.raspberrypi.org/raspbian bullseye InRelease‘ doesn’t support architecture ‚armel‘
N: Skipping acquire of configured file ‚main/binary-armel/Packages‘ as repository ‚http://archive.raspberrypi.org/debian bullseye InRelease‘ doesn’t support architecture ‚armel‘

root@rpi-iot-jsho-rslsync-01:~#
root@rpi-iot-jsho-rslsync-01:~# apt-get install resilio-sync:armel
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
The following NEW packages will be installed:
resilio-sync:armel
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 10.8 MB of archives.
After this operation, 18.8 MB of additional disk space will be used.
Get:1 https://linux-packages.resilio.com/resilio-sync/deb resilio-sync/non-free armel resilio-sync armel 2.7.3.1381-1 [10.8 MB]
Fetched 10.8 MB in 14s (748 kB/s)
Selecting previously unselected package resilio-sync:armel.
(Reading database … 106660 files and directories currently installed.)
Preparing to unpack …/resilio-sync_2.7.3.1381-1_armel.deb …
Unpacking resilio-sync:armel (2.7.3.1381-1) …
Setting up resilio-sync:armel (2.7.3.1381-1) …
Processing triggers for man-db (2.9.4-2) …
root@rpi-iot-jsho-rslsync-01:~#
root@rpi-iot-jsho-rslsync-01:~# systemctl status resilio-sync
● resilio-sync.service – Resilio Sync service
Loaded: loaded (/lib/systemd/system/resilio-sync.service; disabled; vendor preset: enabled)
Active: active (running) since Mon 2024-04-08 15:56:41 CEST; 2min 7s ago
Docs: https://help.resilio.com
Process: 1557 ExecStartPre=/bin/mkdir -p ${SYNC_RUN_DIR} ${SYNC_LIB_DIR} (code=exited, status=0/SUCCESS)
Process: 1558 ExecStartPre=/bin/chown -R ${SYNC_USER}:${SYNC_GROUP} ${SYNC_RUN_DIR} ${SYNC_LIB_DIR} (code=exited, status=0/SUCCESS)
Process: 1559 ExecStart=/usr/bin/rslsync –config ${SYNC_CONF_DIR}/config.json (code=exited, status=0/SUCCESS)
Process: 1561 ExecStartPost=/bin/sleep 1 (code=exited, status=0/SUCCESS)
Main PID: 1560 (rslsync)
Tasks: 16 (limit: 414)
CPU: 3.085s
CGroup: /system.slice/resilio-sync.service
└─1560 /usr/bin/rslsync –config /etc/resilio-sync/config.json
Apr 08 15:56:40 rpi-iot-jsho-rslsync-01 systemd[1]: Starting Resilio Sync service…
Apr 08 15:56:41 rpi-iot-jsho-rslsync-01 systemd[1]: Started Resilio Sync service.

root@rpi-iot-jsho-rslsync-01:~#
root@rpi-iot-jsho-rslsync-01:/# mkdir /resilio-sync.data
root@rpi-iot-jsho-rslsync-01:/# chown rslsync /resilio-sync.data
root@rpi-iot-jsho-rslsync-01:/# chgrp rslsync /resilio-sync.data

Resilio Sync 2.7.3.1381 Problem „Not enough free space“ with Raspberry Pi Zero W

Please set disk_min_free_space parameter to 0 (by default 0.0) in Power user preferences (Preferences > Advanced > Open power user preferences) – Restart Sync to apply the change

Raspberry Pi 5 – als Netzwerkspeicher (NAS)

Dienstag, März 26th, 2024

Raspberry Pi Model 1er Serie – how to use Node-RED Version 3.1.7

Sonntag, März 24th, 2024

Raspberry Pi Model 1  – due to the limited memory of this Raspberry Pi model you have to start Node-RED with an additional argument to tell the underlying Node.js process to free up unused memory sooner than it would otherwise to do this you should use the alternative node-red-pi command and pass in the max-old-space-size argument

root@rpi-iot-jsho-Modell-1:~#
root@rpi-iot-jsho-Modell-1:~# vi /lib/systemd/system/nodered.service
[Service]

Environment=“NODE_OPTIONS=–max_old_space_size=256″
root@rpi-iot-jsho-Modell-1:~#
root@rpi-iot-jsho-Modell-1:~# vi /etc/dphys-swapfile


CONF_SWAPSIZE=1000
root@rpi-iot-jsho-Modell-1:~#

Ubuntu Server 23.10 – Docker Portainer DuckDNS Vaultwarden NGINX Proxy Manager Apache Guacamole

Samstag, März 23rd, 2024

Raspberry Pi Imager 1.8.5 – released

Donnerstag, März 21st, 2024

Raspberry Pi OS 6.6.20 – release date March 12th 2024

Freitag, März 15th, 2024

Greenbone Community Containers 22.4 – it is possible to scan your local network independent of the underlying operating system installed software and tool chains

Sonntag, Februar 18th, 2024

Greenbone Community Documentation – a guide for running the Greenbone Community Edition from pre-built container images using Docker it consists of a distributed service architecture where each service is run in a dedicated container. The orchestration of these services is done via a docker-compose file with the Greenbone Community Containers it is possible to scan your local network independent of the underlying operating system installed software and tool chains

Raspberry Pi 5 – Pi-hole installieren einrichten

Freitag, Februar 16th, 2024

Raspberry Pi 5 – the Mcuzone MPW7 HAT is designed to work with 2230 Wi-Fi 7 M.2 E-Key modules like the Intel BE200 AX210 and AX200 but the M.2 socket can also take Wi-Fi 6/6E modules as well as Google’s Tensor Processing Units (TPUs)

Sonntag, Februar 4th, 2024

Raspberry Pi – die KI Revolution ist da und so generiert man Bilder damit

Freitag, Januar 26th, 2024

Raspberry Pi OS – alle Einstellungen per ‚raspi-config‘

Mittwoch, Januar 10th, 2024

Proxmox Virtual Environment (VE) 8.1.3 – how to install a docker samba server with very minimal resources

Dienstag, Januar 9th, 2024

Node-RED – Message Object for Beginners

Samstag, Dezember 30th, 2023