Marc Wäckerlin
Für eine libertäre Gesellschaft
Access Encrypted ZFS from Rescue Boot How to decrypt an Ubuntu 22.04 file system on an encrypted ZFS installation to fix problems, namely if you lost your sudo rights.
Synchronize Data between two Servers behind Firewalls How to synchronize files between two servers behind different firewalls that don't see each other using rsync and and ssh with root access on both servers and through a user's laptop as man in the middle.
Run a Stable LizardFS After some evaluation, LizardFS is my recommended distributed file system. It provides redundancy for huge amounts of storage and is fast enough to serve as docker storage backend. But still there are a lot of pitfalls that could make you loose your data. Here is a collection of my learnings.
Add or Replace Harddisk on Running System Simple command line steps to add a new harddisk to a running Linux LVM system, and how to exchange an old harddisk with a newer bigger one. Even with no reboot needed.
Setup OpenLDAP Server in Docker Setup an OpenLDAP server in a docker container, including a LDAP Administration Manager web interface, requires just four commands in a Linux bash. Three more to enable TLS.
Stream Editor sed Overview and Reference Visits: 1826I was missing a one-page overwiew of sed commands, so here they are: Command Line Options option description –version show version –help show short usage -n –quiet –silent only produces output when explicitly told to via the p command -e SCRIPT –expression=SCRIPT explicitly add script expression -f SCRIPT-FILE –file=SCRIPT-FILE read script from file -i[SUFFIX] [read ...]
Docker Overview Short summary on Containers, Images and how to use Docker. Introduction for beginners, containerization.
Remove All Old Kernel Images in Ubuntu If you have a separate /boot partition, it may be that it gets full after some updates. Then these instructions show you, how to cleanup old kernel images.
Combine PKCS11 (SuisseID) and SSH How to use a PKCS#11 hardware token, such as SuisseID for SSH login.
Install SwissSign SSL Server Certificate in Apache How to install SwissSign SSL certificates on an Apache webserver.