completed Day 15, added comments to Day 15

This commit is contained in:
s-shah-coder 2022-12-06 11:07:23 +00:00
parent 13df793e3a
commit 035cc6a4b3
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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)