๐ฅInstalling & configuring UFW ๐ฅ๐งฑ Firewall
Installing UFW
Install UFW package: First, we need to install the UFW package:
sudo apt install ufw
When 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 enable
This command will activate the firewall. You should see a message confirming that the firewall is active.
Last updated
Was this helpful?