From f850c1f35708bbf893e931a323718e3863edf015 Mon Sep 17 00:00:00 2001
From: MacRimi
Date: Mon, 3 Mar 2025 00:14:26 +0100
Subject: [PATCH] Update
---
.../docs/post-install/basic-settings/page.tsx | 66 +++++++------------
1 file changed, 23 insertions(+), 43 deletions(-)
diff --git a/web/app/docs/post-install/basic-settings/page.tsx b/web/app/docs/post-install/basic-settings/page.tsx
index db08ae1..793ce99 100644
--- a/web/app/docs/post-install/basic-settings/page.tsx
+++ b/web/app/docs/post-install/basic-settings/page.tsx
@@ -68,6 +68,7 @@ export default function BasicSettingsPage() {
Utilities installed:
+
-
axel: A light command-line download accelerator
Example usage:
@@ -82,12 +83,10 @@ export default function BasicSettingsPage() {
dialog: A tool for creating TUI interfaces
Example usage:
dialog --title "Hello" --msgbox "Hello, World!" 10 20
-
-
@@ -115,49 +114,40 @@ export default function BasicSettingsPage() {
htop: An interactive process viewer
To start htop, simply type:
htop
-
-
- btop: A resource monitor that shows usage and stats for processor, memory, disks, network and
- processes
+ btop: A resource monitor that shows usage and stats for processor, memory, disks, network and processes
To start btop, type:
btop
-
-
iftop: A tool to display bandwidth usage on an interface
To start iftop (requires root):
sudo iftop
-
-
iotop: A tool to display I/O usage by processes
To start iotop (requires root):
sudo iotop
-
-
@@ -176,12 +166,10 @@ export default function BasicSettingsPage() {
iptraf-ng: An interactive colorful IP LAN monitor
To start iptraf-ng:
sudo iptraf-ng
-
-
@@ -198,17 +186,14 @@ export default function BasicSettingsPage() {
nano: A small, friendly text editor
To open a file with nano:
nano filename.txt
-
-
- net-tools: A collection of programs that form the base set of the NET-3 networking distribution
- for the Linux operating system
+ net-tools: A collection of programs that form the base set of the NET-3 networking distribution for the Linux operating system
Example usage (show network interfaces):
ifconfig
@@ -219,9 +204,7 @@ export default function BasicSettingsPage() {
-
software-properties-common: Provides an abstraction of the used apt repositories
-
- This package is typically used by other tools and doesn't have a direct command-line interface.
-
+ This package is typically used by other tools and doesn't have a direct command-line interface.
-
sshpass: A tool for non-interactive ssh password authentication
@@ -232,12 +215,10 @@ export default function BasicSettingsPage() {
tmux: A terminal multiplexer
To start a new tmux session:
tmux
-
-
@@ -249,12 +230,10 @@ export default function BasicSettingsPage() {
vim and vim-nox: A highly configurable text editor
To open a file with vim:
vim filename.txt
-
-
@@ -277,6 +256,7 @@ export default function BasicSettingsPage() {
Example usage (list files in a VM disk image):
guestfish -a disk.img -m /dev/sda1 ls /
+
This adjustment automates the following command: