10-25-2015, 04:29 PM
10-25-2015, 06:41 PM
Hi,
gufw is just a GUI to manage ufw
You can use gufw to enable it.
or
to enable it & check status in a terminal(ctrl-alt-t), do:
It will continue to run, even after re-boot.
To disable it in a terminal(ctrl-alt-t), do:
To check status at any time in a teminal(ctrl-alt-t), do:
gufw is just a GUI to manage ufw
You can use gufw to enable it.
or
to enable it & check status in a terminal(ctrl-alt-t), do:
Code:
sudo ufw enable && sudo ufw status
It will continue to run, even after re-boot.
To disable it in a terminal(ctrl-alt-t), do:
Code:
sudo ufw disable
To check status at any time in a teminal(ctrl-alt-t), do:
Code:
sudo ufw status verbose