Linux Lite Forums

Software - Support => Other => Topic started by: baztabroh on October 25, 2015, 12:29:49 PM

Title: How can I get gufw at startup?
Post by: baztabroh on October 25, 2015, 12:29:49 PM
How can I get gufw at startup?
type commend
Code: [Select]
echo "passs"|sudo -S /usr/bin/gufw(http://forum.ubuntu.ir/index.php?action=dlattach;topic=126086.0;attach=38836;image)
Title: Re: How can I get gufw at startup?
Post by: Wirezfree on October 25, 2015, 02:41:51 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:
Code: [Select]
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: [Select]
sudo ufw disable


To check status at any time in a teminal
(ctrl-alt-t), do:
Code: [Select]
sudo ufw status verbose