Marc Wäckerlin
Für eine libertäre Gesellschaft
NestJS + MikroORM A comparision between MikroORM and TypeORM in NestJS based on a simple sample project including one to many, many to one and many to many relations.
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.
Backup Ubuntu to Docker Setting up a server for backing up your ubuntu home, e.g. from your notebook, is a task, done in just ten minutes. All you need is a publicly available server running docker.
Evaluation of Distributed Filesystems for Docker Swarm Evaluation of a distributed filesystem to be used for docker swarm volumes.
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.
Docker Overview Short summary on Containers, Images and how to use Docker. Introduction for beginners, containerization.
Install SwissSign SSL Server Certificate in Apache How to install SwissSign SSL certificates on an Apache webserver.