From 272b7cc916de5d76bf58461ec8b350093ba65216 Mon Sep 17 00:00:00 2001 From: ptux Date: Wed, 11 May 2022 15:59:09 +0900 Subject: [PATCH 1/5] fix broken link for logo --- ja/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ja/README.md b/ja/README.md index 1c646da..8de3d73 100644 --- a/ja/README.md +++ b/ja/README.md @@ -1,7 +1,7 @@ # 90DaysOfDevOps

- 90DaysOfDevOps Logo + 90DaysOfDevOps Logo

English Version | [中文版本](zh_cn/README.md) | [繁體中文版本](zh_tw/README.md) | [日本語版](ja/README.md) From a6d2dea34c6f272c1f16da0d45775c70022c8112 Mon Sep 17 00:00:00 2001 From: "A. Nayeem" <82273312+a-nayeem@users.noreply.github.com> Date: Thu, 12 May 2022 12:59:14 +0600 Subject: [PATCH 2/5] typo day 21 line 60 fixed --- Days/day21.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Days/day21.md b/Days/day21.md index de19cd8..5423ede 100644 --- a/Days/day21.md +++ b/Days/day21.md @@ -57,7 +57,7 @@ A logical group of hosts which require similar connectivity. **Router** facilitate communication between networks. If we said before that a switch looks after communication within a network a router allows us to join these networks together or at least give them access to each other if permitted. -A router can provide a traffic contol point (security, filtering, redirting) More and more switches also provide some of these functions now. +A router can provide a traffic contol point (security, filtering, redirecting) More and more switches also provide some of these functions now. Routers learn which networks they are attached to. This is known as routes, a routing table is all the networks a router knows about. From 32fd5485c9eb4eec849f1a6f1108d6e4aa0e95e2 Mon Sep 17 00:00:00 2001 From: "dev.to bot" Date: Thu, 12 May 2022 08:13:19 +0000 Subject: [PATCH 3/5] chore: update published articles [skip ci] --- Days/day21.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Days/day21.md b/Days/day21.md index 5423ede..dfa963e 100644 --- a/Days/day21.md +++ b/Days/day21.md @@ -2,7 +2,7 @@ title: '#90DaysOfDevOps - The Big Picture: DevOps and Networking - Day 21' published: false description: 90DaysOfDevOps - The Big Picture DevOps and Networking -tags: "devops, 90daysofdevops, learning" +tags: 'devops, 90daysofdevops, learning' cover_image: null canonical_url: null id: 1048761 From b4241c2215b6bd2ccefcacba7a2e8ae409b56ef0 Mon Sep 17 00:00:00 2001 From: Emdadul Haque Date: Fri, 13 May 2022 11:21:12 +0600 Subject: [PATCH 4/5] fix: link update --- Days/day19.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Days/day19.md b/Days/day19.md index 766e026..ec90842 100644 --- a/Days/day19.md +++ b/Days/day19.md @@ -25,7 +25,7 @@ I think another thing I am at least hearing is that hands-on scripting questions As with a lot of things we are covering in this whole 90 days, the only real way to learn is through doing. Hands-on experience is going to help soak all of this into your muscle memory. -First of all, we are going to need a text editor. On [Day 17](Day17.md) we covered probably the two most common text editors and a little on how to use them. +First of all, we are going to need a text editor. On [Day 17](day17.md) we covered probably the two most common text editors and a little on how to use them. Let's get straight into it and create our first shell script. @@ -48,7 +48,7 @@ I sometimes use figlet, a program we installed earlier in the Linux section to c ![](Images/Day19_Linux1.png) -All of the commands we have been through earlier in this Linux section ([Day15](Day15.md)) could be used here as a simple command to test our script. +All of the commands we have been through earlier in this Linux section ([Day15](day15.md)) could be used here as a simple command to test our script. Let's add a simple block of code to our script. From 20f1f8ffeaa4c1af99003dcc510ac90185a1106a Mon Sep 17 00:00:00 2001 From: "dev.to bot" Date: Sat, 14 May 2022 05:52:12 +0000 Subject: [PATCH 5/5] chore: update published articles [skip ci] --- Days/day19.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Days/day19.md b/Days/day19.md index ec90842..c9a7c30 100644 --- a/Days/day19.md +++ b/Days/day19.md @@ -2,7 +2,7 @@ title: '#90DaysOfDevOps - Automate tasks with bash scripts - Day 19' published: false description: 90DaysOfDevOps - Automate tasks with bash scripts -tags: "devops, 90daysofdevops, learning" +tags: 'devops, 90daysofdevops, learning' cover_image: null canonical_url: null id: 1048774