Don't lose data, a first look into Bacula backup solution
This is my first look into Bacula. A backup solution where you can read data from multiple clients and store it on different storage ...
I’m trying to solve all the Advent of Code puzzles in this video series.
We solve today’s challenge at the advent of code 2020. Come join us and have some fun.
The CRUD concept is pretty integral to the state-management concepts and an ORM is a good way to store information. ORM stands for Object-Relation Mapping and the CRUD concept is the function Create Read Update Delete. Using my ORM Snok we will look at the concepts and talk about the pros and cons of using…
I switched to Linux this year and have been running it for almost a year. In this video we look into DistroSea which is a site for trying out different distros before you take the plunge into the world of Linux. I review the package managers, GUI elements and overall usefulness.
In this video, I look into installing and enabling orchestration using cephadm. Then I will perform an automatic upgrade with cephadm. I talk about my findings and go through all the steps.
We look into the swagger generator in the swagger codegen cli, in order to generate our own little simple java rest web server.