added lshw
This commit is contained in:
parent
22bc5a050a
commit
e46a35741d
1 changed files with 2 additions and 1 deletions
|
@ -68,9 +68,10 @@ with config;
|
||||||
# system tools
|
# system tools
|
||||||
sysstat
|
sysstat
|
||||||
lm_sensors # for `sensors` command
|
lm_sensors # for `sensors` command
|
||||||
ethtool
|
ethtool # modify network interface settings or firmware
|
||||||
pciutils # lspci
|
pciutils # lspci
|
||||||
usbutils # lsusb
|
usbutils # lsusb
|
||||||
|
lshw # lshw
|
||||||
|
|
||||||
# system call monitoring
|
# system call monitoring
|
||||||
strace # system call monitoring
|
strace # system call monitoring
|
||||||
|
|
Loading…
Reference in a new issue