Stretch Cluster notes
Clustering Stretched Clusters Calculating latencies Common storage stretched clusters ...
Clustering Stretched Clusters Calculating latencies Common storage stretched clusters ...
Coordinate with your team The secret is in the last commit and there is nothing else The secret is in the last commit but there are other changes The secret is beyond the last commit ...
Preparation Disabling BitLocker Get Clonezilla ...
List interfaces GUI Capture file rotation stftime codes ...
Introduction Enabling LLDP on Linux Using open-lldp Using lldpd ...
Prepare EDID blob Modify Kernel command line Update initramfs Reboot Post boot EDID ...
Introduction Method 1: Mounting /var/run/docker.sock docker.sock permission error ...
Pre-requisites Preparation Base infrastructure Notes ...
Introduction Origins Why use OpenTofu Using OpenTofu ...
Around April 2023, I decided to look for a new Linux Desktop Environment for my personal void linux. So I tried these distros: lxqt: This is the one I eventually chose to switch to. I liked it that it was very small and light, and very modular, almost like a kit that you assemble yourself. Because I have thinking for some time that I would like to make my ...
I am busy moving away from my VeraEdge installation to a Home Assistant running on a Raspberry Pi 4. This is because it looks like the maker of the VeraEdge was bought and it is slowly being phased out. For this I am using the following parts: ...
NanoWiki is a Wiki implementation based on picowiki. I have been using SimpleNote for a number of years. It works pretty well but somehow I was looking for: Ability to include and render nice asciiart pictures Organizes articles in a folder structure. ...
As part of my small project of movng my Z-Wave Hub to a Raspberry PI, I got an X728 kit. This has: UPS controller board RTC circuit ...
Currently I am using docker containers to deploy applications. A number of those containers make use of supervisord for managing processes. While supervisord itself comes with a UI, it is unhandy for me because each container is its own supervisord instance. So I was interested in some software that would let me manage multiple supervisord instances in a single page. Turns out that there ...
Flatpak is a utility for software deployment and package management for Linux. It is advertised as offering a sandbox environment in which users can run application software in isolation from the rest of the system. Flatpak was developed as part of the freedesktop.org project and was originally called xdg-app. Snap vs Flatpak ...
Finally got fedup with github pages and its jekyll static site generator. Essentially things would break without any particular reason and there would be nearly no way to tell what went wrong. I addition, it was not easy to test changes before making them public. So I switched to pelican, essentially because it was ...
These tips are for void linux as that is the distro I am using nowadays. mate tricks: change background from cli dconf write /org/mate/desktop/background/picture-filename "'PATH-TO-JPEG'" ...
My ISP provider is KPN. They recently enabled IPv6 in my street. I was using before a IPv6 Tunnel Broker, starting with SixXS and after they went out, with Hurricane Electric. So naturally, I decided to switch to KPN's native IPv6 service. They provide a /64 prefix, which is reasonable. Would be better ...
Here we explain how to use XScreenSaver EXCELLENT screensaver hack collection with the MATE screensaver applet. Install xscreensaver and mate-screensaver On my linux distribution this creates the following directories: ...
I am running void-linux at home with musl as the standard C library. While most things work well, there is a number of programs that do not and must be using glibc counterparts. To enable this I followed this guide here: Live switching Void Linux from glibc to musl. To set-up: ...