
Linux by example – Binutils, Math and Shadow
We are in our new Linux environment and create Binutils, some math libraries and the shadow system for user and password management.

Creating your first Kubernetes cluster
We look into installing k3s cluster locally using virtual servers. VirtualBox is used to create one controller and two nodes, connect them and install a dashboard. Creating a small K3S cluster. First ensure that you have curl installed the nodes and server so you can install the packages for k3s. First run the command below […]

Linux by example – Building libraries and tools
We build some important tools, the M4 compiler and libraries needed by the system.