This commit is contained in:
MacRimi 2025-03-01 23:24:36 +01:00
parent 6d71f42ade
commit acf4d0ec04

View File

@ -32,6 +32,7 @@ export const metadata: Metadata = {
} }
export default function BasicSettingsPage() { export default function BasicSettingsPage() {
return ( return (
<div className="container mx-auto px-4 py-8"> <div className="container mx-auto px-4 py-8">
@ -48,14 +49,9 @@ export default function BasicSettingsPage() {
<Steps> <Steps>
<Steps.Step title="Install Common System Utilities"> <Steps.Step title="Install Common System Utilities">
<section className="mb-8"> <p>This optimization installs a set of common system utilities that are useful for system administration and troubleshooting.</p>
<p className="mb-4"> </Steps.Step>
This optimization installs a set of common system utilities that are useful for system administration and
troubleshooting.
</p>
</section>
</Steps.Step>
<p className="mb-4"> <p className="mb-4">
<strong>Why it's beneficial:</strong> Having these utilities pre-installed saves time when managing your <strong>Why it's beneficial:</strong> Having these utilities pre-installed saves time when managing your
Proxmox VE system. They provide essential tools for monitoring system performance, managing files, and 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 sudo apt-get install -y libguestfs-tools
`} `}
/> />
<Steps.Step title="Skip Downloading Additional Languages"> <Steps.Step title="Skip Downloading Additional Languages">
<section className="mb-8"> <p>This optimization configures APT to skip downloading additional language packages, which can save disk space and speed up package operations.</p>
<p className="mb-4">
This optimization configures APT to skip downloading additional language packages, which can save disk
space and speed up package operations.
</p>
</section>
</Steps.Step> </Steps.Step>
<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
and improve the speed of package management operations. This is particularly useful in server environments 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
<Steps.Step title="Synchronize Time Automatically"> <Steps.Step title="Synchronize Time Automatically">
<section className="mb-8"> <p>This optimization configures the system to automatically synchronize its time, ensuring accurate timekeeping.</p>
<p className="mb-4"> </Steps.Step>
This optimization configures the system to automatically synchronize its time, ensuring accurate
timekeeping.
</p>
</section>
</Steps.Step>
<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
@ -219,13 +205,7 @@ sudo timedatectl set-timezone "$TIMEZONE"
<Steps.Step title="Update and Upgrade System"> <Steps.Step title="Update and Upgrade System">
<section className="mb-8"> <p>This optimization updates the system's package lists, upgrades installed packages, and configures Proxmox repositories.</p>
<p className="mb-4">
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.
</p>
</section>
</Steps.Step> </Steps.Step>
<p className="mb-4"> <p className="mb-4">
@ -275,7 +255,7 @@ sudo apt-get install -y zfsutils-linux proxmox-backup-restore-image chrony
/> />
</Steps> </Steps>
<section className="mt-12 p-4 bg-blue-100 rounded-md"> <section className="mt-12 p-4 bg-blue-100 rounded-md">
<h2 className="text-xl font-semibold mb-2">Automatic Application</h2> <h2 className="text-xl font-semibold mb-2">Automatic Application</h2>