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

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


Systemd Related commands

#systemctl status/enable/start/restart/reload/stop <service name> 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


1 change: 1 addition & 0 deletions 2026/day-06/Day-06-Command.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions Integeration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Intergration