programs: add nvme, e2fsprogs to sysadminTools

This commit is contained in:
2023-11-08 14:16:16 +00:00
parent 7e4899832d
commit 7c5f5bd604

View File

@@ -63,6 +63,7 @@ in
"ddrescue" "ddrescue"
"dig" "dig"
"dtc" # device tree [de]compiler "dtc" # device tree [de]compiler
"e2fsprogs" # resize2fs
"efibootmgr" "efibootmgr"
"ethtool" "ethtool"
"fatresize" "fatresize"
@@ -72,7 +73,7 @@ in
"gawk" "gawk"
"gdb" # to debug segfaults "gdb" # to debug segfaults
"git" "git"
"gptfdisk" "gptfdisk" # gdisk
"hdparm" "hdparm"
"htop" "htop"
"iftop" "iftop"
@@ -90,6 +91,7 @@ in
"netcat" "netcat"
"nethogs" "nethogs"
"nmap" "nmap"
"nvme-cli" # nvme
"openssl" "openssl"
"parted" "parted"
"pciutils" "pciutils"
@@ -97,13 +99,14 @@ in
"pstree" "pstree"
"ripgrep" "ripgrep"
"screen" "screen"
"smartmontools" "smartmontools" # smartctl
"socat" "socat"
"strace" "strace"
"subversion" "subversion"
"tcpdump" "tcpdump"
"tree" "tree"
"usbutils" "usbutils"
"util-linux" # lsblk, lscpu, etc
"wget" "wget"
"wirelesstools" # iwlist "wirelesstools" # iwlist
]; ];