## On This Day...
```dataview
LIST
FROM "DevLog/log"
WHERE dateformat(file.day, "MM-dd") = dateformat(this.file.day, "MM-dd")
```
---
## Notes Created Today
```dataview
TABLE created, updated as modified, tags, type, status
FROM "DevLog" AND !"DevLog/log"
WHERE contains(dateformat(file.ctime, "YYYY-MM-dd"), dateformat(this.file.day, "YYYY-MM-dd"))
```
---
[[DevLog/log/2021-06-30|2021-06-30]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-07-09|2021-07-09]]
- 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](https://calmcode.io/parse/parse.html)
- [[tsql]] 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
- [[Python]] [The Controversy Behind The Walrus Operator in Python](https://dev.to/renegadecoder94/the-controversy-behind-the-walrus-operator-in-python-4k4e)
- [[Python]] [The Most Controversial Python Walrus Operator](https://pythonsimplified.com/the-most-controversial-python-walrus-operator/)
- [[Python]] [Dustin Ingram - PEP 572: The Walrus Operator - PyCon 2019](https://youtu.be/6uAvHOKofws)
- [strangler fig application](https://martinfowler.com/bliki/StranglerFigApplication.html)
- [strangler applications](https://paulhammant.com/2013/07/14/legacy-application-strangulation-case-studies/)
- ![[image_1625766775514_0.png]]
- [[Python]] [python azure docs](https://docs.microsoft.com/en-us/azure/developer/python/)
- CIA Triad:
- ![[image_1625726675422_0.png]]
- AAA categories:
- ![[image_1625726800914_0.png]]
- Network Topologies
- Star
- The most common topology such as around a router or WAP
- ![[image_1625727190861_0.png]]
- 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
- ![[image_1625726865983_0.png]]
- ![[image_1625726894847_0.png]]
- 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
- ![[image_1625726930139_0.png]]
- Mesh
- Not as common, used to connect every device directly to ever other device. LOTS of cables used
- ![[image_1625727233937_0.png]]
- Penetration Testing Team Color definitions
- ![[image_1625727501290_0.png]]
- https://danielmiessler.com/study/red-blue-purple-teams/