feat: add some system tools - lspci/lsusb/hdparm/dmidecode/dig/nslookup

This commit is contained in:
Ryan Yin
2023-06-13 02:58:30 +08:00
parent 4936c0c46e
commit 8f512eb0bd
2 changed files with 9 additions and 2 deletions

View File

@@ -21,10 +21,12 @@
# networking tools
mtr # A network diagnostic tool
iperf3
ldns # replacement of dig, it provide the command `drill`
dnsutils # `dig` + `nslookup`
ldns # replacement of `dig`, it provide the command `drill`
aria2 # A lightweight multi-protocol & multi-source command-line download utility
socat # replacement of openbsd-netcat
nmap # A utility for network discovery and security auditing
ipcalc # it is a calculator for the IPv4/v6 addresses
# misc
cowsay

View File

@@ -22,9 +22,14 @@
lsof # list open files
# system tools
ethtool
sysstat
lm_sensors # for `sensors` command
ethtool
pciutils # lspci
usbutils # lsusb
hdparm # for disk performance, command
dmidecode # a tool that reads information about your system's hardware from the BIOS according to the SMBIOS/DMI standard
cifs-utils # for mounting windows shares
];