diff --git a/scripts/customizable_post_install.sh b/scripts/customizable_post_install.sh index 954df70..ee20aa9 100644 --- a/scripts/customizable_post_install.sh +++ b/scripts/customizable_post_install.sh @@ -572,10 +572,9 @@ install_system_utils() { # List of packages to install packages=( - axel curl dialog dnsutils dos2unix gnupg-agent grc htop btop iftop iotop - iperf3 ipset iptraf-ng mlocate msr-tools nano net-tools omping - software-properties-common sshpass tmux unzip vim vim-nox wget whois zip - libguestfs-tools + axel dialog dos2unix grc htop btop iftop iotop + iperf3 ipset iptraf-ng mlocate msr-tools net-tools omping + sshpass tmux unzip zip libguestfs-tools ) total_packages=${#packages[@]} diff --git a/web/app/docs/post-install/basic-settings/page.tsx b/web/app/docs/post-install/basic-settings/page.tsx index ecd282c..4728a47 100644 --- a/web/app/docs/post-install/basic-settings/page.tsx +++ b/web/app/docs/post-install/basic-settings/page.tsx @@ -74,11 +74,6 @@ export default function BasicSettingsPage() {
Example usage:
axel -n 10 http://example.com/largefile.zip
- Example usage:
-curl -O http://example.com/file.txt
- Example usage:
@@ -90,21 +85,10 @@ export default function BasicSettingsPage() { />Example usage:
-dig example.com
- nslookup example.com
- Example usage:
dos2unix file.txt
This runs in the background. To start it:
-gpg-agent --daemon
- Example usage (colorize ping output):
@@ -182,39 +166,52 @@ export default function BasicSettingsPage() {Example usage (read MSR):
sudo rdmsr 0x1a0
To open a file with nano:
-nano filename.txt
- Example usage (show network interfaces):
ifconfig
Example usage:
omping 239.255.255.250
This package is typically used by other tools and doesn't have a direct command-line interface.
-Example usage:
sshpass -p 'password' ssh user@hostname
To start a new tmux session:
tmux
+ In tmux, most commands are executed using Ctrl + b, followed by another key:
+Action | +Shortcut | +
---|---|
Detach session (leave it running) | +Ctrl + b, then d | +
List active sessions | +tmux ls | +
Reattach a session | +tmux attach -t session_name | +
Exit session | +exit or Ctrl + d | +
unzip file.zip
To open a file with vim:
-vim filename.txt
- Example usage:
-wget http://example.com/file.zip
- Example usage:
@@ -252,7 +234,7 @@ export default function BasicSettingsPage() {zip archive.zip file1 file2 file3
Example usage (list files in a VM disk image):
guestfish -a disk.img -m /dev/sda1 ls /