From b8f7f865ede1e7943676f8d520859fa3ed82b9b3 Mon Sep 17 00:00:00 2001 From: s-shah-coder Date: Mon, 12 Dec 2022 12:08:48 +0000 Subject: [PATCH] Completed Day 18, added comments to Day 18 --- Days/day18.md | 8 +++++--- README.md | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Days/day18.md b/Days/day18.md index d198b68..fe1ba03 100644 --- a/Days/day18.md +++ b/Days/day18.md @@ -1,8 +1,8 @@ --- -title: '#90DaysOfDevOps - SSH & Web Server - Day 18' +title: "#90DaysOfDevOps - SSH & Web Server - Day 18" published: false description: 90DaysOfDevOps - SSH & Web Server -tags: 'devops, 90daysofdevops, learning' +tags: "devops, 90daysofdevops, learning" cover_image: null canonical_url: null id: 1048733 @@ -62,7 +62,7 @@ You then want to make sure that our SSH is allowed if the firewall is running. W Now that we have our SSH Server listening out on port 22 for any incoming connection requests and we have added the bridged networking we could use putty or an SSH client on our local machine to connect to our system using SSH. - [# PuTTy installation Guide](https://www.cuit.columbia.edu/putty). +[# PuTTy installation Guide](https://www.cuit.columbia.edu/putty). ![](Images/Day18_Linux4.png) @@ -211,3 +211,5 @@ Then providing everything is configured correctly you will be able to access via - [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 [Day19](day19.md) + +# Completed Day 18 - Setup Apache Web Server, watched SSH tutorial diff --git a/README.md b/README.md index f5b289b..b060515 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The quickest way to get in touch is going to be via Twitter, my handle is [@Mich - [✔️] 🐧 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) +- [✔️] 🐧 18 > [SSH & Web Server(LAMP)](Days/day18.md) - [] 🐧 19 > [Automate tasks with bash scripts](Days/day19.md) - [] 🐧 20 > [Dev workstation setup - All the pretty things](Days/day20.md)