Advent of Code 2022 – Day 11
I'm trying to solve all the Advent of Code puzzles in this video series.
We try to build a video lightbox for youtube videos. Showing thumbnails, on click open the video and play from the beginning.
We will walk through the process of manually installing a Ceph cluster. This gives you a better overview of how Ceph works, and we will discuss different concepts used when running a cluster. Fetching software. First of I want to check that I have all the latest packages in my debian system. apt update apt…
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 use Munin to monitor servers with different resources and critical operations. Munin will contact each server and ask for statistics and monitor if a service is running and have enough resources to work.
We talk about building a package. We start with binutils that is required to build all other packages in the system.
We use OpenCL to run workloads on GPU and try a simple blur filter.