WordPress on the Raspberry Pi

Goal: Have a working, responsive WordPress Site running on a raspberry Pi   Required items: One Raspberry Pi SD Card with Raspbian installed SSH access into your Pi (if you are running headerless) or a terminal with root access An internet connection Lots of Coffee.   First steps… To get WordPress working on your Raspberry … Read more

SCCM Client Cache Size

Recently I came across a situation where one of my SCCM deployments was failing due to the client cache being too small, now for new machines you can set this in your client installation settings, but for existing machines I needed another solution. For this, I created a small powershell script: $Cache = Get-WmiObject -Namespace … Read more