mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-10-03 00:26:18 +00:00
Update page.tsx
This commit is contained in:
@@ -53,6 +53,13 @@ export default function SystemCommandsPage() {
|
|||||||
{ command: "getent passwd | column -t -s :", description: "Readable user table (UID, shell, etc.)" },
|
{ 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 (
|
return (
|
||||||
|
Reference in New Issue
Block a user