Run Snipe-IT in a Docker container on Ubuntu

This guide was written after much trial and error to get Snipe-IT running in a Docker container on an Ubuntu server with Docker Compose. This hopefully will cut out a lot of time for others trying to get their docker-compose.yaml configuration correct.

Continue reading...

How to mod Elden Ring

I love Elden Ring. I don't love effects like chromatic aberration and vignettes, artificially limiting the framerate, or sitting through an unnecessary intro every time I launch the game. This is how to fix those things.

Continue reading...

Configure Windows 11 Start menu using only Group Policy

If you maintain a fleet of corporate Windows PC's like myself, you may have had to configure the Windows 10 Start menu so it looks the same for everyone by default and has corporate apps pinned as tiles. This consisted of generating an .xml file from the Export-StartLayout PowerShell cmdlet, copying said .xml file across to each machine on the network via Group Policy, and telling Windows to point to that file for it's Start menu configuration (well that's how I did it at least).

Microsoft has decided that is no good for Windows 11. Now if you want to configure the Start menu, you're suggested to use Microsoft's very own Microsoft Endpoint Manager, which of course isn't free. Hmm.

Continue reading...