Please find our published articles below.
Web development
2019-10-31
Containers: The Special role of PID 1

A while ago I did a presentation called "About Parents, orphans, and zombies". It's a presentation about the special role PID 1 plays in a Linux kernel, and why it could affect us. Please find the presentation below, with brief commentary notes.

Docker Linux

Web development
2019-10-22
SSI

I've known SSI from caching projects as a means to cache large portions of a webpage that contains a few pieces of non-cacheable content. Lately, I've been trying to find a way to serve a webpage statically without having to duplicate content and I'm hesitant to fix it using JavaScript or a complex scripting language. In this document, we'll research the concept of SSI.

SSI Web Server HTML

Terminal
2017-08-31
Templated unit-files

Ever notice how OpenVPN uses an @-sign in systemctl-commands when issuing service operations?
This is possible due to a specific type of unit file: The template unit.

Linux Init System Systemd Unit Files