Advent of Code 2020 – Day 6
We solve todays challange at the advent of code 2020. Come join and have some fun.
I’m trying to solve all the Advent of Code puzzles in this video series.
In this video, we go through how to install all the required prerequisite packages and Keystone.
We are looking into OpenMetal. How to get started and what is included. OpenMetal is a service where you get an OpenStack solution in a box with a Ceph cluster deployed on dedicated hardware.
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…
In this video we look into the command wmctrl that we can use to organize our videos in Linux. If we add it as a keyboard shortcut …
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…