🔥Installing & configuring UFW 🔥🧱 Firewall
Installing UFW
Install UFW package: First, we need to install the UFW package:
sudo apt install ufwWhen prompted for confirmation, type y and press Enter. The installation will proceed.


Enable the firewall: Once the installation is complete, we need to enable UFW:
sudo ufw enableThis command will activate the firewall. You should see a message confirming that the firewall is active.
Last updated
Was this helpful?