DAY 2 #90DaysOfDevops
Aspiring Devops engineer eager to make an impact.
Day 2, and i’m still here. I cleared the phase 0 yesterday easily as it just explained popular concepts in the devops world.
Today, still using the @learn2cloud guide, i moved to the Phase 2:Linux and Bash. Under this phase there are 5 topics and i learnt the first topic which is Version Control.
In my own understanding, Version control is a program that tracks changes made to a file or collection of files. E.g Git. With VC, you can see all the changes made to a project and also the reason for the change. Now in order to make use of a version control, users should be familiar with Markdown.
Markdown is a markup language that basically allows a user to organise and emphasize what they are trying to communicate on the web. It helps users to avoid the overhead of using HTML. i basically think it’s the HTML LITE.
For this phase, actions were required to be taken which included, installing git, VsCode, set up windows subsystem for linux (WSL), creating a folder with the terminal using the ‘mkdir’ command, cloned the lab repo and my GitHub profile READ.me to my computer locally.
All these were done easily because i have tried most of them before today except for the WSL setup which was pretty straightforward to do.
And that’s all for today. Cheers to day 2 and cheers to more days.