Introduction PowerCLI is a command-line interface for managing and automating all aspects of vSphere management, including networking, storage, VMs, guest OS, and more.PowerCLI functions as a collection of PowerShell modules that contain more than 700 cmdlets (commands) to manage VMware infrastructure. PowerCLI runs on top of PowerShell. PowerShell used to […]
Continue readingHardening SSH with Ansible
Introduction This blog post is going to be about hardening your SSH config with Ansible. This guide will be build upon my earlier post about Updating your Homelab with Ansible and Configuring Linux users and SSH keys with Ansible. This post is mainly focused on Ubuntu/Debian systems. For other distro’s […]
Continue readingTP-Link TL-WN722N v3 monitor mode for use with Kali Linux
Introduction Unfortunately TP-Link decided to change the chip in the v3 version of the TL-WN722N that doesn’t support monitor mode out of the box. I came accross a method to enable monitor mode on the v3. Installing the correct drivers for monitoring mode First we need to remove the current […]
Continue readingTiZu datacenter homelab – part 1
How it all started If you have read my about page you would know that I have been a homelabber for as long as I can remember. It all started with a Sitecom MD-253 NAS some where around 2011. I needed storage for my media files and I came across […]
Continue readingGetting started with Docker and Docker Compose
Introduction What is Docker? Docker is a container runtime that enables you to run applications in containers. A Docker host has the Docker Engine installed and allows you to easily host multiple apps or services each in it’s own container on the host. These containers contain all the code and […]
Continue reading