Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions 2026/day-01/learning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## this is the solution of the devops
## This is the 90 days devops praticing linux and git command

- Mention your **current level**
## I AM FRESHER 2025 PASSOUT
- Define **3 clear goals** for the next 90 days
## 1. be an good developer
## 2. WAnt to be an devsecops and cyber security expert
- Define **3 core DevOps skills** you want to build
## CI/CD pipelines, Kubernetes debugging, DEvSecops
- Allocate a **weekly time budget**
## 4-5 hours daliy till 90 days
- Keep the document **under 1 page**


- Be honest and realistic; consistency matters more than perfection
- **Consistency is harder when there is no one to praise**
16 changes: 16 additions & 0 deletions 2026/day-02/linux-architecture-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Process State

- its has 5 state mainly in Os
- (Start,wait,running, sleeping, zombie, etc.)

In this the process execution havend of the OS


5 commands i would use daily

mkdir
touch or vim filename
cat
cd
ls /ls -la/ etc
man