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

Hardware Settings

The Hardware Settings category in the customizable_post_install.sh script focuses on optimizing Proxmox VE for your specific hardware configuration.

Available Optimizations

Usage

During the execution of customizable_post_install.sh, you'll have the option to apply various Hardware Settings optimizations. Choose the ones that are most relevant to your hardware setup for best results.

) }