A blog about my day adventures, and hobbies
Welcome to my technical blog. Subcribe to get my latest non-sense blogs in your junk box!
Welcome to my technical blog. Subcribe to get my latest non-sense blogs in your junk box!
Dungeon generation is a technique used in many games to create levels dynamically rather than designing them manually. A common method involves placing rooms randomly on a rigid grid, then connecting them with paths. This works, but often limits the layout’s creativity and flexibility. But what if you wanted more freedom, diversity, and organic layouts?
The NTDS.dit
file is the database of an Active Directory domain, essentially the gold vault of your kingdom, a core component in a domain, but also an often overlooked HVT. Learn how attackers
used this file to support their cause, and how you can harden your environment to not become their next victim.
CI/CD, or Continuous Intergration and Continous Delivery/Deployment sounds serious, but it is very simple. Let's go over how you can build a simple implementation with PowerShell and Git, like with your personal websites!