Java 19 – Agonizing Anticipation
We look into the new Java version 19 and all the different features we could expect in this latest revision.
Vi går igenom vissa kort kommandon för tangentbord.
We solve the day 5 challenges for the Advent of Code.
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 the command wmctrl that we can use to organize our videos in Linux. If we add it as a keyboard shortcut …
We look into how to use the Slim 4 framework. First, we will talk about the difference between the Slim 3 generated code from OpenAPI and then we will look at the new requirements for Slim 4 and how to run it in a production environment.
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…