Advent of Code 2023 – Day 3
I'm trying to solve all the Advent of Code puzzles in this video series.
We look at how to use a Biometric fingerprint to decrypt some encrypted data.
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…
I did not have Grafana dashboards that worked in my Ceph installation. Hence, I had to install Prometheus and Grafana manually and then configure the dashboards to show up in my Ceph cluster dashboard screens. NODE Setting up prometheus exporter in ceph. sudo ceph mgr module enable prometheus sudo ceph config set mgr mgr/prometheus/server_addr 0.0.0.0…
I’m trying to solve all the Advent of Code puzzles in this video series.
Today I tried to look into the new functionality for B2B users. The first thing I realized after some testing was that I used the wrong store. I published the AuroraStoreFrontAssetStore from ExtendedSites section that we usually use. And none of the functionality was present. Seemed strange and I couldn’t see any other sars in…
We look into how to setup an activity that changes language of your android application.