From 035cc6a4b3d5073dcf021c039a66d70b5e04f083 Mon Sep 17 00:00:00 2001 From: s-shah-coder Date: Tue, 6 Dec 2022 11:07:23 +0000 Subject: [PATCH] completed Day 15, added comments to Day 15 --- Days/day15.md | 6 ++++-- README.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Days/day15.md b/Days/day15.md index 1fff1db..80a2ecc 100644 --- a/Days/day15.md +++ b/Days/day15.md @@ -1,8 +1,8 @@ --- -title: '#90DaysOfDevOps - Linux Commands for DevOps (Actually everyone) - Day 15' +title: "#90DaysOfDevOps - Linux Commands for DevOps (Actually everyone) - Day 15" published: false description: 90DaysOfDevOps - Linux Commands for DevOps (Actually everyone) -tags: 'devops, 90daysofdevops, learning' +tags: "devops, 90daysofdevops, learning" cover_image: null canonical_url: null id: 1048834 @@ -193,3 +193,5 @@ Also to note if you type a command and you are no longer happy with it and you w See you on [Day16](day16.md) This is a pretty heavy list already but I can safely say that I have used all of these commands in my day to day, be it from an administering Linux servers or on my Linux Desktop, it is very easy when you are in Windows or macOS to navigate the UI but in Linux Servers, they are not there, everything is done through the terminal. + +# Completed Day 15 exercises - restarted Ubuntu VM, explored various Linux commands diff --git a/README.md b/README.md index 4cfd49d..c672b9d 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,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) -- [] 🐧 15 > [Linux Commands for DevOps (Actually everyone)](Days/day15.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) - [] 🐧 18 > [SSH & Web Server(LAMP)](Days/day18.md)