The following is an ever-growing list of actions that I like to apply to new Linux systems.
Base Packages
dnf install vim tcpdump sysstat iotop htop fail2ban
Enable / start sysstate with:
sudo systemctl enable sysstat
sudo systemctl start sysstat
Security / Locking Down System
0 comments:
Post a Comment