Containerization & Docker Explained

- Posted in Technology Compendium by
What are Containers? Containers are lightweight, standalone, executable packages that include everything required to run a piece of software: code, runtime, system tools, libraries, and settings. [...] Read more

How to fix an obsolete AD Trust

- Posted in How To by
When running a few Active Directory (AD) scans to check for any open vulnerabilities or misconfigurations, I discovered that one of our trusts was marked as not having SID filtering enabled. For [...] Read more

Hypervisors and Virtual Machines (VMs)

- Posted in Technology Compendium by
What is a VM? A Virtual Machine (VM) is a software-based emulation of a physical computer. It can run an operating system and applications just like a physical computer. However, unlike a physical [...] Read more