completed Day 14, added comments to Day 14

This commit is contained in:
s-shah-coder 2022-12-05 14:12:33 +00:00
parent 5d9144b022
commit 13df793e3a
2 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,8 @@
---
title: '#90DaysOfDevOps - The Big Picture: DevOps and Linux - Day 14'
title: "#90DaysOfDevOps - The Big Picture: DevOps and Linux - Day 14"
published: false
description: 90DaysOfDevOps - The Big Picture DevOps and Linux
tags: 'devops, 90daysofdevops, learning'
tags: "devops, 90daysofdevops, learning"
cover_image: null
canonical_url: null
id: 1049033
@ -118,3 +118,5 @@ There are going to be lots of resources I find as we go through and much like th
As I mentioned next up we will take a look at the commands we might be using on a daily whilst in our Linux environments.
See you on [Day15](day15.md)
# Completed exercises - Installed Vagrant, watched Linux tutorials

View File

@ -46,7 +46,7 @@ The quickest way to get in touch is going to be via Twitter, my handle is [@Mich
### Knowing Linux Basics
- [] 🐧 14 > [The Big Picture: DevOps and Linux](Days/day14.md)
- [✔️] 🐧 14 > [The Big Picture: DevOps and Linux](Days/day14.md)
- [] 🐧 15 > [Linux Commands for DevOps (Actually everyone)](Days/day15.md)
- [] 🐧 16 > [Managing your Linux System, Filesystem & Storage](Days/day16.md)
- [] 🐧 17 > [Text Editors - nano vs vim](Days/day17.md)