GotITAdmin

Reading Time: < 1 minute

Welcome! Got questions? // February 2025

FRSecure / CISSP 2025 Mentor ProgramLink

Site of the Monthdodreads

Apple IOS -> 18.3.1 Link – About the security content of iOS 18.3.1

Black Hat Europe 2024 Link December 9,12 2024 EXCEL, London / United Kingdom

Event Logging / Threat Detection – Joint Security Agencies – 8/21/2024 – Link

SUSECON 2025 – ( March 10-14 ) Orlando — Link

Suggestions? (corrections, general comments) – thamilton[@]gotitadmin.com

VMUG Advantage program. This program provides access to a wide array of of the VMWARE product line with a 365 day license for lab use. There are caveats, but I sincerely believe that the average [geek] person will find this very useful. [Hint that’s ESX, VCSA, NSX, VRealize, VMWare Logging for lab testing/evaluation.]

  • Java: for loop test

    Java: for loop test

    Reading Time: < 1 minuteLast Update: 2/19/2025 This is a just a simple exemplar piece of code. “foorlooptest.java” This will produce a file named “Main.class” You can then run the end result. The code compiled and…

  • Docker – Building an Image – my-bind

    Docker – Building an Image – my-bind

    Reading Time: < 1 minuteLast Update: 2/16/2025 This post centers around creating and maintaining a local image. In this case we will build an image based on ubuntu and install BIND9 on it. We will keep…

  • docker bind9

    docker bind9

    Reading Time: 2 minutesLast Updated: 2/16/2025 THIS IS IN PROGRESS We are going to talk about starting a docker container for the sole purpose of acting as a DNS resolver. Largely as redundant task as so…