This commit is contained in:
MacRimi
2025-03-02 01:14:53 +01:00
parent 0beee3ad3e
commit 44014aa2cd
6 changed files with 167 additions and 23 deletions

View File

@@ -155,7 +155,7 @@ export default function BasicSettingsPage() {
<strong>libguestfs-tools</strong>: A set of tools for accessing and modifying virtual machine disk images
</li>
</ul>
<p className="text-lg font-semibold mb-2">This adjustment automates the following command:</p>
<p className="text-lg mb-2">This adjustment automates the following command:</p>
<CopyableCode
code={`
# Update package lists
@@ -183,7 +183,7 @@ sudo apt-get install -y libguestfs-tools
improve the speed of package management operations. This is particularly useful in server environments where
multiple language support is often not required.
</p>
<p className="text-lg font-semibold mb-2">This adjustment automates the following command:</p>
<p className="text-lg mb-2">This adjustment automates the following command:</p>
<CopyableCode
code={`
# Configure APT to skip downloading additional languages
@@ -204,7 +204,7 @@ echo 'Acquire::Languages "none";' | sudo tee /etc/apt/apt.conf.d/99-disable-tran
consistency, and proper functioning of time-sensitive applications. Automatic synchronization ensures your
Proxmox VE system maintains the correct time without manual intervention.
</p>
<p className="text-lg font-semibold mb-2">This adjustment automates the following command:</p>
<p className="text-lg mb-2">This adjustment automates the following command:</p>
<CopyableCode
code={`
# Note: To set timezone automatically based on IP, you can use:
@@ -229,7 +229,7 @@ sudo timedatectl set-timezone "$TIMEZONE"
performance. This optimization ensures you have the latest patches and features, while also configuring the
correct repositories for Proxmox VE, enabling access to necessary updates and tools.
</p>
<p className="text-lg font-semibold mb-2">This adjustment automates the following command:</p>
<p className="text-lg mb-2">This adjustment automates the following command:</p>
<CopyableCode
code={`
# Disable enterprise Proxmox repository