Menu Home

WSL2 Docker Images Cleanup

So I have been running my current windows installation for a couple of years, and was starting to run out of disk space on the C-drive as one does after a while. After a quick inspection with WinDirStat, it was clear that all my space was taken up by ext4.vhdx […]

WSL Error: 0xffffffff

I have had the pleasure of experiencing this error a number of times when I try to access windows subsystem for linux, and every time I end up in some google search hunt to figure out what the cause is. So this time I’m going to write it down. And […]

Inspecting Docker Images

Often when working with 3rd party docker images I have a desire to see what they contain. Luckily that is super doable, as you can simple unpack the images and see all the content of the different layers. In most cases that is easier than getting a bash shell into […]

WordPress White Screen of Death

It seem that every time I need to upgrade my wordpress site that this blog runs on, I end up with the white screen of death. Basically it means that the upgrade failed somehow and the page can’t no longer render. My site run a cheap shared hosting platform from […]