07
- setting up devlog onto github pages with publish, using the desktop app, github cron job for auto push sync, and just figuring out the whole shenanigans.
- I finished getting my Git sync Powershell script setup on windows task scheduler so now i have a live sync of my DevLog using the desktop app and windows!
- Clunky but it will do
- Python Parse parse library for common string parsing
- T-SQL to view Ssis packages in the visual programming interface within Visual Studio:
- Need to have the SQL data Tools installed from the
tools and features
menu in visual studio - Install the extension for
SQL Server Integration Services Project
to view the Xml as a GUI visual programming interface
- Need to have the SQL data Tools installed from the
- Python The Controversy Behind The Walrus Operator in Python
- Python The Most Controversial Python Walrus Operator
- Python Dustin Ingram - PEP 572: The Walrus Operator - PyCon 2019
- strangler fig application
- strangler applications
- Python python azure docs
- CIA Triad:
- AAA categories:
- Network Topologies
- Star
- The most common topology such as around a router or WAP
- Bus
- Terminators at either end of the connection which is a single cable and other devices tap into this cable for connectivity.
- should the cable get cut this can cause a loss of connectivity as well as a lot of excess noise
- Ring
- rare, if only 1 ring in 1 direction, a cut cable renders the topology useless, dual ring can help prevent this but this is not commonly used anymore
- Mesh
- Not as common, used to connect every device directly to ever other device. LOTS of cables used
- Star
- Penetration Testing Team Color definitions