Advent of Code 2023 – Day 10
I'm trying to solve all the Advent of Code puzzles in this video series.
We are looking into installing Redhat 9 without any interaction using Kickstart. Kickstart is a tooling that gives you configuration options to prepare your system and manage the installation flow.
We are in our new linux environment and create ACL, some tools for process managment and the sed tool to update files with expressions.
I will compile a version of Java 17 and try out the new switch statement. In the new Java version, the switch statement will give you a lot more flexibility when it comes to types and other interesting functions. Building Java gave me some insights into what is possible and not in Linux and Windows.
We look into how the electron app framwork works and how to use it to create a simple progress counter application.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
We look into using the cephadm tooling to bootstrap and configure a small cluster with 3 drives and multiple hosts. We go into how cephadm administers different resources and shares them between hosts. Installing main host First we need curl in order to fetch the cephadm application sudo apt install -y curl Then we download…