Configure the prometheus alertmanager for you Ceph Cluster
We will look into the Ceph dashboard and the different metrics you can find there. Then we will configure Prometheus Alertmanager to get timely alerts from the metrics in your Ceph Cluster.
I’m trying to solve all the Advent of Code puzzles in this video series.
We look at the posibility of coding python in order to change your minecraft world. Adding blocks with python and creating buildings and games in Minecraft. Adventure in Minecraft: https://ift.tt/2UpJuvQ Castle code: # Import necessary modules import mcpi.minecraft as minecraft import mcpi.block as block # Connect to Minecraft mc = minecraft.Minecraft.create() # Get the players…
We talk about what is good to know when you take employment in a company.
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…
What can you learn from examining code in multiple languages?
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.