diff --git a/web/app/docs/post-install/basic-settings/page.tsx b/web/app/docs/post-install/basic-settings/page.tsx index fb622db..c985ab8 100644 --- a/web/app/docs/post-install/basic-settings/page.tsx +++ b/web/app/docs/post-install/basic-settings/page.tsx @@ -1,7 +1,7 @@ -import type React from "react" import type { Metadata } from "next" -import { Settings } from "lucide-react" +import { Settings } from 'lucide-react' import CopyableCode from "@/components/CopyableCode" +import { Steps } from "@/components/ui/steps" export const metadata: Metadata = { title: "ProxMenux Post-Install: Basic Settings", @@ -33,7 +33,7 @@ export const metadata: Metadata = { export default function BasicSettingsPage() { return ( -
This optimization installs a set of common system utilities that are useful for system administration and troubleshooting.
+Why it's beneficial: Having these utilities pre-installed saves time when managing your Proxmox VE system.
This optimization configures APT to skip downloading additional language packages, which can save disk space.
+Why it's beneficial: Reduces disk usage and improves the speed of package management.
+This optimization configures the system to automatically synchronize its time, ensuring accurate timekeeping.
+Why it's beneficial: Ensures accurate system logs and application timestamps.
+This optimization updates the system's package lists, upgrades installed packages, and configures Proxmox repositories.
+Why it's beneficial: Ensures security patches and stability improvements.
+- All of these optimizations are automatically applied when selected in the Basic Settings section. This - automation ensures that these beneficial settings are applied consistently and correctly, saving time and - reducing the potential for human error during manual configuration. + All of these optimizations are automatically applied when selected in the Basic Settings section. + This automation ensures that these beneficial settings are applied consistently and correctly, saving time and reducing human error.
{description}
-- Why it's beneficial: {benefits} -
- {children} -