Skip to content

Commit 091846a

Browse files
Merge pull request #11 from iamdevdhanush/chore/migrate-to-level-structure
chore: restructure repository into level-based DevOps curriculum
2 parents 8ce4114 + a63f229 commit 091846a

File tree

37 files changed

+350
-134
lines changed

37 files changed

+350
-134
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

devops_linux_cli_cheat_sheet.txt

Lines changed: 0 additions & 134 deletions
This file was deleted.

level-0-linux/README.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Level 0: Linux Foundations
2+
3+
## 📌 Objective
4+
Learn essential Linux concepts required for DevOps, including filesystems, processes, networking, and permissions.
5+
6+
---
7+
8+
## 🧠 What You Will Learn
9+
- Core concepts related to this level
10+
- Hands-on practical skills
11+
- Real-world DevOps use cases
12+
13+
---
14+
15+
## 📂 Folder Structure
16+
- `concepts/` or `basics/` → Theory and explanations
17+
- `tasks/` or `projects/` → Hands-on exercises
18+
- `solutions/` → Reference implementations (optional)
19+
20+
---
21+
22+
## ✅ Prerequisites
23+
- Basic Linux knowledge
24+
- Willingness to practice (not just read)
25+
26+
---
27+
28+
## 🧪 How to Use This Level
29+
1. Read the concepts
30+
2. Complete the tasks
31+
3. Try projects without looking at solutions
32+
4. Compare with solutions only after attempting
33+
34+
---
35+
36+
## 🤝 Contribution Guidelines
37+
You can contribute by:
38+
- Adding tasks
39+
- Improving explanations
40+
- Fixing mistakes
41+
- Adding real-world examples
42+
43+
Follow the main `CONTRIBUTING.md` rules.
44+
45+
---
46+
47+
## 🚀 Progression
48+
Complete this level before moving to the next one in the roadmap.
49+
50+
Happy Learning & Building 🛠️
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)