My coding style
We talk about how I write my Java code and why I have chosen to write my code in a specific way. This is my opinion. I'm interested in yours if you have differing opinions.
The next release of OpenJDK is number 15. I will title this release unsafe garbage as it focuses on garbage collection and removing usages of unsafe methods. We also look at string blocks and records.
We will compare java build tools. By comparing Ant vs Maven and Maven vs Gradle we will figure out if Gradle or Maven will be the best tool to use. Ant is the old build tool that is not used much but is still good to know about.
We will discuss how to contribute and be a good citizen of a open source community. We talk about guidelines and licenses. We also look into code style and pull requests.
I wanted to try out the newly released Debian version of Bullseye for my Ceph cluster, so I updated one of my hosts, which, in hindsight, might have been a bit too early. Reseting a Ceph Host after OS crash or failed update Preparing cluster First you need to set the cluster into a noout…
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.