
AI and Docker: Let Claude Code Build Your LAMP Stack
Reading Time: 5 minutesHow AI and Docker work together: point Claude Code at an empty folder and have it build a LAMP stack with a basic HTML page, from compose file to running containers.
Finding Old Snapshots with PowerShell
Reading Time: 2 minutes Do you need to find Old Snapshots on a hyper-v server? It’s super easy. So, today we will go through how to get some basic information that allows us to make judgment calls. The Script – Find Old Snapshots $Date = (Get-Date).AddDays(-7) $Vms =…
Install Perch with PowerShell
Reading Time: 4 minutes Perch is an event log tracker that can catch a lot of useful information. I like perch because it captures failed login information. It’s easy to sort and exportable. This is why many companies use the software. There are some gatchya’s with…
Wait for service to appear – PowerShell
Reading Time: 3 minutes This past week I had to install a piece of software that took 30 minutes to install. The software had multiple levels of processes that made the -wait feature completely useless. The best way to know the software was installed is to detect the…
