From 180e47dd33ed2f2c6ebdf8de1409d004241cc253 Mon Sep 17 00:00:00 2001 From: s-shah-coder Date: Mon, 19 Dec 2022 13:37:20 +0000 Subject: [PATCH] Completed Day 25 exercises, added comments for Day 25 --- Days/day25.md | 6 ++++-- README.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Days/day25.md b/Days/day25.md index 9b425a5..6ceebd8 100644 --- a/Days/day25.md +++ b/Days/day25.md @@ -1,8 +1,8 @@ --- -title: '#90DaysOfDevOps - Python for Network Automation - Day 25' +title: "#90DaysOfDevOps - Python for Network Automation - Day 25" published: false description: 90DaysOfDevOps - Python for Network Automation -tags: 'devops, 90daysofdevops, learning' +tags: "devops, 90daysofdevops, learning" cover_image: null canonical_url: null id: 1049038 @@ -173,3 +173,5 @@ Next up we are going to: - [Python Network Automation](https://www.youtube.com/watch?v=xKPzLplPECU&list=WL&index=126) See you on [Day 26](day26.md) + +# Completed daily exercises - downloaded and installed EVE-NG and VMWare Workstation diff --git a/README.md b/README.md index 2c08b75..fcceabd 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ The quickest way to get in touch is going to be via Twitter, my handle is [@Mich - [✔️] 🌐 22 > [The OSI Model - The 7 Layers](Days/day22.md) - [✔️] 🌐 23 > [Network Protocols](Days/day23.md) - [✔️] 🌐 24 > [Network Automation](Days/day24.md) -- [] 🌐 25 > [Python for Network Automation](Days/day25.md) +- [✔️] 🌐 25 > [Python for Network Automation](Days/day25.md) - [] 🌐 26 > [Building our Lab](Days/day26.md) - [] 🌐 27 > [Getting Hands-On with Python & Network](Days/day27.md)