This will allow you to run Bash scripts from ZSH by just doing ./{script}. Shebang – From the CLI, add...
In a landscape as interconnected as Information Technology, the adage by John C. Maxwell, “Teamwork makes the dream work…” perfectly...
There are three python files. 1. cli-config-changer.py = This is the main file that you run 2. config_file.py = These...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will scan an FQDN file, and based on the...
Ansible is an open-source software automation platform written primarily in Python. Known for its simplicity and agentless architecture, It has...
Table of Contents 1. Objectives 2. Stakeholders 3. RTO/RPO Targets 4. Hurricane Trigger Points 5. Communication Plan 6. Pre-Hurricane...
If you’re a developer working with APIs, web services, or any HTTP-based communication, having a reliable and efficient way to...
Get-ADUser -Identity "kcordero" -Properties MemberOf | Select-Object -ExpandProperty MemberOf ...
This script was developed to address a specific scenario where vendors provide a range of IP subnets to be whitelisted....
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script prompts for the IP/FQDN, Record Type, DNS Server to...