How to set up a cluster with CephAdm

2022-01-17 12:01:02 - No Comments

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 […]

Read more →

How to use Log4J library in 2022

2022-01-10 12:01:02 - No Comments

We are looking into the vulnrability of Log4J version 2 and how to mitigate the exploit. We also look at the differences of version 1 and version 2 of Log4J

Read more →

How to setup a RADOS Gateway for an S3 API in Ceph

2022-01-03 12:01:03 - No Comments

We look into how to install the Ceph RADOS Gateway to enable the S3 API on our ceph cluster. Using a gateway in order to simplify the object handling is a usual practice but we will also look into how to setup a region / zone and what is required to sync your data centers. […]

Read more →

Java 18 – Standardized efficiency

2021-12-28 14:12:03 - No Comments

Java 18 is released, and the new JDK will bring a lot of interesting features to java. We go through all the features in 18 and talk about the performance benefits and some important caviats to keep track on in your code.

Read more →

Advent of Code 2021 – Day 24

2021-12-27 09:12:36 - No Comments

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 […]

Read more →

Advent of Code 2021 – Day 25

2021-12-26 13:12:03 - No Comments

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 […]

Read more →

Advent of Code 2021 – Day 19 – Solved

2021-12-24 05:12:03 - No Comments

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 […]

Read more →

Advent of Code 2021 – Day 21 – Update

2021-12-23 13:12:03 - No Comments

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 […]

Read more →

Advent of Code 2021 – Day 23

- No Comments

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 […]

Read more →

Advent of Code 2021 – Day 22

- No Comments

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 […]

Read more →

Advent of Code 2021 – Day 21

2021-12-21 23:12:03 - No Comments

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 […]

Read more →

Advent of Code 2021 – Day 20

2021-12-20 12:12:02 - No Comments

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 […]

Read more →