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
13 changes: 13 additions & 0 deletions 2026/day-01/Learning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//Learning File

Mention your current level
Working as Salesforce support engineer in Axis Bank.

Define 3 clear goals for the next 90 days
learning devops tools apply devops tools in real life.

Define 3 core DevOps skills you want to build
Docker,Linux,K8s

Allocate a weekly time budget
2 hrs daily weekly 4 hrs and all take place,.
23 changes: 23 additions & 0 deletions 2026/day-02/linux-architecture-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Operating system**:
Is a software that manage and handles hardware and software resource,
1.Act as a interface between user and hardware,
2.Manage compuer resource like CPU, memory nd files,

**What happen when we start our laptop/PC?**
1. Power On: When we hit start button.
2. BIOS(Basic input and output): It runs initial hardware Check(POST) and RAM ,CPU an storage devices are identified.
The system devices choose where to boot from(HDD,USB).
3. Boot Loader(GRUB-GRand Unified Boot Loader)-Loads kernel and essential libraries.
4. Kernel Initiliztion-Kernel mounts file systems and start the first process as PID 1.
5. Systemd - Takes over as first process and starts run targeted files.
6. Starup Scripts- login service run. User can log in.


**Linux:**
It s a opensource operating system developed by Linux,
About 90 percent devices runs on Linux.
It is a heart of devops.
Flavours available in Linux: Ubunu, Fedora,Debian,Kali, Rhel, Centos.
Terminal- Where shell is accesible e, Shell= Bash/PowerShell sends commands . Terminal- Interface where we type that commands.


1 change: 1 addition & 0 deletions 2026/day-07/instllcommand.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apt=install