diff --git a/web/app/docs/post-install/basic-settings/page.tsx b/web/app/docs/post-install/basic-settings/page.tsx index 0c9b001..e815569 100644 --- a/web/app/docs/post-install/basic-settings/page.tsx +++ b/web/app/docs/post-install/basic-settings/page.tsx @@ -32,6 +32,7 @@ export const metadata: Metadata = { } + export default function BasicSettingsPage() { return (
@@ -48,14 +49,9 @@ export default function BasicSettingsPage() { -
-

- This optimization installs a set of common system utilities that are useful for system administration and - troubleshooting. -

-
-
- +

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 @@ -165,18 +161,13 @@ sudo apt-get install -y software-properties-common sshpass tmux unzip vim vim-no sudo apt-get install -y libguestfs-tools `} /> - + + -

-

- This optimization configures APT to skip downloading additional language packages, which can save disk - space and speed up package operations. -

-
+

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 @@ -193,13 +184,8 @@ echo 'Acquire::Languages "none";' | sudo tee /etc/apt/apt.conf.d/99-disable-tran -

-

- This optimization configures the system to automatically synchronize its time, ensuring accurate - timekeeping. -

-
- +

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 @@ -219,13 +205,7 @@ sudo timedatectl set-timezone "$TIMEZONE" -

-

- 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. -

-
+

This optimization updates the system's package lists, upgrades installed packages, and configures Proxmox repositories.

@@ -275,7 +255,7 @@ sudo apt-get install -y zfsutils-linux proxmox-backup-restore-image chrony /> - +

Automatic Application