diff --git a/web/app/docs/post-install/basic-settings/page.tsx b/web/app/docs/post-install/basic-settings/page.tsx index 2372d18..5fbfe11 100644 --- a/web/app/docs/post-install/basic-settings/page.tsx +++ b/web/app/docs/post-install/basic-settings/page.tsx @@ -30,6 +30,14 @@ export const metadata: Metadata = { }, } +function StepNumber({ number }: { number: number }) { + return ( +
This optimization installs a set of common system utilities that are useful for system administration and troubleshooting. @@ -157,7 +169,11 @@ 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. @@ -175,7 +191,11 @@ 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.
@@ -194,7 +214,11 @@ 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