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

@@ -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
];