Advent of Code – Day 17
We solve the day 17 challenges for the Advent of Code.
I’m trying to solve all the Advent of Code puzzles in this video series.
I’m trying to solve all the Advent of Code puzzles in this video series.
This is my first look into Bacula. A backup solution where you can read data from multiple clients and store it on different storage …
We go through how to manually install a Ceph cluster. We will add Object storage devices and play around with Rados. Rados (Reliable autonomic distributed object storage) is a great way to store data in a secure and efficient way. Adding storage When the cluster is up and running and all monitors are in qourum…
In this video we will check for php compatibility on one of my old project and different versions of WordPress. First we need the CodeSniffer tooling, we will download it will wget. wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar Next we make the CodeSniffer checker executable. chmod +x phpcs.phar The plugin is fetched directly from github release page. Currently the…
We are in our new Linux environment and create some more packages. util-linux – Linux utils e2fsprogs – file system programs sysklogd – logger framework sysvinit – handler to handle init run levels