Welcome to Debian!
Update your system:
apt update && apt upgrade -y
Install common tools if missing:
apt install curl wget git -y
Debian often ships without UFW installed. To install it:apt install ufw -yThen configure it:ufw...
Install Fail2Ban to block attackers.apt install fail2ban -yCopy the config file to make edits:cp...