From d858b4c2b149c40572551603e8fc349b8f1f6e07 Mon Sep 17 00:00:00 2001 From: tejas100893 Date: Tue, 19 May 2026 05:48:55 +0530 Subject: [PATCH 1/6] Create day-04-commands.md --- 2026/day-04/day-04-commands.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 2026/day-04/day-04-commands.md diff --git a/2026/day-04/day-04-commands.md b/2026/day-04/day-04-commands.md new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/2026/day-04/day-04-commands.md @@ -0,0 +1 @@ + From f0cddf3bbf9aa06c166233070d07c928257c0977 Mon Sep 17 00:00:00 2001 From: tejas100893 Date: Tue, 19 May 2026 05:52:20 +0530 Subject: [PATCH 2/6] Update day-04-commands.md Process Management --- 2026/day-04/day-04-commands.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/2026/day-04/day-04-commands.md b/2026/day-04/day-04-commands.md index 8b13789179..e52903f1f6 100644 --- a/2026/day-04/day-04-commands.md +++ b/2026/day-04/day-04-commands.md @@ -1 +1,7 @@ +Proccess Related Commands: + +#ps -ef To check running process +#ps -ef | grep sshd To check sshd process running or not +#top / #htop To monitor the all process +#ps -eo pid,user,%cpu,%mem,cmd --sort=-%cpu | head To check process cosuming high cpu From a9508dbff6a5b39297e2af172f02485e47dd13c7 Mon Sep 17 00:00:00 2001 From: tejas100893 Date: Tue, 19 May 2026 05:59:09 +0530 Subject: [PATCH 3/6] Update day-04-commands.md systemd commands --- 2026/day-04/day-04-commands.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/2026/day-04/day-04-commands.md b/2026/day-04/day-04-commands.md index e52903f1f6..565fc4a3c0 100644 --- a/2026/day-04/day-04-commands.md +++ b/2026/day-04/day-04-commands.md @@ -5,3 +5,12 @@ Proccess Related Commands: #ps -ef | grep sshd To check sshd process running or not #top / #htop To monitor the all process #ps -eo pid,user,%cpu,%mem,cmd --sort=-%cpu | head To check process cosuming high cpu + + +Systemd Related commands + +#systemctl status/enable/start/restart/reload/stop To perform different action service +#systemctl is-enable sshd To check sshd is enabled after booting +#systemctl is-active sshd To check sshd is running or not +#journalctl -u sshd -f To check sshd latest logs +#journcalctl -u sshd -n 50 To check latest sshd 50 logs From e4928497a7c61ca045e8c7fa2691078494f37393 Mon Sep 17 00:00:00 2001 From: tejas100893 Date: Tue, 19 May 2026 06:00:03 +0530 Subject: [PATCH 4/6] Update day-04-commands.md --- 2026/day-04/day-04-commands.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2026/day-04/day-04-commands.md b/2026/day-04/day-04-commands.md index 565fc4a3c0..10f7576379 100644 --- a/2026/day-04/day-04-commands.md +++ b/2026/day-04/day-04-commands.md @@ -14,3 +14,5 @@ Systemd Related commands #systemctl is-active sshd To check sshd is running or not #journalctl -u sshd -f To check sshd latest logs #journcalctl -u sshd -n 50 To check latest sshd 50 logs + + From 47a9242c90bc2f38e4ab931b062415ba711c994f Mon Sep 17 00:00:00 2001 From: tejas100893 Date: Tue, 19 May 2026 13:04:25 +0530 Subject: [PATCH 5/6] Create Day-06-Command.txt --- 2026/day-06/Day-06-Command.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 2026/day-06/Day-06-Command.txt diff --git a/2026/day-06/Day-06-Command.txt b/2026/day-06/Day-06-Command.txt new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/2026/day-06/Day-06-Command.txt @@ -0,0 +1 @@ + From dab50a73706bbbd004ea25821e4f131813ee1700 Mon Sep 17 00:00:00 2001 From: tejas100893 Date: Tue, 30 Jun 2026 05:35:48 +0530 Subject: [PATCH 6/6] DEVOPS-1- Added a file - Create Integeration.md DEVOPS-1- Added a file - Create Integeration.md --- Integeration.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Integeration.md diff --git a/Integeration.md b/Integeration.md new file mode 100644 index 0000000000..69f9ed13c6 --- /dev/null +++ b/Integeration.md @@ -0,0 +1 @@ +Intergration