diff --git a/web/app/docs/post-install/basic-settings/page.tsx b/web/app/docs/post-install/basic-settings/page.tsx index 5d9abca..f368715 100644 --- a/web/app/docs/post-install/basic-settings/page.tsx +++ b/web/app/docs/post-install/basic-settings/page.tsx @@ -1,6 +1,7 @@ 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", @@ -30,7 +31,6 @@ export const metadata: Metadata = { }, } - export default function BasicSettingsPage() { const installUtilitiesCode = ` # Update package lists @@ -100,89 +100,100 @@ sudo apt-get install -y zfsutils-linux proxmox-backup-restore-image chrony
- 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. + The Basic Settings category focuses on foundational configurations for your Proxmox VE installation, including installing essential utilities, adding repositories, managing packages, and keeping the system up to date.
- 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. They provide essential tools for monitoring system performance, managing files, and - troubleshooting issues, enhancing your ability to maintain and optimize your virtualization environment. -
-+ Why it's beneficial: Having these utilities pre-installed saves time when managing your + Proxmox VE system. They provide essential tools for monitoring system performance, managing files, and + troubleshooting issues, enhancing your ability to maintain and optimize your virtualization environment. +
+- This optimization configures APT to skip downloading additional language packages, which can save disk space - and speed up package operations. -
-- Why it's beneficial: By skipping unnecessary language packages, you can reduce disk usage and - improve the speed of package management operations. This is particularly useful in server environments where - multiple language support is often not required. -
-+ Why it's beneficial: By skipping unnecessary language packages, you can reduce disk usage and + improve the speed of package management operations. This is particularly useful in server environments where + multiple language support is often not required. +
+- This optimization configures the system to automatically synchronize its time, ensuring accurate timekeeping. -
-- Why it's beneficial: Accurate timekeeping is crucial for many system operations, log - consistency, and proper functioning of time-sensitive applications. Automatic synchronization ensures your - Proxmox VE system maintains the correct time without manual intervention. -
-+ Why it's beneficial: Accurate timekeeping is crucial for many system operations, log + consistency, and proper functioning of time-sensitive applications. Automatic synchronization ensures your + Proxmox VE system maintains the correct time without manual intervention. +
+- This optimization updates the system's package lists, upgrades installed packages, and configures Proxmox - repositories. It also includes additional steps to properly set up Debian repositories and disable certain - warnings. -
-- Why it's beneficial: Keeping your system up-to-date is essential for security, stability, and - performance. This optimization ensures you have the latest patches and features, while also configuring the - correct repositories for Proxmox VE, enabling access to necessary updates and tools. The additional steps help - in: -
-+ Why it's beneficial: Keeping your system up-to-date is essential for security, stability, and + performance. This optimization ensures you have the latest patches and features, while also configuring the + correct repositories for Proxmox VE, enabling access to necessary updates and tools. The additional steps help + in: +
+- All of these optimizations are automatically applied when selected in the Basic Settings section of the - customizable_post_install.sh script. This automation ensures that these beneficial settings are applied + 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.
- The Network Settings category in the customizable_post_install.sh
script focuses on optimizing network
+ The Network Settings category, focuses on optimizing network
performance and configuration for your Proxmox VE installation. These settings are crucial for ensuring efficient
network operations, which is vital in a virtualized environment where multiple VMs and containers share network resources.
- All of these optimizations are automatically applied when selected in the Basic Settings section of the - customizable_post_install.sh script. This automation ensures that these beneficial settings are applied + All of these optimizations are automatically applied when selected in the Network section 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.
diff --git a/web/app/docs/post-install/system/page.tsx b/web/app/docs/post-install/system/page.tsx index fec2831..0db7157 100644 --- a/web/app/docs/post-install/system/page.tsx +++ b/web/app/docs/post-install/system/page.tsx @@ -38,7 +38,7 @@ export default function SystemSettingsPage() {
- The System Settings category in the customizable_post_install.sh
script focuses on core system configurations
+ The System Settings category focuses on core system configurations
and optimizations for your Proxmox VE installation. These settings are crucial for improving system performance,
stability, and resource management, ensuring your virtualization environment operates at peak efficiency.
- All of these optimizations are automatically applied when selected in the Basic Settings section of the - customizable_post_install.sh script. This automation ensures that these beneficial settings are applied + All of these optimizations are automatically applied when selected in the System 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.
diff --git a/web/app/docs/post-install/virtualization/page.tsx b/web/app/docs/post-install/virtualization/page.tsx index eeb143a..95bcf5b 100644 --- a/web/app/docs/post-install/virtualization/page.tsx +++ b/web/app/docs/post-install/virtualization/page.tsx @@ -38,7 +38,7 @@ export default function VirtualizationSettingsPage() {
- The Virtualization Settings category in the customizable_post_install.sh
script focuses on optimizing your
+ The Virtualization Settings category focuses on optimizing your
Proxmox VE installation for enhanced virtualization performance, compatibility, and functionality. These settings
are crucial for creating a robust and efficient virtualization environment.
- All of these optimizations are automatically applied when selected in the Basic Settings section of the - customizable_post_install.sh script. This automation ensures that these beneficial settings are applied + All of these optimizations are automatically applied when selected in the Virtualization 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.