
LINUX – Network Throughput Tuning
LANGeneral Approach
To check what setting your system is using, use 'sysctl name' (e.g.: 'sysctl net.ipv4.tcp_rmem'). To change a setting use 'sysctl -w'. To make the setting permanent add the setting to the file 'sysctl.conf'.
[crayon-68ae9f631a907550774794/]
More…

CentOS – How do I safely delete old kernel versions ?
Linuxpackage-cleanup:
Using package-cleanup command which is a part of yum-utils package we can uninstall any number of old kernels automatically. As an example using --oldkernels --count=2 option with package-cleanup command the command…

ZFS – CENTOS Downgrade
ZFSZFS - Downgrade Commands for Centos:
To do the downgrade/re-install dance:
[crayon-68ae9f631b41d988373376/]
[crayon-68ae9f631b425913478484/]
[crayon-68ae9f631b428988887878/]

ZFS – Tuning
ZFSZFS tuning for SAS3 Storage Tank
[crayon-68ae9f631b70c886430915/]
ZFS tuning for SAS3 ALL SSD + nVME Storage Tank
[crayon-68ae9f631b714699104488/]
Some more good advice:
SvennD
ZFS-Discuss

ZFS – SNMP
ZFSZFS - SNMP Extend Commands:
[crayon-68ae9f631b9ce380762462/]
LibreNMS:
https://community.librenms.org/t/zfs-support/1839
https://docs.librenms.org/#Extensions/Applications/#zfs

CentOS – NIC Teaming with LACP
LinuxA Comparison of Features in Bonding and Team
Feature
Bonding
Team
broadcast Tx policy
Yes
Yes
round-robin Tx policy
Yes
Yes
active-backup Tx policy
Yes
Yes
LACP (802.3ad) support
Yes (active only)
Yes
Hash-based…