Linux by example – Grep and Bash
We are in our new Linux environment and create BASH the Bourne Again SHell that we will use for our command-line environment and grep to find text using regular expressions.
We go through how to run java code in your browser using different projects.
I try to solve Advent of code puzzles during the 2024 event. Please share your solutions and be a part of this great community.
We implement a simple REST web server using pure java. Both with socket server and using the HTTP server implementation currently in Java.
We look into what the error about global id reclaim when you upgrade your Ceph cluster is all about. I got this error when I installed my new cluster and had to solve the issue. After reading about the reclaim of the global id I understood that it was a really bad practice and I’m…
We look into what’s new in java 16.
In this video looks into how to expire objects from object storage and also move them to another storage class using rules and scheduled jobs inside the rados gateway program.