From 8de43077a34dc04aee27a548978082062a302760 Mon Sep 17 00:00:00 2001 From: ema Date: Tue, 20 Dec 2022 14:39:34 +0000 Subject: [PATCH 1/3] included Linux command handbook --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ccb63cf..a261755 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Download [PDF version](DevOps%20Roadmap.pdf). - [Bash Reference Manual](https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html) FREE - [Ultimate Guide: Getting Started With Ubuntu](https://itsfoss.com/getting-started-with-ubuntu/) FREE - [FreeBSD Handbook](https://docs.freebsd.org/en/books/handbook/) FREE +- [Linux command handbook](https://www.freecodecamp.org/news/the-linux-commands-handbook/) FREE ### 4. Learn Networking & Security From 583823325b7bf18461086ff0c7a0712c9bb934b3 Mon Sep 17 00:00:00 2001 From: Azizul Haque Date: Thu, 5 Jan 2023 11:48:12 +0600 Subject: [PATCH 2/3] Cloudflare has explained OSI model greatly --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a261755..d79de5b 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Download [PDF version](DevOps%20Roadmap.pdf). ### 4. Learn Networking & Security -- [OSI Model Explained](https://www.youtube.com/watch?v=dV8mjZd1OtU) FREE +- [OSI Model Explained](https://www.cloudflare.com/en-gb/learning/ddos/glossary/open-systems-interconnection-model-osi/) FREE - [Computer Networking: A Top-Down Approach](https://www.amazon.com/Computer-Networking-Top-Down-Approach-7th/dp/0133594149) book - [TCP/IP and Networking Fundamentals for IT Pros](https://www.pluralsight.com/courses/tcpip-networking-it-pros) Pluralsight course - [DevSecOps : Master Securing CI/CD | DevOps Pipeline](https://www.udemy.com/course/devsecops/) Udemy course From f53470e695ae2f5c6a964b593bf94a2ba17bc211 Mon Sep 17 00:00:00 2001 From: Azizul Haque Date: Thu, 26 Jan 2023 22:50:52 +0300 Subject: [PATCH 3/3] GitHub Actions Workflow syntax doc added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d79de5b..1088cd2 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ Download [PDF version](DevOps%20Roadmap.pdf). - [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/) FREE - [Jenkins, From Zero To Hero: Become a DevOps Jenkins Master](https://www.udemy.com/course/jenkins-from-zero-to-hero) Udemy course - [Learn GitHub actions](https://learn.microsoft.com/en-us/users/githubtraining/collections/n5p4a5z7keznp5) FREE +- [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions) FREE - [Learn Azure DevOps](https://milan.milanovic.org/post/ci-cd-with-azure-devops-yaml/) FREE - [GitLab Cheatsheets](https://dev.to/jphi_baconnais/series/12928) FREE