Friday, September 29, 2023

CCNP ENCOR:study log day 1

 Exam is scheduled

120 days to go. 

This is more than likely an ambitious timeline, but I find I personally just won’t commit without a deadline

My main goals are to use this as a means to stay motivated and summarize my progress for later reference.


Wednesday, September 27, 2023

Sublime Text - Remove Trailing Whitespace


I use this often when drafting network device config, converting some plain text to CSV, etc, but not often enough that I always remember the exact process

With Regex as search method

Find: 

[ \t]+\n

Replace:

\n

Using Powershell to prep for a DHCP cutover

 Alright, here is the background.  Recently I was working on migrating a few locations off of bog standard Microsoft Windows DHCP server to ...