How to build an app using Electron
We look into how the electron app framwork works and how to use it to create a simple progress counter application.
We look closer at an encryption algorithm used in communication today in order to establish secrets at two endpoints.
We look into logrotate on Debian and figure out how timers actually work with a system with cron installed and configured. This was a bit of a gotcha for me, so hopefully, this will help you when you configure logrotate and want to use the timers in Debian to set a correct time.
I look into installing and using TopGrade to upgrade all kinds of packages from a lot of different package managers in Linux and Windows. There is support for Mac as well but I was not able to test that.
In this video I revisit the topic of cephadm, last time I thought it was not ready for production but I show off some of the improvements that have been done in the process. We talk about the different steps required in the console to get the cluster started and then I look at the…
We look into how to setup Sonatype Nexus in order to proxy downloads of debian packages or docker images. All by using the S3 interface of Ceph RadosGW. I will talk about the challanges I faced when setting up the RGW and pushing docker images. Not the best solution for my use-case but it might…
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…