add mtr to system-toolbox, remove qrencode
This commit is contained in:
parent
8a4f0d8555
commit
d2a291deee
2 changed files with 4 additions and 4 deletions
|
@ -10,8 +10,7 @@ ENV PKGS_GENERAL="htop \
|
|||
yt-dlp \
|
||||
openfortivpn \
|
||||
conntrack-tools \
|
||||
wireguard-tools \
|
||||
qrencode"
|
||||
wireguard-tools"
|
||||
|
||||
ENV PKGS_PROCESSES="procps-ng \
|
||||
strace"
|
||||
|
@ -25,7 +24,8 @@ ENV PKGS_NETWORK="bind-utils \
|
|||
iproute \
|
||||
iputils \
|
||||
whois \
|
||||
iptraf-ng"
|
||||
iptraf-ng \
|
||||
mtr"
|
||||
|
||||
RUN dnf clean all && \
|
||||
dnf install -y ${PKGS_GENERAL} ${PKGS_PROCESSES} ${PKGS_NETWORK} && \
|
||||
|
|
|
@ -54,7 +54,7 @@ echo "nmap - advanced network scanning"
|
|||
echo "telnet - open interactive tcp connection"
|
||||
echo "tcpdump - monitor network packets"
|
||||
echo "iftop - monitor network traffic per hosts"
|
||||
echo
|
||||
echo "mtr - advanced network path tracking"
|
||||
printTitle "Memory"
|
||||
printTitle "Storage"
|
||||
echo "smartctl - check smart disks interfaces"
|
||||
|
|
Loading…
Reference in a new issue