Btw I use arch

Bootstrapping VMs on a virtualization server using Terraform and cloud-init (Part 2/2)


In the first part, we have set-up a cheap virtualization server on a dedibox. My next objective was to use my cheap server to spawn VMs, instead of buying expensive VPS or cloud instances. For this matter, I use Terraform, and I’ve published my Terraform configuration on github.

Read more ⟶

Extend a partition on an OpenBSD system


This post is a method to extend the last partition of the disk layout (usually) to use all the available disk space on an OpenBSD system.

Read more ⟶

Podman cheat sheet


This is a cheat sheet of podman useful information and commands.

Read more ⟶

Turing complete - self documentation


This is my documentation for my own game of Turing Complete. Turing Complete purpose is to guide you through the implementation of a simple CPU, from the first logical gate to your assembly language definition.

Read more ⟶

Set-up a virtualization server with Debian, KVM/libvirt and IPv6 on a Dedibox (Part 1/2)


The objective is to set-up a virtualization server on a dedibox server with IPv6 support at NATed IPV4.

I use this configuration as a cheap “home lab” virtualization server.

Read more ⟶