This commit is contained in:
MacRimi 2025-03-06 23:22:44 +01:00
parent 89828b731b
commit 91361e2f19
2 changed files with 2 additions and 7 deletions

View File

@ -631,7 +631,7 @@ install_system_utils() {
packages=(
axel dialog dos2unix grc htop btop iftop iotop
iperf3 ipset iptraf-ng mlocate msr-tools net-tools omping
iperf3 ipset iptraf-ng mlocate msr-tools net-tools
sshpass tmux unzip zip libguestfs-tools
)

View File

@ -171,11 +171,6 @@ export default function BasicSettingsPage() {
<p className="mt-2">Example usage (show network interfaces):</p>
<code className="block bg-gray-100 p-2 rounded">ifconfig</code>
</li>
<li>
<strong>omping</strong>: A tool for multicast ping testing.
<p className="mt-2">Example usage:</p>
<code className="block bg-gray-100 p-2 rounded">omping 239.255.255.250</code>
</li>
<li>
<strong>sshpass</strong>: A tool for non-interactive SSH password authentication.
<p className="mt-2">Example usage:</p>