From 2fd36f3aa41d4e75fab4adc12b66e54da2064460 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Mon, 5 May 2025 12:28:33 +0200 Subject: [PATCH] Update page.tsx --- web/app/docs/help-info/system-commands/page.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/app/docs/help-info/system-commands/page.tsx b/web/app/docs/help-info/system-commands/page.tsx index 59bd06b..9e68841 100644 --- a/web/app/docs/help-info/system-commands/page.tsx +++ b/web/app/docs/help-info/system-commands/page.tsx @@ -53,6 +53,13 @@ export default function SystemCommandsPage() { { command: "getent passwd | column -t -s :", description: "Readable user table (UID, shell, etc.)" }, ], }, + { + title: "Auditing & Summary Tools", + commands: [ + { command: "lynis audit system", description: "Run a full system security audit" }, + { command: "fastfetch", description: "Display system summary in ASCII format" }, + ], + }, ] return (