The Domain Name System (DNS) is the backbone of the internet, translating human-readable domain names (like www.google.com) into machine-readable IP addresses. However, this essential process is not immune to attacks. One of the most concerning threats is DNS spoofing, a cyberattack where a hacker manipulates DNS records to redirect users to malicious websites or intercept…
Introducing TechTonicBlogs.com
If you’re looking to break into the world of technical writing or refine your skills, you’ve come to the right place. At TechTonicBlogs, we’re passionate about helping you master the craft of creating clear, concise, and effective technical content. Technical writing is a unique skill that combines the ability to communicate complex ideas with precision…
Implementing DNS Query Analysis with Python
DNS (Domain Name System) is an essential component of the internet, responsible for translating domain names into IP addresses to enable seamless communication between devices. However, its critical role also makes it a frequent target for malicious activity. Analyzing DNS logs can help detect security threats such as DNS tunneling — a covert method used to exfiltrate…
Avi with VCF Operations
Of all the VMware tools that I’ve used, and written blogs about, I’ve not done much with Aria yet. So for today’s blog, I’ll cover the Avi plugin inside of VCF Operations. VCF Operations has also been known as Aria Operations, and vRealize Operations. In the version I’m using below, it will show as VMware…
Upgrade the BIOS and Firmware on the SuperMicro Board
Ok. Before I start the blog post on how to upgrade the BIOS and firmware on your supermicro board, I have a small rant. It seems there is surprisingly little useful information out there, on how to upgrade the bios and firmware for the supermicro. There are definitely plenty of documents, and lengthy PDFs provided…
Avi in VCF – Deploy using the SDDC Manager
Avi can be deployed in the VMware Cloud Foundation (VCF), to handle the load balancing traffic in your VI Workload Domains. Avi is already part of the latest VCF 5.2 release, as a bundle. In this blog I’ll show the few steps that are required to spin up an Avi cluster in your VCF domain….
VCF in your Home Lab – Updated for VCF 5.2
VCF 5.2 was released for GA a few days ago. I wanted to make sure I provided an update post with some of the changes I’ve made for the lab, and the json manifest. Software Versions used in this demo Software Version VMware Cloud Foundation 5.2 Physical vSphere Host 8.0 Update 3 Update to Blog…
Avi – Install AKO on vSphere with Tanzu using NSX-T Networking
This post is intended to outline the steps required to configure AVI with vSphere with Tanzu deployed with NSX Networking. It will focus on the AVI configuration pieces specifically. It is assumed NSX and vSphere have been set up with the requisite functionality. This is for initial Supervisor setup and does not include installing AVI…
Designer Liner – Home Shelf Liners
Yes this post is a little different than my normal tech postings. But one of my best friends is starting up a new business, and I wanted to help promote it. designer-liner.com They are a small family owned company located here in the Dallas TX area, specializing in custom liners for drawers and cabinets. If…
Install AWX on Ubuntu 24
AWX is an open-source alternative to Red Hat Tower (Ansible Automation Platform). I’ve used both pretty extensively in the past, and since AWX is essentially free, I’ll be covering that product in the next few blogs. AWX is very useful for automating application creation for load balancers. There are a few components that will be…