This commit is contained in:
MacRimi 2025-03-01 22:58:57 +01:00
parent bb8a057719
commit 2e34a94351

View File

@ -167,7 +167,7 @@ sudo apt-get install -y libguestfs-tools
/> />
<Steps>
<Steps.Step title="Skip Downloading Additional Languages"> <Steps.Step title="Skip Downloading Additional Languages">
<section className="mb-8"> <section className="mb-8">
<p className="mb-4"> <p className="mb-4">
@ -176,6 +176,7 @@ sudo apt-get install -y libguestfs-tools
</p> </p>
</section> </section>
</Steps.Step> </Steps.Step>
</Steps>
<p className="mb-4"> <p className="mb-4">
<strong>Why it's beneficial:</strong> By skipping unnecessary language packages, you can reduce disk usage <strong>Why it's beneficial:</strong> By skipping unnecessary language packages, you can reduce disk usage
@ -191,7 +192,7 @@ echo 'Acquire::Languages "none";' | sudo tee /etc/apt/apt.conf.d/99-disable-tran
/> />
<Steps>
<Steps.Step title="Synchronize Time Automatically"> <Steps.Step title="Synchronize Time Automatically">
<section className="mb-8"> <section className="mb-8">
<p className="mb-4"> <p className="mb-4">
@ -200,6 +201,7 @@ echo 'Acquire::Languages "none";' | sudo tee /etc/apt/apt.conf.d/99-disable-tran
</p> </p>
</section> </section>
</Steps.Step> </Steps.Step>
</Steps>
<p className="mb-4"> <p className="mb-4">
<strong>Why it's beneficial:</strong> Accurate timekeeping is crucial for many system operations, log <strong>Why it's beneficial:</strong> Accurate timekeeping is crucial for many system operations, log
consistency, and proper functioning of time-sensitive applications. Automatic synchronization ensures your consistency, and proper functioning of time-sensitive applications. Automatic synchronization ensures your
@ -216,9 +218,8 @@ sudo timedatectl set-timezone "$TIMEZONE"
/> />
<Steps>
<Steps.Step title="Update and Upgrade System"> <Steps.Step title="Update and Upgrade System">
<section className="mb-8"> <section className="mb-8">
<p className="mb-4"> <p className="mb-4">
This optimization updates the system's package lists, upgrades installed packages, and configures Proxmox This optimization updates the system's package lists, upgrades installed packages, and configures Proxmox
@ -227,6 +228,7 @@ sudo timedatectl set-timezone "$TIMEZONE"
</p> </p>
</section> </section>
</Steps.Step> </Steps.Step>
</Steps>
<p className="mb-4"> <p className="mb-4">
<strong>Why it's beneficial:</strong> Keeping your system up-to-date is essential for security, stability, <strong>Why it's beneficial:</strong> 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 and performance. This optimization ensures you have the latest patches and features, while also