Article XSLT example in XSpec
We look at using XML transforms and testing the result using XSpec
We use OpenCL to run workloads on GPU and try a simple blur filter.
We solve the day 19 challenges for the Advent of Code.
We look into setting up a local copy of jitsi video conference solution on a clean Debian install. We also try it out and see how it impacts the installed server.
I will look into upgrading to windows 10, going trough my preferences and show my debloat script. I want a Windows 10 system ready for production work and removing unused functionality and visual effects are key.
I am looking into POE (Power Over Ethernet). What is required to run servers without having a power cord? I’ve been really curious, so it was fun to learn about it.
Mastering Kubernetes: Building a Cluster from Scratch Step-by-Step Setup jumpbox environment We start with installing some packages required for the setup process. wget and curl to fetch packages, vim to change configuration files, openssl for all the certificates we are required to create. Last but not least the git command to download the repository with…