Install Debian Linux On Btrfs

You investigate Btrfs. You read the documentation and many blog posts about it.It has its advantages. It gives you value. Structure.Then you check some installation guides: No. You don’t have to be a magician to install Debian on Btrfs.The Debian installer can do it for you. The installer creates a perfectly usable Btrfs filesystem.You can…

Continue reading →

01 Objective: Forge The Blade – Deploy And Configure

Ansible brings surgical precision, or chaos and entropy.The key is the installation and configuration. Don’t go in war with a blunt sword.

Continue reading →

Unattended Linux Installation on KVM with virsh and kickstart

For system administrators looking to automate deployments, using Kickstart files for automated installations can be a highly efficient approach. This lesson will show you how to install Rocky Linux 9 on a KVM virtual machine using a Kickstart file and the virsh command-line tool.

Continue reading →

Podman Basics 06: Podman Volumes

Podman volumes allow you to persist data outside of the container’s file system. This is particularly important when you need to ensure that your application data is not lost when a container is stopped, restarted, or removed. In this lesson you will learn the basics of managing Podman volumes in the command line.

Continue reading →

Podman Basics 03: Installing Podman

Containerization has changed the way we deploy and manage applications. Podman is a powerful container management tool that provides a seamless experience for running containers in production, development, and testing environments. We will walk through the steps to install Podman on three popular Linux distributions: Debian, Ubuntu, and Rocky Linux. This lesson will equip you…

Continue reading →