Опубликовано: 19 Октябрь 2024 на канале: TechCodeRealm
49
0
How to Enable / Disable Ubuntu Firewall?
1. Open Terminal.
2. Check if the firewall is active:
sudo ufw status
3. If active, disable the firewall:
sudo ufw disable
4. Enable the firewall:
sudo ufw enable