import type { Metadata } from "next" import { Server } from "lucide-react" export const metadata: Metadata = { title: "ProxMenux Post-Install: System Settings", description: "Detailed guide to the System Settings category in the ProxMenux post-install script for Proxmox VE optimization.", openGraph: { title: "ProxMenux Post-Install: System Settings", description: "Detailed guide to the System Settings category in the ProxMenux post-install script for Proxmox VE optimization.", type: "article", url: "https://macrimi.github.io/ProxMenux/docs/post-install/system", images: [ { url: "https://macrimi.github.io/ProxMenux/system-settings-image.png", width: 1200, height: 630, alt: "ProxMenux Post-Install System Settings", }, ], }, twitter: { card: "summary_large_image", title: "ProxMenux Post-Install: System Settings", description: "Detailed guide to the System Settings category in the ProxMenux post-install script for Proxmox VE optimization.", images: ["https://macrimi.github.io/ProxMenux/system-settings-image.png"], }, } export default function SystemSettingsPage() { return (

System Settings

The System Settings category in the customizable_post_install.sh script focuses on core system configurations and optimizations for your Proxmox VE installation.

Available Optimizations

Usage

When running the customizable_post_install.sh script, you'll be prompted to choose which System Settings optimizations to apply. Select the ones that best suit your Proxmox VE environment and requirements.

) }