From 32feea6a31b5587e81e562a9122decab19d1f476 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 1 Mar 2025 22:23:48 +0100 Subject: [PATCH] Update --- .../docs/post-install/basic-settings/page.tsx | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/web/app/docs/post-install/basic-settings/page.tsx b/web/app/docs/post-install/basic-settings/page.tsx index 8710b7b..3cde746 100644 --- a/web/app/docs/post-install/basic-settings/page.tsx +++ b/web/app/docs/post-install/basic-settings/page.tsx @@ -31,6 +31,18 @@ export const metadata: Metadata = { }, } +import type { Metadata } from "next" +import { Settings } from "lucide-react" +import CopyableCode from "@/components/CopyableCode" +import { Steps, Step } from "@/components/ui/steps" + +export const metadata: Metadata = { + title: "ProxMenux Post-Install: Basic Settings", + description: + "Detailed guide to the Basic Settings category in the ProxMenux post-install script for Proxmox VE optimization.", + // ... (rest of the metadata) +} + export default function BasicSettingsPage() { return (
@@ -47,6 +59,7 @@ export default function BasicSettingsPage() { +

This optimization installs a set of common system utilities that are useful for system administration and @@ -162,9 +175,10 @@ sudo apt-get install -y libguestfs-tools `} />

- + +

This optimization configures APT to skip downloading additional language packages, which can save disk @@ -183,9 +197,10 @@ echo 'Acquire::Languages "none";' | sudo tee /etc/apt/apt.conf.d/99-disable-tran `} />

- + +

This optimization configures the system to automatically synchronize its time, ensuring accurate @@ -206,9 +221,10 @@ sudo timedatectl set-timezone "$TIMEZONE" `} />

- + +

This optimization updates the system's package lists, upgrades installed packages, and configures Proxmox @@ -261,7 +277,7 @@ sudo apt-get install -y zfsutils-linux proxmox-backup-restore-image chrony `} />

- +