Fix CL_BUILD_PROGRAM_FAILURE Hashcat error
While seting up a new VM on my workstation I ran in a couple of errors while trying to run hashcat. Mostly the error appears with Ryzen cpu’s, since I run a Ryzen 5900X I have to figure out what…
While seting up a new VM on my workstation I ran in a couple of errors while trying to run hashcat. Mostly the error appears with Ryzen cpu’s, since I run a Ryzen 5900X I have to figure out what…
Introduction If you want to use Linux on Windows, a VM is still a good alternative to WSL. Recently I’ve had massive performance problems with my Linux VM’s after installing WSL. Some workarounds are presented below. Symptoms The problems were…

What is Vagrant Vagrant is a free tool to create and manage virtual machines. It shorts the process of searching for an OS-Image to install and configure in a single command. Vagrant is very similar to docker but the difference…