From 8dc80cde4beaacbdefc5de836829f520f2b8a03b Mon Sep 17 00:00:00 2001 From: Suraj Padase <158252895+SurajP2580@users.noreply.github.com> Date: Tue, 27 Jan 2026 20:22:47 +0530 Subject: [PATCH 1/6] Add Learning.md for personal development --- 2026/day-01/Learning.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 2026/day-01/Learning.md diff --git a/2026/day-01/Learning.md b/2026/day-01/Learning.md new file mode 100644 index 000000000..d737a96bf --- /dev/null +++ b/2026/day-01/Learning.md @@ -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 From b141443496256bd597bb790e0b6b0ff21312df9d Mon Sep 17 00:00:00 2001 From: Suraj Padase <158252895+SurajP2580@users.noreply.github.com> Date: Tue, 27 Jan 2026 20:24:25 +0530 Subject: [PATCH 2/6] Create linux-architecture-notes.md with OS overview Added notes on Linux architecture and operating system basics. --- 2026/day-02/linux-architecture-notes.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 2026/day-02/linux-architecture-notes.md diff --git a/2026/day-02/linux-architecture-notes.md b/2026/day-02/linux-architecture-notes.md new file mode 100644 index 000000000..2718869cd --- /dev/null +++ b/2026/day-02/linux-architecture-notes.md @@ -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. + + From 39160e9d98cc2f6927b9fb5af40bfa62a1485d78 Mon Sep 17 00:00:00 2001 From: Suraj Date: Fri, 30 Jan 2026 10:50:19 +0530 Subject: [PATCH 3/6] Day-01 task upated --- 90DaysOfDevOps | 1 + 1 file changed, 1 insertion(+) create mode 160000 90DaysOfDevOps diff --git a/90DaysOfDevOps b/90DaysOfDevOps new file mode 160000 index 000000000..51484eb2e --- /dev/null +++ b/90DaysOfDevOps @@ -0,0 +1 @@ +Subproject commit 51484eb2eeda8d07ec636c731b59ed786df23f0d From ff3fd8a84d7805286d20720da4757dec4de12ed1 Mon Sep 17 00:00:00 2001 From: Suraj Date: Fri, 30 Jan 2026 11:06:41 +0530 Subject: [PATCH 4/6] first --- 90DaysOfDevOps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/90DaysOfDevOps b/90DaysOfDevOps index 51484eb2e..39160e9d9 160000 --- a/90DaysOfDevOps +++ b/90DaysOfDevOps @@ -1 +1 @@ -Subproject commit 51484eb2eeda8d07ec636c731b59ed786df23f0d +Subproject commit 39160e9d98cc2f6927b9fb5af40bfa62a1485d78 From f96283cc7af979472f1f72bee194e46bc845d70e Mon Sep 17 00:00:00 2001 From: Suraj Date: Fri, 30 Jan 2026 11:12:46 +0530 Subject: [PATCH 5/6] Restructured --- 2026/day-01/Learning.md | 2 +- 90DaysOfDevOps | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 160000 90DaysOfDevOps diff --git a/2026/day-01/Learning.md b/2026/day-01/Learning.md index d737a96bf..dda852e9e 100644 --- a/2026/day-01/Learning.md +++ b/2026/day-01/Learning.md @@ -10,4 +10,4 @@ Define 3 core DevOps skills you want to build Docker,Linux,K8s Allocate a weekly time budget -2 hrs daily weekly 4 hrs +2 hrs daily weekly 4 hrs and all take place,. diff --git a/90DaysOfDevOps b/90DaysOfDevOps deleted file mode 160000 index 39160e9d9..000000000 --- a/90DaysOfDevOps +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 39160e9d98cc2f6927b9fb5af40bfa62a1485d78 From 6f7ff7db21d31344a01a7870c4f234d6c78ac2d9 Mon Sep 17 00:00:00 2001 From: Suraj Date: Fri, 30 Jan 2026 11:14:49 +0530 Subject: [PATCH 6/6] Day-7 --- 2026/day-07/instllcommand.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 2026/day-07/instllcommand.md diff --git a/2026/day-07/instllcommand.md b/2026/day-07/instllcommand.md new file mode 100644 index 000000000..5dda2b28c --- /dev/null +++ b/2026/day-07/instllcommand.md @@ -0,0 +1 @@ +apt=install \ No newline at end of file