I am passionate about learning new skills . Currently quenching my thirst for knowledge by learning DevOps methodology.
Nothing here yet.
Apr 1, 2023 · 5 min read · The three different categories of users who need file permissions are: Owners: The owner is the person or entity that creates the file or directory. As the owner, they have the most control over the file or directory, including the ability to chang...
Join discussion
Mar 25, 2023 · 5 min read · A quick scan of the '2023' directory in this repository reveals a grand total of 90 subdirectories https://github.com/mvgeorge1/90DaysOfDevOps.git Did you really think I made all 90 directories by hand? ROFL!! 😂😂 Do I look like some kind of superhu...
Join discussion
Mar 22, 2023 · 6 min read · Prerequisites for this project- ⁌ Reddit clone in Github ⁌ Profile in Dockerhub ⁌ CI server (t2.micro free tier eligible) ⁌ Deployment Server (t2.medium) (2 CPU, 4 GB RAM) Step 1 -: Connect to CI-server EC2 instance. At this moment it is an empty ser...
WVVCSwajid and 4 more commented
Mar 21, 2023 · 3 min read · Shell scripting is the practice of writing scripts using shell languages, such as Bash, that automate tasks and processes on a command-line interface (CLI) or terminal. In the context of DevOps, shell scripting is a valuable tool that enables the aut...
Join discussion