Windows 11 VirtualBox Installation: Everything You Need to Know
What can you learn from examining code in multiple languages?
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…
We look at what will come in the next release of java. Java 14, this release will wrap up development for the long time support release.
We look into how to set up WireGuard on a Linux system. In this case, we use Debian in order to create a tunnel between two nodes using WireGuard. The setup is quite easy because WireGuard has strong opinions about what should be available and that means that the setup doesn’t have that many things…
I’m trying to solve all the Advent of Code puzzles in this video series.
We talk about how to create a simple web server using only native java code, no libraries and the simple interface used for these actions.
I will do some live coding reading a webpage using Jsoup and creating some braille text. This is perhaps a simple project but I wanted to play around with some string creating and braille text.