mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update page.tsx
This commit is contained in:
parent
48ef6b1d78
commit
2fd36f3aa4
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user