How to Become a DevOps / SRE Engineer in 180 Days

 Here is the Day 01 Video on DevOps / SRE Engineer training



Day 01 - Homework

  1. Create a directory named day1_practice.
  2. Inside day1_practice, create two more directories: configs and logs.
  3. Use touch to create an empty file named app.conf inside the configs directory.
  4. Use ls -lR (the R is for recursive, to see everything inside) on your day1_practice directory to see the structure you've built.
  5. Now, practice cleaning up by removing the app.conf file and then the configs and logs directories.

Comments

Popular posts from this blog

Performance Testing Interview Preparation Guide

Performance Testing Interview Tutorials

Performance Testing Interview Question - Part 02