General
Hyprland - NOCThoughts Dotfiles
A Closer Look At My Dotfiles As a Unix based system user, I understand the crucial role that dotfiles play in shaping our system environment.
CATEGORY NODE
11 signals classified under Python.
General
A Closer Look At My Dotfiles As a Unix based system user, I understand the crucial role that dotfiles play in shaping our system environment.
General
Automating mRemoteNG and PuTTY Session Creation: A Comprehensive Overview In the information technology landscape, efficiency is not just a preference—it's a requirement.
VMWare
Trying Something New In The New Year Well... 2023 is here and with it a rush to ban ChatGPT from being used in academia, MidJourney causing controversy with its use in creating AI generated artwork for a Children's book…
Cisco
The Nail That Stands Out Gets Hammered Down If you're an administrator for a Cisco Unified Communications Manager (UCM) server, you know how important it is to keep track of syslog messages. Syslogs can provide valuable…
Cisco
A Little Background Cisco has published a PSIRT/Security Advisory for CVE 2022 20968 relating to a Cisco Discovery Protocol (CDP) Stack Overflow Vulnerability affecting the Cisco 78XX and 88XX series IP Phones.
Unified Communications
Gotta Do It With Faster... With No Hands As a follow up to my prior post Verifying Memory Usage on VCS using Python, I’d like to spotlight some changes that were made to the script on GitHub.
Unified Communications
Gotta Do It Faster Today I had the same question that many, many people have had throughout history: “How do I do this particular thing better, or faster?” or, in the IT space, how do I automate this? What is this…
Cisco
Let's Try Out ZEEP As I probe different ways to pull information from Cisco Unified Communications Manager I often run across other modules that I can try in the future. My last attempts at pulling phone registration…
Cisco
When You Really Want To Use Python Hey! You there! Yes, you! Are you sick of only checking Cisco Phone registration in Cisco Unified Communications Manager through the GUI, having to take the time to log in, wait for…
Python
Like Batman's Belt, But Not As Cool In my last post I share a script that I created with the help and guidance of some current and former colleagues. It used BeautifulSoup and regular expression to parse html code and…
Python
When You Just Want Some BeautifulSoup I want to start this blog post off by prefacing the below script I'm providing by stating that I am not formally trained, nor have I studied at length Python or coding in general. I…