import type { Metadata } from "next" import { Settings } from "lucide-react" 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.", openGraph: { title: "ProxMenux Post-Install: Basic Settings", description: "Detailed guide to the Basic Settings category in the ProxMenux post-install script for Proxmox VE optimization.", type: "article", url: "https://macrimi.github.io/ProxMenux/docs/post-install/basic-settings", images: [ { url: "https://macrimi.github.io/ProxMenux/basic-settings-image.png", width: 1200, height: 630, alt: "ProxMenux Post-Install Basic Settings", }, ], }, twitter: { card: "summary_large_image", title: "ProxMenux Post-Install: Basic Settings", description: "Detailed guide to the Basic Settings category in the ProxMenux post-install script for Proxmox VE optimization.", images: ["https://macrimi.github.io/ProxMenux/basic-settings-image.png"], }, } export default function BasicSettingsPage() { return (

Basic Settings

The Basic Settings category in the customizable_post_install.sh script covers fundamental configurations for your Proxmox VE installation. These settings lay the groundwork for a well-optimized system.

Available Optimizations

Usage

When running the customizable_post_install.sh script, you'll be prompted to choose which Basic Settings optimizations to apply. You can select all or pick specific ones based on your needs.

For detailed information on each optimization and its impact, refer to the script comments or consult the ProxMenux documentation.

) }