Debian 12
-
Installing Docker on Debian 12 Tutorial
This tutorial guides you through the step-by-step process of installing Docker on Debian 12. Docker allows you to build, ship, and run applications in containers. Step 1: Update the System Ensure your system is updated to avoid compatibility issues. apt updateapt upgrade -y Step 2: Install Required Dependencies Docker requires some prerequisites to function properly.…
-
Upgrade Debian 11 to Debian 12 Bookworm
This simple tutorial shows how to Upgrade Debian 11 to Debian 12 Bookworm. The Update process is divided in 8 simple steps. 1. Backup the system! If you are using a VM or Container I would highly recommend to back up through the hypervisors UI, if you are on a local machine please also backup…
-
Install Proxmox Container – LXC in 10 steps
In this article you will learn in 10 simple steps how to install Proxmox Container (Proxmox LXC Container). If you want to learn more about Linux containers, you can find out more at proxmox.com. If you want to create a (Qemu) VM instead, there is also a simple tutorial on Technium. Proxmox Containers (LXC) have…
-
Self-hosted Joplin LXC Container
In this tutorial I will explain how to install a Self-hosted Joplin LXC Container including EMAIL configuration. Alternatively I can recommend Standard Notes. To do this, first create a Debian 12 LXC container. I recommend 1 core, 1GB Ram and 4GB Rom. 1. Install Updates and dependencies The following commands are used to install the…