From 0f51e517f9c3d4107f8bce3ead60b57868944749 Mon Sep 17 00:00:00 2001 From: FURY 999 Date: Thu, 5 Oct 2023 19:50:31 +0530 Subject: [PATCH 1/3] Update IRC Guide.md --- SysDev/Cheatsheets/IRC Guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SysDev/Cheatsheets/IRC Guide.md b/SysDev/Cheatsheets/IRC Guide.md index ec437ab..d1707e0 100644 --- a/SysDev/Cheatsheets/IRC Guide.md +++ b/SysDev/Cheatsheets/IRC Guide.md @@ -176,6 +176,7 @@ For now if you want to quit irssi (the client), type the following command into | /notice nickname message| Send a notice message to a user | | /ping nickname | Send a PING message to check user's presence | | /pong nickname | Send a PONG response to a PING message | +| /lusers | Get the number of users connected to a server or network | # Contributor / Thanks To From e2ef1c4dd06618100f2a32e91ce3389116827b73 Mon Sep 17 00:00:00 2001 From: FURY 999 Date: Thu, 5 Oct 2023 19:52:04 +0530 Subject: [PATCH 2/3] Update Linux Commands.md --- SysDev/Cheatsheets/Linux Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SysDev/Cheatsheets/Linux Commands.md b/SysDev/Cheatsheets/Linux Commands.md index 739a16d..2631662 100644 --- a/SysDev/Cheatsheets/Linux Commands.md +++ b/SysDev/Cheatsheets/Linux Commands.md @@ -1,4 +1,4 @@ -# Linux Commands Guide +# GNU/Linux Commands Guide ## Using Extra Scripts/Tools From 432c0d1f189828ca95dee38d740df5fab1873d1f Mon Sep 17 00:00:00 2001 From: FURY 999 Date: Thu, 5 Oct 2023 19:52:38 +0530 Subject: [PATCH 3/3] Update Linux Shell Basics.md --- SysDev/Cheatsheets/Linux Shell Basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SysDev/Cheatsheets/Linux Shell Basics.md b/SysDev/Cheatsheets/Linux Shell Basics.md index a4962d6..08ed5d4 100644 --- a/SysDev/Cheatsheets/Linux Shell Basics.md +++ b/SysDev/Cheatsheets/Linux Shell Basics.md @@ -1,4 +1,4 @@ -# Linux Shell Basics +# GNU/Linux Shell Basics ## Debian Specific Commands