mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 08:58:26 +02:00
feat: add some system tools - lspci/lsusb/hdparm/dmidecode/dig/nslookup
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user