Raspberry Pi Deployment
Important note about 32-bit operating systems
Setup
apt update && apt upgrade -y && apt autoremove
apt install -y ufw fail2ban git
sudo ufw allow from 192.168.1.0/24 to any port 22
ufw allow 80, 443
ufw status
ufw enableLast updated
Was this helpful?