From 7c2c19ef55cea2b89ffc2b8483399aa3e87522bc Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 2 Mar 2025 00:08:34 +0100 Subject: [PATCH] Update --- .../docs/post-install/basic-settings/page.tsx | 32 ++++++++++++++++--- 1 file changed, 28 insertions(+), 4 deletions(-) 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 ( +
+ {number} +
+ ) +} + export default function BasicSettingsPage() { return (
@@ -44,7 +52,11 @@ export default function BasicSettingsPage() {

Available Optimizations

-

1. Install Common System Utilities

+

+ + Install Common System Utilities +

+

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 `} /> -

2. Skip Downloading Additional Languages

+

+ + Skip Downloading Additional Languages +

+

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 `} /> -

3. Synchronize Time Automatically

+

+ + Synchronize Time Automatically +

+

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

@@ -194,7 +214,11 @@ sudo timedatectl set-timezone "$TIMEZONE" `} /> -

4. Update and Upgrade System

+

+ + Update and Upgrade System +

+

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