├── 2023 ├── day01 │ ├── README.md │ └── devops.txt ├── day02 │ ├── README.md │ ├── basic_linux_commands.md │ └── solution.md ├── day03 │ ├── README.md │ └── solution.md ├── day04 │ └── README.md ├── day05 │ └── README.md ├── day06 │ ├── README.md │ └── notes │ │ └── Linux_Basic_&_FilePermissions.docx ├── day07 │ └── README.md ├── day08 │ └── README.md ├── day09 │ └── README.md ├── day10 │ └── README.md ├── day11 │ └── README.md ├── day12 │ └── README.md ├── day13 │ └── README.md ├── day14 │ └── README.md ├── day15 │ ├── README.md │ ├── parser.py │ ├── services.json │ └── services.yaml ├── day16 │ └── README.md ├── day17 │ └── README.md ├── day18 │ ├── README.md │ └── docker-compose.yaml ├── day19 │ ├── README.md │ └── sample_project_deployment.yaml ├── day20 │ └── README.md ├── day21 │ └── README.md ├── day22 │ └── README.md ├── day23 │ └── README.md ├── day24 │ └── README.md ├── day25 │ └── README.md ├── day26 │ └── README.md ├── day27 │ └── README.md ├── day28 │ └── README.md ├── day29 │ └── README.md ├── day30 │ └── README.md ├── day31 │ ├── README.md │ └── pod.yml ├── day32 │ ├── Deployment.yml │ └── README.md ├── day33 │ └── README.md ├── day34 │ └── README.md ├── day35 │ └── README.md ├── day36 │ ├── Deployment.yml │ ├── README.md │ ├── pv.yml │ └── pvc.yml ├── day37 │ └── README.md ├── day38 │ └── README.md ├── day39 │ └── README.md ├── day40 │ └── README.md ├── day41 │ └── README.md ├── day42 │ └── README.md ├── day43 │ ├── README.md │ └── aws-cli.md ├── day44 │ └── README.md ├── day45 │ └── README.md ├── day46 │ └── README.md ├── day47 │ └── README.md ├── day48 │ └── README.md ├── day49 │ └── README.md ├── day50 │ └── README.md ├── day51 │ └── README.md ├── day52 │ └── README.md ├── day53 │ └── README.md ├── day54 │ └── README.md ├── day55 │ └── README.md ├── day56 │ └── README.md ├── day57 │ └── README.md ├── day58 │ └── README.md ├── day59 │ └── README.md ├── day60 │ └── README.md ├── day61 │ └── README.md ├── day62 │ └── README.md ├── day63 │ └── README.md ├── day64 │ └── README.md ├── day65 │ └── README.md ├── day66 │ └── README.md ├── day67 │ └── README.md ├── day68 │ └── README.md ├── day69 │ └── README.md ├── day70 │ └── README.md ├── day71 │ └── README.md ├── day72 │ └── README.md ├── day73 │ └── README.md ├── day74 │ └── README.md ├── day75 │ └── README.md ├── day76 │ └── README.md ├── day77 │ └── README.md ├── day78 │ └── README.md ├── day79 │ └── README.md ├── day80 │ └── README.md ├── day81 │ └── README.md ├── day82 │ └── README.md ├── day83 │ └── README.md ├── day84 │ └── README.md ├── day85 │ └── README.md ├── day86 │ └── README.md ├── day87 │ └── README.md ├── day88 │ └── README.md ├── day89 │ └── README.md └── day90 │ └── README.md ├── 2024 ├── day01 │ └── README.md ├── day02 │ └── readme.md ├── day03 │ ├── README.md │ ├── image │ │ ├── task 1.png │ │ ├── task 10.png │ │ ├── task 11.png │ │ ├── task 12.png │ │ ├── task 2.png │ │ ├── task 3.png │ │ ├── task 4.png │ │ ├── task 5.png │ │ ├── task 6.png │ │ ├── task 66.png │ │ ├── task 7.png │ │ ├── task 8.png │ │ └── task 9.png │ └── solution.md ├── day04 │ ├── README.md │ ├── image │ │ ├── task 1.png │ │ ├── task 11.png │ │ ├── task 2.png │ │ ├── task 3.png │ │ ├── task 4.png │ │ └── task 5.png │ └── solution.md ├── day05 │ ├── README.md │ ├── image │ │ ├── task 1-2.png │ │ ├── task 1-3.png │ │ ├── task 1.png │ │ ├── task 2-1.png │ │ ├── task 2.png │ │ ├── task 3-1.png │ │ ├── task 3.png │ │ └── task 4.png │ └── solution.md ├── day06 │ ├── README.md │ ├── image │ │ ├── task1.png │ │ ├── task3.png │ │ ├── task4-1.png │ │ ├── task4.png │ │ ├── task5-1.png │ │ ├── task5-2.png │ │ ├── task5.png │ │ ├── task6-1.png │ │ └── task6.png │ └── solution.md ├── day07 │ ├── README.md │ ├── image │ │ ├── task1-2.png │ │ ├── task1.png │ │ ├── task4.png │ │ ├── task5-1.png │ │ ├── task5.png │ │ ├── task6-1.png │ │ ├── task6.png │ │ └── taskj2.png │ └── solution.md ├── day08 │ ├── README.md │ ├── image │ │ ├── task1.png │ │ ├── task2.png │ │ ├── task3.png │ │ ├── task4.png │ │ ├── task5.png │ │ └── task6.png │ └── solution.md ├── day09 │ ├── README.md │ ├── image │ │ ├── bash1.png │ │ ├── task1-2.png │ │ ├── task11.png │ │ ├── task2.png │ │ └── task3.png │ └── solution.md ├── day10 │ ├── README.md │ ├── image │ │ ├── output.png │ │ ├── task1.png │ │ └── task2.png │ └── solution.md ├── day11 │ ├── README.md │ ├── image │ │ ├── task1.png │ │ ├── task2.png │ │ ├── task3.png │ │ ├── task4.png │ │ ├── task5.png │ │ └── task5ka1.png │ └── solution.md ├── day12 │ ├── README.md │ ├── image │ │ ├── connect_your_local_repository_to_the_repository_on_github.png │ │ ├── create_a_new_file.png │ │ ├── create_a_new_repository.png │ │ ├── gitui.png │ │ ├── gitui1.png │ │ ├── gitui2.png │ │ ├── push_repository.png │ │ └── set_user_name_and_email_address.png │ └── solution.md ├── day13 │ ├── README.md │ ├── image │ │ ├── 1 Create a Branch and Add a Feature.png │ │ ├── 10 Screenshot of branch structure.png │ │ ├── 11 Merge Changes into Master_main.png │ │ ├── 12 Practice Rebase.png │ │ ├── 2 Create a new branch.png │ │ ├── 3 Commit your changes with a message reflecting.png │ │ ├── 4 Push your local commits to the repository on GitHub.png │ │ ├── 5 This is the bug fix in development branch.png │ │ ├── 6 This is gadbad code.png │ │ ├── 7 This feature will gadbad everything from now.png │ │ ├── 8 Restore the File to a Previous Version.png │ │ └── 9 Create 2 or more branches.png │ └── solution.md ├── day14 │ ├── Git_cheat_sheet_rajat.pdf │ ├── Linux_cheat_sheet_rajat.pdf │ ├── README.md │ └── solution.md ├── day15 │ ├── README.md │ ├── image │ │ └── Installation_Python.png │ └── solution.md ├── day16 │ ├── README.md │ ├── image │ │ ├── 1_Start_a_New_Container.png │ │ ├── 2_docker_inspect.png │ │ ├── 3_docker_port.png │ │ ├── 4_docker_stats.png │ │ ├── 5_docker_top.png │ │ ├── 6_docker_save.png │ │ └── 7_docker_load.png │ └── solution.md ├── day17 │ ├── README.md │ ├── code.txt │ ├── image │ │ ├── 1_Create_a_new_directory.png │ │ ├── 2_app_py.png │ │ ├── 3_Create_a_requirements_file.png │ │ ├── 4_Create_a_Dockerfile.png │ │ ├── 5_build_the_docker_image.png │ │ ├── 6_Run_the_Container.png │ │ ├── 7_Verify_the_Application.png │ │ ├── 8_Tag_the_Image.png │ │ └── 9_Push_the_Image.png │ └── solution.md ├── day18 │ ├── README.md │ ├── image │ │ ├── 10_Remove_the_container.png │ │ ├── 1_docker_compose_yml_file.png │ │ ├── 2_Pull_the_Docker_image.png │ │ ├── 3_Add_the_current_user_to_the_Docker_group.png │ │ ├── 4_Reboot_the_machine_to_apply_the_changes.png │ │ ├── 5_Run_the_Docker_container.png │ │ ├── 6_Inspect_the_container.png │ │ ├── 7_View_the_logs.png │ │ ├── 8_Stop_the_container.png │ │ ├── 9_Start_the_container.png │ │ └── task1.png │ └── solution.md ├── day19 │ ├── README.md │ └── images │ │ ├── Screenshot (113).png │ │ ├── Screenshot (114).png │ │ ├── Screenshot (116).png │ │ ├── Screenshot (117).png │ │ ├── Screenshot (118).png │ │ ├── Screenshot (119).png │ │ └── Screenshot (120).png ├── day20 │ ├── Docker_cheat_sheet.pdf │ └── README.md ├── day21 │ └── README.md ├── day22 │ └── README.md ├── day23 │ └── README.md ├── day24 │ └── README.md ├── day25 │ └── README.md ├── day26 │ └── README.md ├── day27 │ └── README.md ├── day28 │ └── README.md ├── day29 │ └── README.md ├── day30 │ └── README.md ├── day31 │ ├── README.md │ └── pod.yml ├── day32 │ ├── Deployment.yml │ └── README.md ├── day33 │ └── README.md ├── day34 │ └── README.md ├── day35 │ └── README.md ├── day36 │ ├── Deployment.yml │ ├── README.md │ ├── pv.yml │ └── pvc.yml ├── day37 │ └── README.md ├── day38 │ └── README.md ├── day39 │ └── README.md ├── day40 │ └── README.md ├── day41 │ └── README.md ├── day42 │ └── README.md ├── day43 │ ├── README.md │ └── aws-cli.md ├── day44 │ └── README.md ├── day45 │ └── README.md ├── day46 │ └── README.md ├── day47 │ └── README.md ├── day48 │ └── README.md ├── day49 │ └── README.md ├── day50 │ └── README.md ├── day51 │ └── README.md ├── day52 │ └── README.md ├── day53 │ └── README.md ├── day54 │ └── README.md ├── day55 │ └── README.md ├── day56 │ └── README.md ├── day57 │ └── README.md ├── day58 │ └── README.md ├── day59 │ └── README.md ├── day60 │ └── README.md ├── day61 │ └── README.md ├── day62 │ └── README.md ├── day63 │ └── README.md ├── day64 │ └── README.md ├── day65 │ └── README.md ├── day66 │ └── README.md ├── day67 │ └── README.md ├── day68 │ └── README.md ├── day69 │ └── README.md ├── day70 │ └── README.md ├── day71 │ └── README.md ├── day72 │ └── README.md ├── day73 │ └── README.md ├── day74 │ └── README.md ├── day75 │ └── README.md ├── day76 │ └── README.md ├── day77 │ └── README.md ├── day78 │ └── README.md ├── day79 │ └── README.md ├── day80 │ └── README.md ├── day81 │ └── README.md ├── day82 │ └── README.md ├── day83 │ └── README.md ├── day84 │ └── README.md ├── day85 │ └── README.md ├── day86 │ └── README.md ├── day87 │ └── README.md ├── day88 │ └── README.md ├── day89 │ └── README.md └── day90 │ └── README.md ├── 2025 ├── ansible │ └── README.md ├── aws │ └── README.md ├── cicd │ └── README.md ├── docker │ └── README.md ├── git │ ├── 01_Git_and_Github_Basics │ │ └── README.md │ └── 02_Git_and_Github_Advanced │ │ └── README.md ├── kubernetes │ └── README.md ├── linux │ └── README.md ├── networking │ └── README.md ├── observability │ └── README.md ├── projects │ └── README.md ├── shell_scripting │ └── README.md └── terraform │ └── README.md ├── .github └── workflows │ └── stale.yml ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md └── TOC.md /.github/workflows/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/.github/workflows/stale.yml -------------------------------------------------------------------------------- /2023/day01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day01/README.md -------------------------------------------------------------------------------- /2023/day01/devops.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day01/devops.txt -------------------------------------------------------------------------------- /2023/day02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day02/README.md -------------------------------------------------------------------------------- /2023/day02/basic_linux_commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day02/basic_linux_commands.md -------------------------------------------------------------------------------- /2023/day02/solution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day02/solution.md -------------------------------------------------------------------------------- /2023/day03/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day03/README.md -------------------------------------------------------------------------------- /2023/day03/solution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day03/solution.md -------------------------------------------------------------------------------- /2023/day04/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day04/README.md -------------------------------------------------------------------------------- /2023/day05/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day05/README.md -------------------------------------------------------------------------------- /2023/day06/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day06/README.md -------------------------------------------------------------------------------- /2023/day06/notes/Linux_Basic_&_FilePermissions.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day06/notes/Linux_Basic_&_FilePermissions.docx -------------------------------------------------------------------------------- /2023/day07/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day07/README.md -------------------------------------------------------------------------------- /2023/day08/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day08/README.md -------------------------------------------------------------------------------- /2023/day09/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day09/README.md -------------------------------------------------------------------------------- /2023/day10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day10/README.md -------------------------------------------------------------------------------- /2023/day11/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day11/README.md -------------------------------------------------------------------------------- /2023/day12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day12/README.md -------------------------------------------------------------------------------- /2023/day13/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day13/README.md -------------------------------------------------------------------------------- /2023/day14/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day14/README.md -------------------------------------------------------------------------------- /2023/day15/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day15/README.md -------------------------------------------------------------------------------- /2023/day15/parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day15/parser.py -------------------------------------------------------------------------------- /2023/day15/services.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day15/services.json -------------------------------------------------------------------------------- /2023/day15/services.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day15/services.yaml -------------------------------------------------------------------------------- /2023/day16/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day16/README.md -------------------------------------------------------------------------------- /2023/day17/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day17/README.md -------------------------------------------------------------------------------- /2023/day18/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day18/README.md -------------------------------------------------------------------------------- /2023/day18/docker-compose.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day18/docker-compose.yaml -------------------------------------------------------------------------------- /2023/day19/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day19/README.md -------------------------------------------------------------------------------- /2023/day19/sample_project_deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day19/sample_project_deployment.yaml -------------------------------------------------------------------------------- /2023/day20/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day20/README.md -------------------------------------------------------------------------------- /2023/day21/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day21/README.md -------------------------------------------------------------------------------- /2023/day22/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day22/README.md -------------------------------------------------------------------------------- /2023/day23/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day23/README.md -------------------------------------------------------------------------------- /2023/day24/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day24/README.md -------------------------------------------------------------------------------- /2023/day25/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day25/README.md -------------------------------------------------------------------------------- /2023/day26/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day26/README.md -------------------------------------------------------------------------------- /2023/day27/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day27/README.md -------------------------------------------------------------------------------- /2023/day28/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day28/README.md -------------------------------------------------------------------------------- /2023/day29/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day29/README.md -------------------------------------------------------------------------------- /2023/day30/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day30/README.md -------------------------------------------------------------------------------- /2023/day31/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day31/README.md -------------------------------------------------------------------------------- /2023/day31/pod.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day31/pod.yml -------------------------------------------------------------------------------- /2023/day32/Deployment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day32/Deployment.yml -------------------------------------------------------------------------------- /2023/day32/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day32/README.md -------------------------------------------------------------------------------- /2023/day33/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day33/README.md -------------------------------------------------------------------------------- /2023/day34/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day34/README.md -------------------------------------------------------------------------------- /2023/day35/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day35/README.md -------------------------------------------------------------------------------- /2023/day36/Deployment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day36/Deployment.yml -------------------------------------------------------------------------------- /2023/day36/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day36/README.md -------------------------------------------------------------------------------- /2023/day36/pv.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day36/pv.yml -------------------------------------------------------------------------------- /2023/day36/pvc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day36/pvc.yml -------------------------------------------------------------------------------- /2023/day37/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day37/README.md -------------------------------------------------------------------------------- /2023/day38/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day38/README.md -------------------------------------------------------------------------------- /2023/day39/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day39/README.md -------------------------------------------------------------------------------- /2023/day40/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day40/README.md -------------------------------------------------------------------------------- /2023/day41/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day41/README.md -------------------------------------------------------------------------------- /2023/day42/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day42/README.md -------------------------------------------------------------------------------- /2023/day43/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day43/README.md -------------------------------------------------------------------------------- /2023/day43/aws-cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day43/aws-cli.md -------------------------------------------------------------------------------- /2023/day44/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day44/README.md -------------------------------------------------------------------------------- /2023/day45/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day45/README.md -------------------------------------------------------------------------------- /2023/day46/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day46/README.md -------------------------------------------------------------------------------- /2023/day47/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day47/README.md -------------------------------------------------------------------------------- /2023/day48/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day48/README.md -------------------------------------------------------------------------------- /2023/day49/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day49/README.md -------------------------------------------------------------------------------- /2023/day50/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day50/README.md -------------------------------------------------------------------------------- /2023/day51/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day51/README.md -------------------------------------------------------------------------------- /2023/day52/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day52/README.md -------------------------------------------------------------------------------- /2023/day53/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day53/README.md -------------------------------------------------------------------------------- /2023/day54/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day54/README.md -------------------------------------------------------------------------------- /2023/day55/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day55/README.md -------------------------------------------------------------------------------- /2023/day56/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day56/README.md -------------------------------------------------------------------------------- /2023/day57/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day57/README.md -------------------------------------------------------------------------------- /2023/day58/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day58/README.md -------------------------------------------------------------------------------- /2023/day59/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day59/README.md -------------------------------------------------------------------------------- /2023/day60/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day60/README.md -------------------------------------------------------------------------------- /2023/day61/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day61/README.md -------------------------------------------------------------------------------- /2023/day62/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day62/README.md -------------------------------------------------------------------------------- /2023/day63/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day63/README.md -------------------------------------------------------------------------------- /2023/day64/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day64/README.md -------------------------------------------------------------------------------- /2023/day65/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day65/README.md -------------------------------------------------------------------------------- /2023/day66/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day66/README.md -------------------------------------------------------------------------------- /2023/day67/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day67/README.md -------------------------------------------------------------------------------- /2023/day68/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day68/README.md -------------------------------------------------------------------------------- /2023/day69/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day69/README.md -------------------------------------------------------------------------------- /2023/day70/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day70/README.md -------------------------------------------------------------------------------- /2023/day71/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day71/README.md -------------------------------------------------------------------------------- /2023/day72/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day72/README.md -------------------------------------------------------------------------------- /2023/day73/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day73/README.md -------------------------------------------------------------------------------- /2023/day74/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day74/README.md -------------------------------------------------------------------------------- /2023/day75/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day75/README.md -------------------------------------------------------------------------------- /2023/day76/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day76/README.md -------------------------------------------------------------------------------- /2023/day77/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day77/README.md -------------------------------------------------------------------------------- /2023/day78/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day78/README.md -------------------------------------------------------------------------------- /2023/day79/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day79/README.md -------------------------------------------------------------------------------- /2023/day80/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day80/README.md -------------------------------------------------------------------------------- /2023/day81/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day81/README.md -------------------------------------------------------------------------------- /2023/day82/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day82/README.md -------------------------------------------------------------------------------- /2023/day83/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day83/README.md -------------------------------------------------------------------------------- /2023/day84/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day84/README.md -------------------------------------------------------------------------------- /2023/day85/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day85/README.md -------------------------------------------------------------------------------- /2023/day86/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day86/README.md -------------------------------------------------------------------------------- /2023/day87/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day87/README.md -------------------------------------------------------------------------------- /2023/day88/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day88/README.md -------------------------------------------------------------------------------- /2023/day89/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day89/README.md -------------------------------------------------------------------------------- /2023/day90/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2023/day90/README.md -------------------------------------------------------------------------------- /2024/day01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day01/README.md -------------------------------------------------------------------------------- /2024/day02/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day02/readme.md -------------------------------------------------------------------------------- /2024/day03/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day03/README.md -------------------------------------------------------------------------------- /2024/day03/image/task 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day03/image/task 1.png -------------------------------------------------------------------------------- /2024/day03/image/task 10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day03/image/task 10.png -------------------------------------------------------------------------------- /2024/day03/image/task 11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day03/image/task 11.png -------------------------------------------------------------------------------- /2024/day03/image/task 12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day03/image/task 12.png -------------------------------------------------------------------------------- /2024/day03/image/task 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day03/image/task 2.png -------------------------------------------------------------------------------- /2024/day03/image/task 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day03/image/task 3.png -------------------------------------------------------------------------------- /2024/day03/image/task 4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day03/image/task 4.png -------------------------------------------------------------------------------- /2024/day03/image/task 5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day03/image/task 5.png -------------------------------------------------------------------------------- /2024/day03/image/task 6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day03/image/task 6.png -------------------------------------------------------------------------------- /2024/day03/image/task 66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day03/image/task 66.png -------------------------------------------------------------------------------- /2024/day03/image/task 7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day03/image/task 7.png -------------------------------------------------------------------------------- /2024/day03/image/task 8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day03/image/task 8.png -------------------------------------------------------------------------------- /2024/day03/image/task 9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day03/image/task 9.png -------------------------------------------------------------------------------- /2024/day03/solution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day03/solution.md -------------------------------------------------------------------------------- /2024/day04/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day04/README.md -------------------------------------------------------------------------------- /2024/day04/image/task 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day04/image/task 1.png -------------------------------------------------------------------------------- /2024/day04/image/task 11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day04/image/task 11.png -------------------------------------------------------------------------------- /2024/day04/image/task 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day04/image/task 2.png -------------------------------------------------------------------------------- /2024/day04/image/task 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day04/image/task 3.png -------------------------------------------------------------------------------- /2024/day04/image/task 4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day04/image/task 4.png -------------------------------------------------------------------------------- /2024/day04/image/task 5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day04/image/task 5.png -------------------------------------------------------------------------------- /2024/day04/solution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day04/solution.md -------------------------------------------------------------------------------- /2024/day05/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day05/README.md -------------------------------------------------------------------------------- /2024/day05/image/task 1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day05/image/task 1-2.png -------------------------------------------------------------------------------- /2024/day05/image/task 1-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day05/image/task 1-3.png -------------------------------------------------------------------------------- /2024/day05/image/task 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day05/image/task 1.png -------------------------------------------------------------------------------- /2024/day05/image/task 2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day05/image/task 2-1.png -------------------------------------------------------------------------------- /2024/day05/image/task 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day05/image/task 2.png -------------------------------------------------------------------------------- /2024/day05/image/task 3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day05/image/task 3-1.png -------------------------------------------------------------------------------- /2024/day05/image/task 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day05/image/task 3.png -------------------------------------------------------------------------------- /2024/day05/image/task 4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day05/image/task 4.png -------------------------------------------------------------------------------- /2024/day05/solution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day05/solution.md -------------------------------------------------------------------------------- /2024/day06/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day06/README.md -------------------------------------------------------------------------------- /2024/day06/image/task1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day06/image/task1.png -------------------------------------------------------------------------------- /2024/day06/image/task3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day06/image/task3.png -------------------------------------------------------------------------------- /2024/day06/image/task4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day06/image/task4-1.png -------------------------------------------------------------------------------- /2024/day06/image/task4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day06/image/task4.png -------------------------------------------------------------------------------- /2024/day06/image/task5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day06/image/task5-1.png -------------------------------------------------------------------------------- /2024/day06/image/task5-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day06/image/task5-2.png -------------------------------------------------------------------------------- /2024/day06/image/task5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day06/image/task5.png -------------------------------------------------------------------------------- /2024/day06/image/task6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day06/image/task6-1.png -------------------------------------------------------------------------------- /2024/day06/image/task6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day06/image/task6.png -------------------------------------------------------------------------------- /2024/day06/solution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day06/solution.md -------------------------------------------------------------------------------- /2024/day07/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day07/README.md -------------------------------------------------------------------------------- /2024/day07/image/task1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day07/image/task1-2.png -------------------------------------------------------------------------------- /2024/day07/image/task1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day07/image/task1.png -------------------------------------------------------------------------------- /2024/day07/image/task4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day07/image/task4.png -------------------------------------------------------------------------------- /2024/day07/image/task5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day07/image/task5-1.png -------------------------------------------------------------------------------- /2024/day07/image/task5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day07/image/task5.png -------------------------------------------------------------------------------- /2024/day07/image/task6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day07/image/task6-1.png -------------------------------------------------------------------------------- /2024/day07/image/task6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day07/image/task6.png -------------------------------------------------------------------------------- /2024/day07/image/taskj2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day07/image/taskj2.png -------------------------------------------------------------------------------- /2024/day07/solution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day07/solution.md -------------------------------------------------------------------------------- /2024/day08/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day08/README.md -------------------------------------------------------------------------------- /2024/day08/image/task1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day08/image/task1.png -------------------------------------------------------------------------------- /2024/day08/image/task2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day08/image/task2.png -------------------------------------------------------------------------------- /2024/day08/image/task3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day08/image/task3.png -------------------------------------------------------------------------------- /2024/day08/image/task4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day08/image/task4.png -------------------------------------------------------------------------------- /2024/day08/image/task5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day08/image/task5.png -------------------------------------------------------------------------------- /2024/day08/image/task6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day08/image/task6.png -------------------------------------------------------------------------------- /2024/day08/solution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day08/solution.md -------------------------------------------------------------------------------- /2024/day09/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day09/README.md -------------------------------------------------------------------------------- /2024/day09/image/bash1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day09/image/bash1.png -------------------------------------------------------------------------------- /2024/day09/image/task1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day09/image/task1-2.png -------------------------------------------------------------------------------- /2024/day09/image/task11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day09/image/task11.png -------------------------------------------------------------------------------- /2024/day09/image/task2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day09/image/task2.png -------------------------------------------------------------------------------- /2024/day09/image/task3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day09/image/task3.png -------------------------------------------------------------------------------- /2024/day09/solution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day09/solution.md -------------------------------------------------------------------------------- /2024/day10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day10/README.md -------------------------------------------------------------------------------- /2024/day10/image/output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day10/image/output.png -------------------------------------------------------------------------------- /2024/day10/image/task1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day10/image/task1.png -------------------------------------------------------------------------------- /2024/day10/image/task2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day10/image/task2.png -------------------------------------------------------------------------------- /2024/day10/solution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day10/solution.md -------------------------------------------------------------------------------- /2024/day11/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day11/README.md -------------------------------------------------------------------------------- /2024/day11/image/task1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day11/image/task1.png -------------------------------------------------------------------------------- /2024/day11/image/task2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day11/image/task2.png -------------------------------------------------------------------------------- /2024/day11/image/task3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day11/image/task3.png -------------------------------------------------------------------------------- /2024/day11/image/task4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day11/image/task4.png -------------------------------------------------------------------------------- /2024/day11/image/task5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day11/image/task5.png -------------------------------------------------------------------------------- /2024/day11/image/task5ka1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day11/image/task5ka1.png -------------------------------------------------------------------------------- /2024/day11/solution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day11/solution.md -------------------------------------------------------------------------------- /2024/day12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day12/README.md -------------------------------------------------------------------------------- /2024/day12/image/connect_your_local_repository_to_the_repository_on_github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day12/image/connect_your_local_repository_to_the_repository_on_github.png -------------------------------------------------------------------------------- /2024/day12/image/create_a_new_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day12/image/create_a_new_file.png -------------------------------------------------------------------------------- /2024/day12/image/create_a_new_repository.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day12/image/create_a_new_repository.png -------------------------------------------------------------------------------- /2024/day12/image/gitui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day12/image/gitui.png -------------------------------------------------------------------------------- /2024/day12/image/gitui1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day12/image/gitui1.png -------------------------------------------------------------------------------- /2024/day12/image/gitui2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day12/image/gitui2.png -------------------------------------------------------------------------------- /2024/day12/image/push_repository.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day12/image/push_repository.png -------------------------------------------------------------------------------- /2024/day12/image/set_user_name_and_email_address.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day12/image/set_user_name_and_email_address.png -------------------------------------------------------------------------------- /2024/day12/solution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day12/solution.md -------------------------------------------------------------------------------- /2024/day13/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day13/README.md -------------------------------------------------------------------------------- /2024/day13/image/1 Create a Branch and Add a Feature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day13/image/1 Create a Branch and Add a Feature.png -------------------------------------------------------------------------------- /2024/day13/image/10 Screenshot of branch structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day13/image/10 Screenshot of branch structure.png -------------------------------------------------------------------------------- /2024/day13/image/11 Merge Changes into Master_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day13/image/11 Merge Changes into Master_main.png -------------------------------------------------------------------------------- /2024/day13/image/12 Practice Rebase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day13/image/12 Practice Rebase.png -------------------------------------------------------------------------------- /2024/day13/image/2 Create a new branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day13/image/2 Create a new branch.png -------------------------------------------------------------------------------- /2024/day13/image/3 Commit your changes with a message reflecting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day13/image/3 Commit your changes with a message reflecting.png -------------------------------------------------------------------------------- /2024/day13/image/4 Push your local commits to the repository on GitHub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day13/image/4 Push your local commits to the repository on GitHub.png -------------------------------------------------------------------------------- /2024/day13/image/5 This is the bug fix in development branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day13/image/5 This is the bug fix in development branch.png -------------------------------------------------------------------------------- /2024/day13/image/6 This is gadbad code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day13/image/6 This is gadbad code.png -------------------------------------------------------------------------------- /2024/day13/image/7 This feature will gadbad everything from now.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day13/image/7 This feature will gadbad everything from now.png -------------------------------------------------------------------------------- /2024/day13/image/8 Restore the File to a Previous Version.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day13/image/8 Restore the File to a Previous Version.png -------------------------------------------------------------------------------- /2024/day13/image/9 Create 2 or more branches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day13/image/9 Create 2 or more branches.png -------------------------------------------------------------------------------- /2024/day13/solution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day13/solution.md -------------------------------------------------------------------------------- /2024/day14/Git_cheat_sheet_rajat.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day14/Git_cheat_sheet_rajat.pdf -------------------------------------------------------------------------------- /2024/day14/Linux_cheat_sheet_rajat.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day14/Linux_cheat_sheet_rajat.pdf -------------------------------------------------------------------------------- /2024/day14/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day14/README.md -------------------------------------------------------------------------------- /2024/day14/solution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day14/solution.md -------------------------------------------------------------------------------- /2024/day15/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day15/README.md -------------------------------------------------------------------------------- /2024/day15/image/Installation_Python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day15/image/Installation_Python.png -------------------------------------------------------------------------------- /2024/day15/solution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day15/solution.md -------------------------------------------------------------------------------- /2024/day16/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day16/README.md -------------------------------------------------------------------------------- /2024/day16/image/1_Start_a_New_Container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day16/image/1_Start_a_New_Container.png -------------------------------------------------------------------------------- /2024/day16/image/2_docker_inspect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day16/image/2_docker_inspect.png -------------------------------------------------------------------------------- /2024/day16/image/3_docker_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day16/image/3_docker_port.png -------------------------------------------------------------------------------- /2024/day16/image/4_docker_stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day16/image/4_docker_stats.png -------------------------------------------------------------------------------- /2024/day16/image/5_docker_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day16/image/5_docker_top.png -------------------------------------------------------------------------------- /2024/day16/image/6_docker_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day16/image/6_docker_save.png -------------------------------------------------------------------------------- /2024/day16/image/7_docker_load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day16/image/7_docker_load.png -------------------------------------------------------------------------------- /2024/day16/solution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day16/solution.md -------------------------------------------------------------------------------- /2024/day17/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day17/README.md -------------------------------------------------------------------------------- /2024/day17/code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day17/code.txt -------------------------------------------------------------------------------- /2024/day17/image/1_Create_a_new_directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day17/image/1_Create_a_new_directory.png -------------------------------------------------------------------------------- /2024/day17/image/2_app_py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day17/image/2_app_py.png -------------------------------------------------------------------------------- /2024/day17/image/3_Create_a_requirements_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day17/image/3_Create_a_requirements_file.png -------------------------------------------------------------------------------- /2024/day17/image/4_Create_a_Dockerfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day17/image/4_Create_a_Dockerfile.png -------------------------------------------------------------------------------- /2024/day17/image/5_build_the_docker_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day17/image/5_build_the_docker_image.png -------------------------------------------------------------------------------- /2024/day17/image/6_Run_the_Container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day17/image/6_Run_the_Container.png -------------------------------------------------------------------------------- /2024/day17/image/7_Verify_the_Application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day17/image/7_Verify_the_Application.png -------------------------------------------------------------------------------- /2024/day17/image/8_Tag_the_Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day17/image/8_Tag_the_Image.png -------------------------------------------------------------------------------- /2024/day17/image/9_Push_the_Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day17/image/9_Push_the_Image.png -------------------------------------------------------------------------------- /2024/day17/solution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day17/solution.md -------------------------------------------------------------------------------- /2024/day18/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day18/README.md -------------------------------------------------------------------------------- /2024/day18/image/10_Remove_the_container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day18/image/10_Remove_the_container.png -------------------------------------------------------------------------------- /2024/day18/image/1_docker_compose_yml_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day18/image/1_docker_compose_yml_file.png -------------------------------------------------------------------------------- /2024/day18/image/2_Pull_the_Docker_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day18/image/2_Pull_the_Docker_image.png -------------------------------------------------------------------------------- /2024/day18/image/3_Add_the_current_user_to_the_Docker_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day18/image/3_Add_the_current_user_to_the_Docker_group.png -------------------------------------------------------------------------------- /2024/day18/image/4_Reboot_the_machine_to_apply_the_changes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day18/image/4_Reboot_the_machine_to_apply_the_changes.png -------------------------------------------------------------------------------- /2024/day18/image/5_Run_the_Docker_container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day18/image/5_Run_the_Docker_container.png -------------------------------------------------------------------------------- /2024/day18/image/6_Inspect_the_container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day18/image/6_Inspect_the_container.png -------------------------------------------------------------------------------- /2024/day18/image/7_View_the_logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day18/image/7_View_the_logs.png -------------------------------------------------------------------------------- /2024/day18/image/8_Stop_the_container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day18/image/8_Stop_the_container.png -------------------------------------------------------------------------------- /2024/day18/image/9_Start_the_container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day18/image/9_Start_the_container.png -------------------------------------------------------------------------------- /2024/day18/image/task1.png: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /2024/day18/solution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day18/solution.md -------------------------------------------------------------------------------- /2024/day19/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day19/README.md -------------------------------------------------------------------------------- /2024/day19/images/Screenshot (113).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day19/images/Screenshot (113).png -------------------------------------------------------------------------------- /2024/day19/images/Screenshot (114).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day19/images/Screenshot (114).png -------------------------------------------------------------------------------- /2024/day19/images/Screenshot (116).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day19/images/Screenshot (116).png -------------------------------------------------------------------------------- /2024/day19/images/Screenshot (117).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day19/images/Screenshot (117).png -------------------------------------------------------------------------------- /2024/day19/images/Screenshot (118).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day19/images/Screenshot (118).png -------------------------------------------------------------------------------- /2024/day19/images/Screenshot (119).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day19/images/Screenshot (119).png -------------------------------------------------------------------------------- /2024/day19/images/Screenshot (120).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day19/images/Screenshot (120).png -------------------------------------------------------------------------------- /2024/day20/Docker_cheat_sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day20/Docker_cheat_sheet.pdf -------------------------------------------------------------------------------- /2024/day20/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day20/README.md -------------------------------------------------------------------------------- /2024/day21/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day21/README.md -------------------------------------------------------------------------------- /2024/day22/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day22/README.md -------------------------------------------------------------------------------- /2024/day23/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day23/README.md -------------------------------------------------------------------------------- /2024/day24/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day24/README.md -------------------------------------------------------------------------------- /2024/day25/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day25/README.md -------------------------------------------------------------------------------- /2024/day26/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day26/README.md -------------------------------------------------------------------------------- /2024/day27/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day27/README.md -------------------------------------------------------------------------------- /2024/day28/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day28/README.md -------------------------------------------------------------------------------- /2024/day29/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day29/README.md -------------------------------------------------------------------------------- /2024/day30/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day30/README.md -------------------------------------------------------------------------------- /2024/day31/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day31/README.md -------------------------------------------------------------------------------- /2024/day31/pod.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day31/pod.yml -------------------------------------------------------------------------------- /2024/day32/Deployment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day32/Deployment.yml -------------------------------------------------------------------------------- /2024/day32/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day32/README.md -------------------------------------------------------------------------------- /2024/day33/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day33/README.md -------------------------------------------------------------------------------- /2024/day34/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day34/README.md -------------------------------------------------------------------------------- /2024/day35/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day35/README.md -------------------------------------------------------------------------------- /2024/day36/Deployment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day36/Deployment.yml -------------------------------------------------------------------------------- /2024/day36/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day36/README.md -------------------------------------------------------------------------------- /2024/day36/pv.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day36/pv.yml -------------------------------------------------------------------------------- /2024/day36/pvc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day36/pvc.yml -------------------------------------------------------------------------------- /2024/day37/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day37/README.md -------------------------------------------------------------------------------- /2024/day38/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day38/README.md -------------------------------------------------------------------------------- /2024/day39/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day39/README.md -------------------------------------------------------------------------------- /2024/day40/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day40/README.md -------------------------------------------------------------------------------- /2024/day41/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day41/README.md -------------------------------------------------------------------------------- /2024/day42/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day42/README.md -------------------------------------------------------------------------------- /2024/day43/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day43/README.md -------------------------------------------------------------------------------- /2024/day43/aws-cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day43/aws-cli.md -------------------------------------------------------------------------------- /2024/day44/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day44/README.md -------------------------------------------------------------------------------- /2024/day45/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day45/README.md -------------------------------------------------------------------------------- /2024/day46/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day46/README.md -------------------------------------------------------------------------------- /2024/day47/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day47/README.md -------------------------------------------------------------------------------- /2024/day48/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day48/README.md -------------------------------------------------------------------------------- /2024/day49/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day49/README.md -------------------------------------------------------------------------------- /2024/day50/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day50/README.md -------------------------------------------------------------------------------- /2024/day51/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day51/README.md -------------------------------------------------------------------------------- /2024/day52/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day52/README.md -------------------------------------------------------------------------------- /2024/day53/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day53/README.md -------------------------------------------------------------------------------- /2024/day54/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day54/README.md -------------------------------------------------------------------------------- /2024/day55/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day55/README.md -------------------------------------------------------------------------------- /2024/day56/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day56/README.md -------------------------------------------------------------------------------- /2024/day57/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day57/README.md -------------------------------------------------------------------------------- /2024/day58/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day58/README.md -------------------------------------------------------------------------------- /2024/day59/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day59/README.md -------------------------------------------------------------------------------- /2024/day60/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day60/README.md -------------------------------------------------------------------------------- /2024/day61/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day61/README.md -------------------------------------------------------------------------------- /2024/day62/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day62/README.md -------------------------------------------------------------------------------- /2024/day63/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day63/README.md -------------------------------------------------------------------------------- /2024/day64/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day64/README.md -------------------------------------------------------------------------------- /2024/day65/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day65/README.md -------------------------------------------------------------------------------- /2024/day66/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day66/README.md -------------------------------------------------------------------------------- /2024/day67/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day67/README.md -------------------------------------------------------------------------------- /2024/day68/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day68/README.md -------------------------------------------------------------------------------- /2024/day69/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day69/README.md -------------------------------------------------------------------------------- /2024/day70/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day70/README.md -------------------------------------------------------------------------------- /2024/day71/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day71/README.md -------------------------------------------------------------------------------- /2024/day72/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day72/README.md -------------------------------------------------------------------------------- /2024/day73/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day73/README.md -------------------------------------------------------------------------------- /2024/day74/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day74/README.md -------------------------------------------------------------------------------- /2024/day75/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day75/README.md -------------------------------------------------------------------------------- /2024/day76/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day76/README.md -------------------------------------------------------------------------------- /2024/day77/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day77/README.md -------------------------------------------------------------------------------- /2024/day78/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day78/README.md -------------------------------------------------------------------------------- /2024/day79/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day79/README.md -------------------------------------------------------------------------------- /2024/day80/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day80/README.md -------------------------------------------------------------------------------- /2024/day81/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day81/README.md -------------------------------------------------------------------------------- /2024/day82/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day82/README.md -------------------------------------------------------------------------------- /2024/day83/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day83/README.md -------------------------------------------------------------------------------- /2024/day84/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day84/README.md -------------------------------------------------------------------------------- /2024/day85/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day85/README.md -------------------------------------------------------------------------------- /2024/day86/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day86/README.md -------------------------------------------------------------------------------- /2024/day87/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day87/README.md -------------------------------------------------------------------------------- /2024/day88/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day88/README.md -------------------------------------------------------------------------------- /2024/day89/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day89/README.md -------------------------------------------------------------------------------- /2024/day90/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2024/day90/README.md -------------------------------------------------------------------------------- /2025/ansible/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2025/ansible/README.md -------------------------------------------------------------------------------- /2025/aws/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /2025/cicd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2025/cicd/README.md -------------------------------------------------------------------------------- /2025/docker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2025/docker/README.md -------------------------------------------------------------------------------- /2025/git/01_Git_and_Github_Basics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2025/git/01_Git_and_Github_Basics/README.md -------------------------------------------------------------------------------- /2025/git/02_Git_and_Github_Advanced/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2025/git/02_Git_and_Github_Advanced/README.md -------------------------------------------------------------------------------- /2025/kubernetes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2025/kubernetes/README.md -------------------------------------------------------------------------------- /2025/linux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2025/linux/README.md -------------------------------------------------------------------------------- /2025/networking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2025/networking/README.md -------------------------------------------------------------------------------- /2025/observability/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2025/observability/README.md -------------------------------------------------------------------------------- /2025/projects/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /2025/shell_scripting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2025/shell_scripting/README.md -------------------------------------------------------------------------------- /2025/terraform/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/2025/terraform/README.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/README.md -------------------------------------------------------------------------------- /TOC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/90DaysOfDevOps/HEAD/TOC.md --------------------------------------------------------------------------------