firewall and virus protection [on hold]
I am new to ubuntu 18.04.1 lts it says that( A built in firewall and virus protection are avaliable) it says to go to activities left payne but there are no icons there for firewall or virus protection.
Do l need the internet set up on ubuntu for it to show. Does avaliable mean l have to start it, enable it or what?.
Can you please tell me where l can find it as it describes, It also says that yo get addded security with App Armor and gnomekeyring but where are these too as l cant find them anywhere.
firewall
New contributor
put on hold as too broad by karel, Zanna, RoVo, Kulfy, Eric Carvalho Dec 20 at 12:25
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I am new to ubuntu 18.04.1 lts it says that( A built in firewall and virus protection are avaliable) it says to go to activities left payne but there are no icons there for firewall or virus protection.
Do l need the internet set up on ubuntu for it to show. Does avaliable mean l have to start it, enable it or what?.
Can you please tell me where l can find it as it describes, It also says that yo get addded security with App Armor and gnomekeyring but where are these too as l cant find them anywhere.
firewall
New contributor
put on hold as too broad by karel, Zanna, RoVo, Kulfy, Eric Carvalho Dec 20 at 12:25
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Who said and where was it said please provide a link!
– George Udosen
Dec 19 at 7:31
add a comment |
I am new to ubuntu 18.04.1 lts it says that( A built in firewall and virus protection are avaliable) it says to go to activities left payne but there are no icons there for firewall or virus protection.
Do l need the internet set up on ubuntu for it to show. Does avaliable mean l have to start it, enable it or what?.
Can you please tell me where l can find it as it describes, It also says that yo get addded security with App Armor and gnomekeyring but where are these too as l cant find them anywhere.
firewall
New contributor
I am new to ubuntu 18.04.1 lts it says that( A built in firewall and virus protection are avaliable) it says to go to activities left payne but there are no icons there for firewall or virus protection.
Do l need the internet set up on ubuntu for it to show. Does avaliable mean l have to start it, enable it or what?.
Can you please tell me where l can find it as it describes, It also says that yo get addded security with App Armor and gnomekeyring but where are these too as l cant find them anywhere.
firewall
firewall
New contributor
New contributor
edited Dec 19 at 8:03
KGR
201211
201211
New contributor
asked Dec 19 at 6:54
user905582
1
1
New contributor
New contributor
put on hold as too broad by karel, Zanna, RoVo, Kulfy, Eric Carvalho Dec 20 at 12:25
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as too broad by karel, Zanna, RoVo, Kulfy, Eric Carvalho Dec 20 at 12:25
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Who said and where was it said please provide a link!
– George Udosen
Dec 19 at 7:31
add a comment |
Who said and where was it said please provide a link!
– George Udosen
Dec 19 at 7:31
Who said and where was it said please provide a link!
– George Udosen
Dec 19 at 7:31
Who said and where was it said please provide a link!
– George Udosen
Dec 19 at 7:31
add a comment |
1 Answer
1
active
oldest
votes
Ubuntu does indeed ship with a firewall by default, UFW (stands for Uncomplicated FireWall ) to be specific, since version 8.04. There's only command-line front-end to the firewall in default installation, and you can enable that via
sudo ufw enable
There is optional GUI front-end, called GUFW. It's available in default software repositories and can be installed via Software Center or sudo apt install gufw
in terminal.
As for virus protection I'm assuming you're talking about antivirus. Long story short, due to differences between Windows and Linux systems you're safe from Windows specific malware and in general Linux users do not use antivirus, however such software is still available for installation. See What antivirus programs are available?
Note that you don't need internet connection to enable firewall, though you do need internet connection for installing software from repositories.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Ubuntu does indeed ship with a firewall by default, UFW (stands for Uncomplicated FireWall ) to be specific, since version 8.04. There's only command-line front-end to the firewall in default installation, and you can enable that via
sudo ufw enable
There is optional GUI front-end, called GUFW. It's available in default software repositories and can be installed via Software Center or sudo apt install gufw
in terminal.
As for virus protection I'm assuming you're talking about antivirus. Long story short, due to differences between Windows and Linux systems you're safe from Windows specific malware and in general Linux users do not use antivirus, however such software is still available for installation. See What antivirus programs are available?
Note that you don't need internet connection to enable firewall, though you do need internet connection for installing software from repositories.
add a comment |
Ubuntu does indeed ship with a firewall by default, UFW (stands for Uncomplicated FireWall ) to be specific, since version 8.04. There's only command-line front-end to the firewall in default installation, and you can enable that via
sudo ufw enable
There is optional GUI front-end, called GUFW. It's available in default software repositories and can be installed via Software Center or sudo apt install gufw
in terminal.
As for virus protection I'm assuming you're talking about antivirus. Long story short, due to differences between Windows and Linux systems you're safe from Windows specific malware and in general Linux users do not use antivirus, however such software is still available for installation. See What antivirus programs are available?
Note that you don't need internet connection to enable firewall, though you do need internet connection for installing software from repositories.
add a comment |
Ubuntu does indeed ship with a firewall by default, UFW (stands for Uncomplicated FireWall ) to be specific, since version 8.04. There's only command-line front-end to the firewall in default installation, and you can enable that via
sudo ufw enable
There is optional GUI front-end, called GUFW. It's available in default software repositories and can be installed via Software Center or sudo apt install gufw
in terminal.
As for virus protection I'm assuming you're talking about antivirus. Long story short, due to differences between Windows and Linux systems you're safe from Windows specific malware and in general Linux users do not use antivirus, however such software is still available for installation. See What antivirus programs are available?
Note that you don't need internet connection to enable firewall, though you do need internet connection for installing software from repositories.
Ubuntu does indeed ship with a firewall by default, UFW (stands for Uncomplicated FireWall ) to be specific, since version 8.04. There's only command-line front-end to the firewall in default installation, and you can enable that via
sudo ufw enable
There is optional GUI front-end, called GUFW. It's available in default software repositories and can be installed via Software Center or sudo apt install gufw
in terminal.
As for virus protection I'm assuming you're talking about antivirus. Long story short, due to differences between Windows and Linux systems you're safe from Windows specific malware and in general Linux users do not use antivirus, however such software is still available for installation. See What antivirus programs are available?
Note that you don't need internet connection to enable firewall, though you do need internet connection for installing software from repositories.
answered Dec 19 at 8:03
Sergiy Kolodyazhnyy
69.3k9144304
69.3k9144304
add a comment |
add a comment |
Who said and where was it said please provide a link!
– George Udosen
Dec 19 at 7:31