Advent of Code 2023 – Day 10
I'm trying to solve all the Advent of Code puzzles in this video series.
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…
Looki Looki No Hands, Automatic install of Ubuntu server. Extracting all the files from the original ISO mkdir source-files xorriso -osirrox on -indev ubuntu-22.04.2-live-server-amd64.iso –extract_boot_images source-files/bootpart -extract / source-files Edit the boot menu menuentry "Autoinstall Ubuntu Server" { set gfxpayload=keep linux /casper/vmlinuz quiet autoinstall ds=nocloud\;s=/cdrom/nocloud/ — initrd /casper/initrd } Repack the ISO from the files…
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…
In this video, we look into Ceph erasure coding. This is a feature where you can use more of the available space in your cluster without losing too much redundancy. It’s more complex and gives you the option to have more or less safety.
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…
I’m trying to solve all the Advent of Code puzzles in this video series.