Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCade committed Apr 7, 2022
1 parent 5ac25c5 commit 99f00e5
Show file tree
Hide file tree
Showing 91 changed files with 105 additions and 105 deletions.
4 changes: 2 additions & 2 deletions Days/CICD/Jenkins/Pipeline/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ADD index.html /www/index.html

# EXPOSE $PORT

HEALTHCHECK CMD nc -z localhost $PORT
HEALTHCHECK .mdnc -z localhost $PORT

# Create a basic webserver and run it until the container is stopped
CMD echo "httpd started" && trap "exit 0;" TERM INT; httpd -v -p $PORT -h /www -f & wait
.mdecho "httpd started" && trap "exit 0;" TERM INT; httpd -v -p $PORT -h /www -f & wait
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ RUN install_packages cron && \
>>/etc/crontab

ENTRYPOINT ["cron"]
CMD ["-f", "-L8"]
.md["-f", "-L8"]
2 changes: 1 addition & 1 deletion Days/day02.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Responsibilities of a DevOps Engineer


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day02.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day02.md
---

## Responsibilities of a DevOps Engineer
Expand Down
2 changes: 1 addition & 1 deletion Days/day03.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Application Focused


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day03.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day03.md
---
## DevOps Lifecycle - Application Focused

Expand Down
2 changes: 1 addition & 1 deletion Days/day04.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - DevOps & Agile


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day04.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day04.md
---
## DevOps & Agile

Expand Down
2 changes: 1 addition & 1 deletion Days/day05.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Plan > Code > Build > Testing > Release > Deploy > Operate > Monitor >


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day05.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day05.md
---
## Plan > Code > Build > Testing > Release > Deploy > Operate > Monitor >

Expand Down
2 changes: 1 addition & 1 deletion Days/day06.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - DevOps - The real stories


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day06.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day06.md
---
## DevOps - The real stories

Expand Down
2 changes: 1 addition & 1 deletion Days/day07.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: "90DaysOfDevOps - The Big Picture: DevOps & Learning a Programming Language"


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day07.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day07.md
---
## The Big Picture: DevOps & Learning a Programming Language

Expand Down
2 changes: 1 addition & 1 deletion Days/day08.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Setting up your DevOps environment for Go & Hello World


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day08.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day08.md
---
## Setting up your DevOps environment for Go & Hello World

Expand Down
2 changes: 1 addition & 1 deletion Days/day09.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Let's explain the Hello World code


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day09.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day09.md
---
## Let's explain the Hello World code

Expand Down
2 changes: 1 addition & 1 deletion Days/day10.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - The Go Workspace


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day10.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day10.md
---
### The Go Workspace
On [Day 8](day08.md) we briefly covered the Go workspace to get Go up and running to get to the demo of `Hello #90DaysOfDevOps` But we should explain a little more about the Go workspace.
Expand Down
2 changes: 1 addition & 1 deletion Days/day11.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Variables & Constants in Go


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day11.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day11.md
---

Before we get into the topics for today I want to give a massive shout out to [Techworld with Nana](https://www.youtube.com/watch?v=yyUHQIec83I) and this fantastic concise journey through the fundamentals of Go.
Expand Down
2 changes: 1 addition & 1 deletion Days/day12.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Getting user input with Pointers and a finished program


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day12.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day12.md
---
## Getting user input with Pointers and a finished program

Expand Down
2 changes: 1 addition & 1 deletion Days/day13.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Tweet your progress with our new App


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day13.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day13.md
---
## Tweet your progress with our new App

Expand Down
2 changes: 1 addition & 1 deletion Days/day14.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: "90DaysOfDevOps - The Big Picture: DevOps and Linux"


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day14.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day14.md
---
## The Big Picture: DevOps and Linux
Linux and DevOps share very similar cultures and perspectives; both are focused on customization and scalability. Both of these aspects of Linux are of particular importance for DevOps.
Expand Down
4 changes: 2 additions & 2 deletions Days/day15.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Linux Commands for DevOps (Actually everyone)


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day15.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day15.md
---
## Linux Commands for DevOps (Actually everyone)

Expand Down Expand Up @@ -33,7 +33,7 @@ For one off jobs like installing applications or services you might need that `s

![](Images/Day15_Linux5.png)

I find myself using `clear` all the time, the `clear` command does exactly what it says it is going to clear the screen of all previous commands, putting your prompt to the top and giving you a nice clean workspace. Windows I think is `cls` in the cmd prompt.
I find myself using `clear` all the time, the `clear` command does exactly what it says it is going to clear the screen of all previous commands, putting your prompt to the top and giving you a nice clean workspace. Windows I think is `cls` in the .mdprompt.

![](Images/Day15_Linux6.png)

Expand Down
2 changes: 1 addition & 1 deletion Days/day16.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Managing your Linux System, Filesystem & Storage


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day16.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day16.md
---
## Managing your Linux System, Filesystem & Storage

Expand Down
2 changes: 1 addition & 1 deletion Days/day17.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Text Editors - nano vs vim


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day17.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day17.md
---
## Text Editors - nano vs vim

Expand Down
2 changes: 1 addition & 1 deletion Days/day18.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - SSH & Web Server


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day18.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day18.md
---
## SSH & Web Server

Expand Down
2 changes: 1 addition & 1 deletion Days/day19.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Automate tasks with bash scripts


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day19.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day19.md
---
## Automate tasks with bash scripts

Expand Down
2 changes: 1 addition & 1 deletion Days/day20.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Dev workstation setup - All the pretty things


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day20.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day20.md
---
## Dev workstation setup - All the pretty things

Expand Down
2 changes: 1 addition & 1 deletion Days/day21.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: "90DaysOfDevOps - The Big Picture: DevOps and Networking"


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day21.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day21.md
---
## The Big Picture: DevOps and Networking

Expand Down
2 changes: 1 addition & 1 deletion Days/day22.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - The OSI Model - The 7 Layers


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day22.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day22.md
---
## The OSI Model - The 7 Layers

Expand Down
2 changes: 1 addition & 1 deletion Days/day23.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Network Protocols


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day23.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day23.md
---
## Network Protocols

Expand Down
2 changes: 1 addition & 1 deletion Days/day24.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Network Automation


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day24.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day24.md
---
## Network Automation

Expand Down
2 changes: 1 addition & 1 deletion Days/day25.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Python for Network Automation


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day25.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day25.md
---
## Python for Network Automation

Expand Down
2 changes: 1 addition & 1 deletion Days/day26.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Building our Lab


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day26.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day26.md
---
## Building our Lab

Expand Down
2 changes: 1 addition & 1 deletion Days/day27.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Getting Hands-On with Python & Network


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day27.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day27.md
---
## Getting Hands-On with Python & Network

Expand Down
2 changes: 1 addition & 1 deletion Days/day28.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: "90DaysOfDevOps - The Big Picture: DevOps & The Cloud"


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day28.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day28.md
---
## The Big Picture: DevOps & The Cloud

Expand Down
2 changes: 1 addition & 1 deletion Days/day29.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Microsoft Azure Fundamentals


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day29.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day29.md
---
## Microsoft Azure Fundamentals

Expand Down
2 changes: 1 addition & 1 deletion Days/day30.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Microsoft Azure Security Models


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day30.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day30.md
---
## Microsoft Azure Security Models

Expand Down
2 changes: 1 addition & 1 deletion Days/day31.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Microsoft Azure Compute Models


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day31.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day31.md
---
## Microsoft Azure Compute Models

Expand Down
2 changes: 1 addition & 1 deletion Days/day32.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Microsoft Azure Storage Models


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day32.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day32.md
---
## Microsoft Azure Storage Models

Expand Down
4 changes: 2 additions & 2 deletions Days/day33.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Microsoft Azure Networking Models + Azure Management


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day33.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day33.md
---
## Microsoft Azure Networking Models + Azure Management

Expand Down Expand Up @@ -174,7 +174,7 @@ Azure PowerShell
- Cross-platform PowerShell module, runs on Windows, macOS, Linux
- Requires Windows PowerShell or PowerShell

If there is a reason you cannot use PowerShell in your environment but you can use cmd or bash then the Azure CLI is going to be your choice.
If there is a reason you cannot use PowerShell in your environment but you can use .mdor bash then the Azure CLI is going to be your choice.

Next up we take all the theory we have been through and create some scenarios and get hands-on in Azure.

Expand Down
2 changes: 1 addition & 1 deletion Days/day34.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Microsoft Azure Hands-On Scenarios


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day34.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day34.md
---
## Microsoft Azure Hands-On Scenarios

Expand Down
2 changes: 1 addition & 1 deletion Days/day35.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: "90DaysOfDevOps - The Big Picture: Git - Version Control"


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day35.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day35.md
---
## The Big Picture: Git - Version Control

Expand Down
2 changes: 1 addition & 1 deletion Days/day36.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Installing & Configuring Git


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day36.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day36.md
---
## Installing & Configuring Git

Expand Down
2 changes: 1 addition & 1 deletion Days/day37.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Gitting to know Git


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day37.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day37.md
---
## Gitting to know Git

Expand Down
8 changes: 4 additions & 4 deletions Days/day38.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ published: false
description: 90DaysOfDevOps - Staging & Changing


canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day38.md
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day38.md
---
## Staging & Changing

Expand All @@ -22,11 +22,11 @@ This is where the details of the git repository are stored as well as the inform

### Staging Files

We then start working on our empty folder and maybe we add some source code as a first days work. We create our readme.md file and we can see that file in the directory, next we check our `git status` and it knows about the new readme.md file but we have not committed the file yet.
We then start working on our empty folder and maybe we add some source code as a first days work. We create our readme.mdfile and we can see that file in the directory, next we check our `git status` and it knows about the new readme.mdfile but we have not committed the file yet.

![](Images/Day38_Git3.png)

We can stage our readme.md file with the `git add README.md` command then we can see changes to be committed which we did not have before and a green new file.
We can stage our readme.mdfile with the `git add README.md` command then we can see changes to be committed which we did not have before and a green new file.

![](Images/Day38_Git4.png)

Expand All @@ -38,7 +38,7 @@ Next up we want to commit this, our first commit or our first snapshot of our pr

We are going to most likely want to add more files or even change the files we have in our directory. We have already done our first commit above. But now we are going to add more details and more files.

We could repeat our process from before, create or edit our file > `git add .` to add all files to the staging area then `git commit -m "meaningful message"` and this would work just fine. But to be able to offer a meaningful message on commit of what has changed you might not want to write something out like `git commit -m "Well, I changed some code because it did not work and when I fixed that I also added something new to the readme.md to ensure everyone knew about the user experience and then I made a tea."` I mean this would work as well although probably make it descriptive but the preferred way here is to add this with a text editor.
We could repeat our process from before, create or edit our file > `git add .` to add all files to the staging area then `git commit -m "meaningful message"` and this would work just fine. But to be able to offer a meaningful message on commit of what has changed you might not want to write something out like `git commit -m "Well, I changed some code because it did not work and when I fixed that I also added something new to the readme.mdto ensure everyone knew about the user experience and then I made a tea."` I mean this would work as well although probably make it descriptive but the preferred way here is to add this with a text editor.

If we run `git commit` after running `git add` it will open our default text editor which in my case here is nano. Here are the steps I took to add some changes to the file, ran `git status` to show what is and what is not staged. Then I used `git add` to add the file to the staging area, then ran `git commit` which opened nano.

Expand Down
Loading

0 comments on commit 99f00e5

Please sign in to comment.