DO YOU HAVE TO HAVE SSL OFFLOAD TO GET STATUS CODE SSL offloading, often performed by a load balancer or...
I was getting an error when I went to run a PowerShell script. This was the error: PS C:\> .\kerrys-script.ps1...
Command Prompt: for /L %i in (1,1,254) do @ping -n 1 4.2.2.%i | find "Reply" Powershell: 1..254 | % {...
First look at the MAC Address for your device (there are many ways): ifconfig | grep ether or cat /sys/class/net/*/address...
When it comes to enterprise-level license management solutions, organizations typically opt for robust, feature-rich software tools and platforms. Here are...
DNS rewrite or DNS Doctoring has been around on the Cisco ASA’s for a while. Palo Alto firewalls received this...
Intrasite and Intersite Replication in Active Directory: Intrasite Replication: This is the replication that happens within a site. By default,...
When saving device configurations using PuTTY, you’ll got a lot of –more–’s in the configuration file and it’s annoying. To...
First, let’s talk about the difference between a zone and a domain. There are several distinct zones in the DNS,...
curl -Is https://{SITE}.com | head -1 HTTP/2 200 curl -Is https://{SITE}.com/login.asp | head -1 HTTP/2 404 curl -Is http://{SITE}.com |...