Automatic Debian install – How to use simple-cdd
We look into how to install and use simple-cdd to create a new Bookworm install image fully automated with no input from the user during install.
I’m trying to solve all the Advent of Code puzzles in this video series.
We look into writing a QR code generator in java from scratch. QR Code has a lot of different technologies and strategies in order to create a readable and unambiguous code. Writing an implementation in Java needs to be done in multiple steps and have a lot of fun and interesting challenges.
I thought it could be interesting to do a small review of the PaaS solutions I’ve come into contact with and my experience. To preface this post I want to say that I mainly use PaaS solutions for prototyping and small scale development. None of the solutions I’ve built so far is running in production…
Learn how to install and configure Sonatype for efficient package management in your Java projects. In this tutorial, we’ll guide you through the setup process and show you how to deploy and release custom modules using this powerful repository solution. Ideal for teams that need to share assets and manage package versions, Sonatype makes it…
In this video, I go through how to set up the API to add blocks in Minecraft using Python. We also looked into how to take the maps …
We look into how to create a PiBox Template and install it on my PiBox. The procedure is very similar to creating a Kubernetes deployment, so that subject is also covered in this video.
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Nice video!
I really liked the part about the hashed password, which I wasn’t yet aware about.
You mentioned that you need to use a Bookworm system to create Bookworm images. That’s true, but it happens too often that the user actually is running a different OS version. The first time I used Simple-CDD was on Ubuntu 20.04, while I wanted to create Debian Bullseye images. That was a total nightmare tbh.
One solution is to use a Docker container. I created some documentation to guide through this process for Simple-CDD: https://swvanbuuren.github.io/simple-cdd-yaml/build-images/build-in-docker/
I also rather prefer to use Qemu instead of VirtualBox and I like my images to support UEFI. So I also made a guide that shows how to do that for Simple-CDD images: https://swvanbuuren.github.io/simple-cdd-yaml/build-images/test-on-qemu-with-uefi/
These guides are part of the documentation of the tool Simple-CDD-YAML that I created. It’s a preprocessor for Simple-CDD using YAML input files, that aims to make it easier to reuse scripts, preseeds and recipes.