completed Day 16, added comments to Day 16

This commit is contained in:
s-shah-coder 2022-12-07 13:09:50 +00:00
parent 035cc6a4b3
commit b6b8b687b8
2 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,8 @@
---
title: '#90DaysOfDevOps - Managing your Linux System, Filesystem & Storage - Day 16'
title: "#90DaysOfDevOps - Managing your Linux System, Filesystem & Storage - Day 16"
published: false
description: '90DaysOfDevOps - Managing your Linux System, Filesystem & Storage'
tags: 'devops, 90daysofdevops, learning'
description: "90DaysOfDevOps - Managing your Linux System, Filesystem & Storage"
tags: "devops, 90daysofdevops, learning"
cover_image: null
canonical_url: null
id: 1048702
@ -164,3 +164,5 @@ We will cover how you would edit a file using a text editor in a future session.
- [Linux for hackers (don't worry you don't need to be a hacker!)](https://www.youtube.com/watch?v=VbEx7B_PTOE)
See you on [Day17](day17.md)
# Completed daily exercise - installing a program, linux file system & storage

View File

@ -48,7 +48,7 @@ The quickest way to get in touch is going to be via Twitter, my handle is [@Mich
- [✔️] 🐧 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)
- [✔️] 🐧 16 > [Managing your Linux System, Filesystem & Storage](Days/day16.md)
- [] 🐧 17 > [Text Editors - nano vs vim](Days/day17.md)
- [] 🐧 18 > [SSH & Web Server(LAMP)](Days/day18.md)
- [] 🐧 19 > [Automate tasks with bash scripts](Days/day19.md)