-
VMware
vSphere cluster Shared Storage Configuration with StarWind SAN and NAS
A vSphere Cluster is a fundamental building block in a VMware environment allowing organizations to configure powerful virtualized environments for running virtual machines and containers. A properly configured vSphere cluster, incorporating multiple ESXi hosts, ensures service continuity and performance for…
-
Security
WG-Easy: Wireguard Config Generator VPN Server in Docker
WireGuard has become one of the most popular VPN solutions around and most companies and VPN providers are building their offering based on WireGuard. But the setup can sometimes be a bit of a headache. Enter “WG Easy,” which bills…
-
Automation
PowerShell Get Registry Value
The Windows Registry and registry editor have long been tools Windows admins have used to resolve issues, apply settings, etc. However, PowerShell makes automating registry changes or programmatically getting registry keys and their values very easy. PowerShell can interact with…
-
Automation
Enter-PSsession: Run PowerShell Remote Commands
Enter-PSsession is an important PowerShell cmdlet that allows admins to create connections to remote computers or servers and is a great way to administer these remotely. Let’s get a good overview of Enter-PSsession and see how you can use it.…
-
home lab
K3s vs K8s: The Best Kubernetes Home Lab Distribution
You may have seen Kubernetes distros referred to as K3s and K8s. These are actually different. They are both certified Kubernetes distributions. One is the original “stock” Kubernetes version and the other is a lighter weight distro that many are…
-
Security
Openscap: Open Source Vulnerability and Compliance Scanner
Creating a new Kubernetes cluster in Portainer
-
Containers
Best Docker Containers Commands You Need to Know
Understanding the basics when working with Docker is important. Let’s look at the best Docker containers commands you need to know to master working with Docker. Docker in the home lab I run Docker containers in the home lab extensively…