Requirements Software on the host ESPTools and Adafruit AMPY are required. Both can be installed using pip3. The recommended version of Python on the host is Python 3.7 Firmware for…
Posts published in “frontpage”
Creating a ZFS pool We can create a ZFS pool using different devices as:a. using whole disksb. using disk slicesc. using files a. Using whole disks # echo | format…
please refer to the linuxserver/wireguard documentation: https://hub.docker.com/r/linuxserver/wireguard Replace the SERVERURL with the public IP address of your WireGuard Server, because your clients will need to connect from outside your local network.…
How to Erase a Disk from the Command Line of Mac OS To get started, you’ll need to launch the Terminal application on the Mac which gives access to the…
The other day my unraid server performed a self check on the raid array. There seem to be some SMART errors. Nothing really dangereous or critical, for now. Still, when…
I had a really hard time to create a momentary switch in HA. Installed HACS and added custom stuff all over the place. Sometimes it’s just that simple. My use…
When it comes to setting up your GoPro Hero 9 Black, there are a lot of options and settings you can tweak. So which ones should you use? It’s hard to…
Samba is the standard Windows interoperability suite of programs for the Unix-based operating systems. Samba server uses SMB/CIFS protocol for a secure, stable, and file/printer sharing program. This tutorial will…
In the early 90’s ASCII art became a thing. It was a way to make logos using regular ASCII characters to decorate readme files and add some branding. Nowadays you…
Find the portainer container docker ps a18243f78426 portainer/portainer-ce Stop the portainer container docker stop 49fdb64503ab Remove the portainer container docker rm 49fdb64503ab Find the portainer image docker images Remove the…