As a new Ubuntu desktop 18.04 LTS user, do I need to use ufw for a firewall or is iptables sufficient?Do I need to activate the firewall? I only use Ubuntu for a home desktop use?What rules to use for UFW?UFW 'default deny incoming' doesn't workCan't Get UFW Firewall to Allow Anythingubuntu 14.04 default firewall rulesDifferences between UFW and GUFWWhat is UFW's approach towards rules order for overlapping rules?Configure UFW to allow only established and related conections (on IPv4)Question/Confusion About iptables on Ubuntu Desktop 17.04 and How to Use iptables Without UFWUFW: what exactly is it?Ubuntu FTP and SFTP client firewall rules for UFW

This word with a lot of past tenses

Instead of a Universal Basic Income program, why not implement a "Universal Basic Needs" program?

I got the following comment from a reputed math journal. What does it mean?

Employee lack of ownership

What did “the good wine” (τὸν καλὸν οἶνον) mean in John 2:10?

What is the significance behind "40 days" that often appears in the Bible?

Meme-controlled people

"of which" is correct here?

Passing arguments from one script to another

How do I hide Chekhov's Gun?

What is a ^ b and (a & b) << 1?

Fastest way to pop N items from a large dict

Brexit - No Deal Rejection

Welcoming 2019 Pi day: How to draw the letter π?

Official degrees of earth’s rotation per day

Convergence in probability and convergence in distribution

How do I change two letters closest to a string and one letter immediately after a string using Notepad++?

Is there a place to find the pricing for things not mentioned in the PHB? (non-magical)

What are substitutions for coconut in curry?

How to solve this challenging limit?

Simplify an interface for flexibly applying rules to periods of time

Pauli exclusion principle

If I can solve Sudoku, can I solve the Travelling Salesman Problem (TSP)? If so, how?

How to pronounce "I ♥ Huckabees"?



As a new Ubuntu desktop 18.04 LTS user, do I need to use ufw for a firewall or is iptables sufficient?


Do I need to activate the firewall? I only use Ubuntu for a home desktop use?What rules to use for UFW?UFW 'default deny incoming' doesn't workCan't Get UFW Firewall to Allow Anythingubuntu 14.04 default firewall rulesDifferences between UFW and GUFWWhat is UFW's approach towards rules order for overlapping rules?Configure UFW to allow only established and related conections (on IPv4)Question/Confusion About iptables on Ubuntu Desktop 17.04 and How to Use iptables Without UFWUFW: what exactly is it?Ubuntu FTP and SFTP client firewall rules for UFW













2















Lets assume:



  • I have little or no knowledge of the inner workings of the Ubuntu/Linux OS, all I know is from my experience of Windows, is that I have to have a firewall configured and running before I connect to the internet, otherwise my system would be about as secure as going on hoiday and leaving my house with all the doors and windows open.

  • I have just migrated to Ubuntu 18.04 LTS "desktop" and have just logged in for the first time, I want to secure my system before I connect my pc to the internet and after some research on this subject I understand this much:

(NB: Note the emphasis on the word desktop, so any references to server will not be pertinent to the question and therefore irrelevant)



a. ufw is the default firewall "configuration tool" for Ubuntu? (note it says configuration tool and not the actual firewall) and ufw is installed, but is not running and is not configured at all, so it has no default rules set out of the box.



b. Gufw is a UI to ufw, but its not installed by default, at least that is the case with Ubuntu Desktop 18.04 LTS.



c. iptables is the actual firewall which is built-in to the kernel as a module.



At this point know I can configure ufw as its easy as abc, hence its name and to use it you only need to set deny (incoming), allow (outgoing), and start it and I also understand I could use Gufw to do this too. So I could just leave it there and do just that.



However, after all my research, I find many articles, questions and blogs on the subject consisting of what appears to be mainly views and opinion based, then things start becoming unclear and ambiguous, so I digest all that information and try to make sense of it then reduce it down to a single statement and put into my own words and so a nutshell:



"Ubuntu desktop users dont need ufw since its merely a configuration tool for iptables which is the actual firewall under the hood."



So say I take the above statement literally, then is the following statement true?:



"iptables is the built in firewall for Ubuntu Desktop and is fully configured and up and running out of the box with default rules that are sufficiently secure for the average desktop user namely deny (incoming), allow (outgoing)."



Because if the above is true then what would be the point in ufw except to provide an uncomplicated interface to iptables, which by all accounts is complicated and furthermore the experts advise you to avoid configuring iptables directly since if you dont know exactly what you are doing, you could easily render your system insecure or unusable, if it is misconfigured?



Please could someone provide a concise relevant and a non-opinion fact based answer :)










share|improve this question
























  • Easiest to install gufw to assist setting this up.

    – heynnema
    4 hours ago











  • What is unclear in this? askubuntu.com/questions/178616/…

    – Pilot6
    1 hour ago











  • You don't need ANY firewall if you don't have network services running. So it doesn't matter how and what is configured.

    – Pilot6
    1 hour ago















2















Lets assume:



  • I have little or no knowledge of the inner workings of the Ubuntu/Linux OS, all I know is from my experience of Windows, is that I have to have a firewall configured and running before I connect to the internet, otherwise my system would be about as secure as going on hoiday and leaving my house with all the doors and windows open.

  • I have just migrated to Ubuntu 18.04 LTS "desktop" and have just logged in for the first time, I want to secure my system before I connect my pc to the internet and after some research on this subject I understand this much:

(NB: Note the emphasis on the word desktop, so any references to server will not be pertinent to the question and therefore irrelevant)



a. ufw is the default firewall "configuration tool" for Ubuntu? (note it says configuration tool and not the actual firewall) and ufw is installed, but is not running and is not configured at all, so it has no default rules set out of the box.



b. Gufw is a UI to ufw, but its not installed by default, at least that is the case with Ubuntu Desktop 18.04 LTS.



c. iptables is the actual firewall which is built-in to the kernel as a module.



At this point know I can configure ufw as its easy as abc, hence its name and to use it you only need to set deny (incoming), allow (outgoing), and start it and I also understand I could use Gufw to do this too. So I could just leave it there and do just that.



However, after all my research, I find many articles, questions and blogs on the subject consisting of what appears to be mainly views and opinion based, then things start becoming unclear and ambiguous, so I digest all that information and try to make sense of it then reduce it down to a single statement and put into my own words and so a nutshell:



"Ubuntu desktop users dont need ufw since its merely a configuration tool for iptables which is the actual firewall under the hood."



So say I take the above statement literally, then is the following statement true?:



"iptables is the built in firewall for Ubuntu Desktop and is fully configured and up and running out of the box with default rules that are sufficiently secure for the average desktop user namely deny (incoming), allow (outgoing)."



Because if the above is true then what would be the point in ufw except to provide an uncomplicated interface to iptables, which by all accounts is complicated and furthermore the experts advise you to avoid configuring iptables directly since if you dont know exactly what you are doing, you could easily render your system insecure or unusable, if it is misconfigured?



Please could someone provide a concise relevant and a non-opinion fact based answer :)










share|improve this question
























  • Easiest to install gufw to assist setting this up.

    – heynnema
    4 hours ago











  • What is unclear in this? askubuntu.com/questions/178616/…

    – Pilot6
    1 hour ago











  • You don't need ANY firewall if you don't have network services running. So it doesn't matter how and what is configured.

    – Pilot6
    1 hour ago













2












2








2


0






Lets assume:



  • I have little or no knowledge of the inner workings of the Ubuntu/Linux OS, all I know is from my experience of Windows, is that I have to have a firewall configured and running before I connect to the internet, otherwise my system would be about as secure as going on hoiday and leaving my house with all the doors and windows open.

  • I have just migrated to Ubuntu 18.04 LTS "desktop" and have just logged in for the first time, I want to secure my system before I connect my pc to the internet and after some research on this subject I understand this much:

(NB: Note the emphasis on the word desktop, so any references to server will not be pertinent to the question and therefore irrelevant)



a. ufw is the default firewall "configuration tool" for Ubuntu? (note it says configuration tool and not the actual firewall) and ufw is installed, but is not running and is not configured at all, so it has no default rules set out of the box.



b. Gufw is a UI to ufw, but its not installed by default, at least that is the case with Ubuntu Desktop 18.04 LTS.



c. iptables is the actual firewall which is built-in to the kernel as a module.



At this point know I can configure ufw as its easy as abc, hence its name and to use it you only need to set deny (incoming), allow (outgoing), and start it and I also understand I could use Gufw to do this too. So I could just leave it there and do just that.



However, after all my research, I find many articles, questions and blogs on the subject consisting of what appears to be mainly views and opinion based, then things start becoming unclear and ambiguous, so I digest all that information and try to make sense of it then reduce it down to a single statement and put into my own words and so a nutshell:



"Ubuntu desktop users dont need ufw since its merely a configuration tool for iptables which is the actual firewall under the hood."



So say I take the above statement literally, then is the following statement true?:



"iptables is the built in firewall for Ubuntu Desktop and is fully configured and up and running out of the box with default rules that are sufficiently secure for the average desktop user namely deny (incoming), allow (outgoing)."



Because if the above is true then what would be the point in ufw except to provide an uncomplicated interface to iptables, which by all accounts is complicated and furthermore the experts advise you to avoid configuring iptables directly since if you dont know exactly what you are doing, you could easily render your system insecure or unusable, if it is misconfigured?



Please could someone provide a concise relevant and a non-opinion fact based answer :)










share|improve this question
















Lets assume:



  • I have little or no knowledge of the inner workings of the Ubuntu/Linux OS, all I know is from my experience of Windows, is that I have to have a firewall configured and running before I connect to the internet, otherwise my system would be about as secure as going on hoiday and leaving my house with all the doors and windows open.

  • I have just migrated to Ubuntu 18.04 LTS "desktop" and have just logged in for the first time, I want to secure my system before I connect my pc to the internet and after some research on this subject I understand this much:

(NB: Note the emphasis on the word desktop, so any references to server will not be pertinent to the question and therefore irrelevant)



a. ufw is the default firewall "configuration tool" for Ubuntu? (note it says configuration tool and not the actual firewall) and ufw is installed, but is not running and is not configured at all, so it has no default rules set out of the box.



b. Gufw is a UI to ufw, but its not installed by default, at least that is the case with Ubuntu Desktop 18.04 LTS.



c. iptables is the actual firewall which is built-in to the kernel as a module.



At this point know I can configure ufw as its easy as abc, hence its name and to use it you only need to set deny (incoming), allow (outgoing), and start it and I also understand I could use Gufw to do this too. So I could just leave it there and do just that.



However, after all my research, I find many articles, questions and blogs on the subject consisting of what appears to be mainly views and opinion based, then things start becoming unclear and ambiguous, so I digest all that information and try to make sense of it then reduce it down to a single statement and put into my own words and so a nutshell:



"Ubuntu desktop users dont need ufw since its merely a configuration tool for iptables which is the actual firewall under the hood."



So say I take the above statement literally, then is the following statement true?:



"iptables is the built in firewall for Ubuntu Desktop and is fully configured and up and running out of the box with default rules that are sufficiently secure for the average desktop user namely deny (incoming), allow (outgoing)."



Because if the above is true then what would be the point in ufw except to provide an uncomplicated interface to iptables, which by all accounts is complicated and furthermore the experts advise you to avoid configuring iptables directly since if you dont know exactly what you are doing, you could easily render your system insecure or unusable, if it is misconfigured?



Please could someone provide a concise relevant and a non-opinion fact based answer :)







iptables firewall ufw






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 57 mins ago







Steve

















asked 4 hours ago









SteveSteve

315




315












  • Easiest to install gufw to assist setting this up.

    – heynnema
    4 hours ago











  • What is unclear in this? askubuntu.com/questions/178616/…

    – Pilot6
    1 hour ago











  • You don't need ANY firewall if you don't have network services running. So it doesn't matter how and what is configured.

    – Pilot6
    1 hour ago

















  • Easiest to install gufw to assist setting this up.

    – heynnema
    4 hours ago











  • What is unclear in this? askubuntu.com/questions/178616/…

    – Pilot6
    1 hour ago











  • You don't need ANY firewall if you don't have network services running. So it doesn't matter how and what is configured.

    – Pilot6
    1 hour ago
















Easiest to install gufw to assist setting this up.

– heynnema
4 hours ago





Easiest to install gufw to assist setting this up.

– heynnema
4 hours ago













What is unclear in this? askubuntu.com/questions/178616/…

– Pilot6
1 hour ago





What is unclear in this? askubuntu.com/questions/178616/…

– Pilot6
1 hour ago













You don't need ANY firewall if you don't have network services running. So it doesn't matter how and what is configured.

– Pilot6
1 hour ago





You don't need ANY firewall if you don't have network services running. So it doesn't matter how and what is configured.

– Pilot6
1 hour ago










1 Answer
1






active

oldest

votes


















7














Average home users don't need a firewall



Default Ubuntu desktop installation has no ports open, and no servers running. Therefore if you don't run any server daemon, such as ssh server, you don't need any firewall. Thus, iptable is configured to do nothing when you install Ubuntu. See Do I need to activate the firewall? I only use Ubuntu for a home desktop use? for details.



If you run servers you need a firewall



If you are not an average home user, and want to do some advanced things, such as remotely access your desktop by ssh or run some other services, then you need a firewall. Your configuration of the firewall will depend on which server daemons you plan to run.



Even if you don't plan to run a server you may want a firewall with the default configuration of deny all incoming connections from all ports. This is to be doubly safe, in case, one day you want to install and run a server without realizing what you are doing. Without changing the default firewall configuration the server won't work as expected. You will scratch your head for hours before remembering that you activated the firewall. Then you may want to uninstall the server software, as it may not be worth the risk. Or you may want to configure the firewall to let the server work.




gufw is the easiest



gufw is a GUI interface for ufw, which in turn configures the iptables. Since you have been using Linux since 1990s, you may be comfortable with the command line or you may prefer the visual cues of a GUI. If you like a GUI, then use gufw. It is easy to understand and configure even for a novice.




ufw is easy



If you like the command line, ufw is easy enough.




iptables is not so easy



The reason we don't want anyone to fiddle directly with the iptables, and use ufw or gufw is because, it is very easy to mess up iptables and once you do, the system can break so badly that it may be unusable.



Hope this helps






share|improve this answer

























  • OK thanks for you answer and your time, apologies for any inconvenience but it appears I am going to have to rewrite my question to clarify and simplify the question and details

    – Steve
    3 hours ago












  • @Steve You are welcome. Please simplify your question. See the site help on how to ask questions on this site. Leave out the personal details while providing as much details about the question as possible. For example, you may want to add what apps and services you run on Ubuntu that may need a firewall.

    – user68186
    3 hours ago










Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1126196%2fas-a-new-ubuntu-desktop-18-04-lts-user-do-i-need-to-use-ufw-for-a-firewall-or-i%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









7














Average home users don't need a firewall



Default Ubuntu desktop installation has no ports open, and no servers running. Therefore if you don't run any server daemon, such as ssh server, you don't need any firewall. Thus, iptable is configured to do nothing when you install Ubuntu. See Do I need to activate the firewall? I only use Ubuntu for a home desktop use? for details.



If you run servers you need a firewall



If you are not an average home user, and want to do some advanced things, such as remotely access your desktop by ssh or run some other services, then you need a firewall. Your configuration of the firewall will depend on which server daemons you plan to run.



Even if you don't plan to run a server you may want a firewall with the default configuration of deny all incoming connections from all ports. This is to be doubly safe, in case, one day you want to install and run a server without realizing what you are doing. Without changing the default firewall configuration the server won't work as expected. You will scratch your head for hours before remembering that you activated the firewall. Then you may want to uninstall the server software, as it may not be worth the risk. Or you may want to configure the firewall to let the server work.




gufw is the easiest



gufw is a GUI interface for ufw, which in turn configures the iptables. Since you have been using Linux since 1990s, you may be comfortable with the command line or you may prefer the visual cues of a GUI. If you like a GUI, then use gufw. It is easy to understand and configure even for a novice.




ufw is easy



If you like the command line, ufw is easy enough.




iptables is not so easy



The reason we don't want anyone to fiddle directly with the iptables, and use ufw or gufw is because, it is very easy to mess up iptables and once you do, the system can break so badly that it may be unusable.



Hope this helps






share|improve this answer

























  • OK thanks for you answer and your time, apologies for any inconvenience but it appears I am going to have to rewrite my question to clarify and simplify the question and details

    – Steve
    3 hours ago












  • @Steve You are welcome. Please simplify your question. See the site help on how to ask questions on this site. Leave out the personal details while providing as much details about the question as possible. For example, you may want to add what apps and services you run on Ubuntu that may need a firewall.

    – user68186
    3 hours ago















7














Average home users don't need a firewall



Default Ubuntu desktop installation has no ports open, and no servers running. Therefore if you don't run any server daemon, such as ssh server, you don't need any firewall. Thus, iptable is configured to do nothing when you install Ubuntu. See Do I need to activate the firewall? I only use Ubuntu for a home desktop use? for details.



If you run servers you need a firewall



If you are not an average home user, and want to do some advanced things, such as remotely access your desktop by ssh or run some other services, then you need a firewall. Your configuration of the firewall will depend on which server daemons you plan to run.



Even if you don't plan to run a server you may want a firewall with the default configuration of deny all incoming connections from all ports. This is to be doubly safe, in case, one day you want to install and run a server without realizing what you are doing. Without changing the default firewall configuration the server won't work as expected. You will scratch your head for hours before remembering that you activated the firewall. Then you may want to uninstall the server software, as it may not be worth the risk. Or you may want to configure the firewall to let the server work.




gufw is the easiest



gufw is a GUI interface for ufw, which in turn configures the iptables. Since you have been using Linux since 1990s, you may be comfortable with the command line or you may prefer the visual cues of a GUI. If you like a GUI, then use gufw. It is easy to understand and configure even for a novice.




ufw is easy



If you like the command line, ufw is easy enough.




iptables is not so easy



The reason we don't want anyone to fiddle directly with the iptables, and use ufw or gufw is because, it is very easy to mess up iptables and once you do, the system can break so badly that it may be unusable.



Hope this helps






share|improve this answer

























  • OK thanks for you answer and your time, apologies for any inconvenience but it appears I am going to have to rewrite my question to clarify and simplify the question and details

    – Steve
    3 hours ago












  • @Steve You are welcome. Please simplify your question. See the site help on how to ask questions on this site. Leave out the personal details while providing as much details about the question as possible. For example, you may want to add what apps and services you run on Ubuntu that may need a firewall.

    – user68186
    3 hours ago













7












7








7







Average home users don't need a firewall



Default Ubuntu desktop installation has no ports open, and no servers running. Therefore if you don't run any server daemon, such as ssh server, you don't need any firewall. Thus, iptable is configured to do nothing when you install Ubuntu. See Do I need to activate the firewall? I only use Ubuntu for a home desktop use? for details.



If you run servers you need a firewall



If you are not an average home user, and want to do some advanced things, such as remotely access your desktop by ssh or run some other services, then you need a firewall. Your configuration of the firewall will depend on which server daemons you plan to run.



Even if you don't plan to run a server you may want a firewall with the default configuration of deny all incoming connections from all ports. This is to be doubly safe, in case, one day you want to install and run a server without realizing what you are doing. Without changing the default firewall configuration the server won't work as expected. You will scratch your head for hours before remembering that you activated the firewall. Then you may want to uninstall the server software, as it may not be worth the risk. Or you may want to configure the firewall to let the server work.




gufw is the easiest



gufw is a GUI interface for ufw, which in turn configures the iptables. Since you have been using Linux since 1990s, you may be comfortable with the command line or you may prefer the visual cues of a GUI. If you like a GUI, then use gufw. It is easy to understand and configure even for a novice.




ufw is easy



If you like the command line, ufw is easy enough.




iptables is not so easy



The reason we don't want anyone to fiddle directly with the iptables, and use ufw or gufw is because, it is very easy to mess up iptables and once you do, the system can break so badly that it may be unusable.



Hope this helps






share|improve this answer















Average home users don't need a firewall



Default Ubuntu desktop installation has no ports open, and no servers running. Therefore if you don't run any server daemon, such as ssh server, you don't need any firewall. Thus, iptable is configured to do nothing when you install Ubuntu. See Do I need to activate the firewall? I only use Ubuntu for a home desktop use? for details.



If you run servers you need a firewall



If you are not an average home user, and want to do some advanced things, such as remotely access your desktop by ssh or run some other services, then you need a firewall. Your configuration of the firewall will depend on which server daemons you plan to run.



Even if you don't plan to run a server you may want a firewall with the default configuration of deny all incoming connections from all ports. This is to be doubly safe, in case, one day you want to install and run a server without realizing what you are doing. Without changing the default firewall configuration the server won't work as expected. You will scratch your head for hours before remembering that you activated the firewall. Then you may want to uninstall the server software, as it may not be worth the risk. Or you may want to configure the firewall to let the server work.




gufw is the easiest



gufw is a GUI interface for ufw, which in turn configures the iptables. Since you have been using Linux since 1990s, you may be comfortable with the command line or you may prefer the visual cues of a GUI. If you like a GUI, then use gufw. It is easy to understand and configure even for a novice.




ufw is easy



If you like the command line, ufw is easy enough.




iptables is not so easy



The reason we don't want anyone to fiddle directly with the iptables, and use ufw or gufw is because, it is very easy to mess up iptables and once you do, the system can break so badly that it may be unusable.



Hope this helps







share|improve this answer














share|improve this answer



share|improve this answer








edited 3 hours ago

























answered 3 hours ago









user68186user68186

16.5k84969




16.5k84969












  • OK thanks for you answer and your time, apologies for any inconvenience but it appears I am going to have to rewrite my question to clarify and simplify the question and details

    – Steve
    3 hours ago












  • @Steve You are welcome. Please simplify your question. See the site help on how to ask questions on this site. Leave out the personal details while providing as much details about the question as possible. For example, you may want to add what apps and services you run on Ubuntu that may need a firewall.

    – user68186
    3 hours ago

















  • OK thanks for you answer and your time, apologies for any inconvenience but it appears I am going to have to rewrite my question to clarify and simplify the question and details

    – Steve
    3 hours ago












  • @Steve You are welcome. Please simplify your question. See the site help on how to ask questions on this site. Leave out the personal details while providing as much details about the question as possible. For example, you may want to add what apps and services you run on Ubuntu that may need a firewall.

    – user68186
    3 hours ago
















OK thanks for you answer and your time, apologies for any inconvenience but it appears I am going to have to rewrite my question to clarify and simplify the question and details

– Steve
3 hours ago






OK thanks for you answer and your time, apologies for any inconvenience but it appears I am going to have to rewrite my question to clarify and simplify the question and details

– Steve
3 hours ago














@Steve You are welcome. Please simplify your question. See the site help on how to ask questions on this site. Leave out the personal details while providing as much details about the question as possible. For example, you may want to add what apps and services you run on Ubuntu that may need a firewall.

– user68186
3 hours ago





@Steve You are welcome. Please simplify your question. See the site help on how to ask questions on this site. Leave out the personal details while providing as much details about the question as possible. For example, you may want to add what apps and services you run on Ubuntu that may need a firewall.

– user68186
3 hours ago

















draft saved

draft discarded
















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1126196%2fas-a-new-ubuntu-desktop-18-04-lts-user-do-i-need-to-use-ufw-for-a-firewall-or-i%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Era Viking Índice Início da Era Viquingue | Cotidiano | Sociedade | Língua | Religião | A arte | As primeiras cidades | As viagens dos viquingues | Viquingues do Oeste e Leste | Fim da Era Viquingue | Fontes históricas | Referências Bibliografia | Ligações externas | Menu de navegação«Sverige då!»«Handel I vikingetid»«O que é Nórdico Antigo»Mito, magia e religião na volsunga saga Um olhar sobre a trajetória mítica do herói sigurd«Bonden var den verklige vikingen»«Vikingatiden»«Vikingatiden»«Vinland»«Guerreiras de Óðinn: As Valkyrjor na Mitologia Viking»1519-9053«Esculpindo símbolos e seres: A arte viking em pedras rúnicas»1679-9313Historia - Tema: VikingarnaAventura e Magia no Mundo das Sagas IslandesasEra Vikinge

What's the metal clinking sound at the end of credits in Avengers: Endgame?What makes Thanos so strong in Avengers: Endgame?Who is the character that appears at the end of Endgame?What happens to Mjolnir (Thor's hammer) at the end of Endgame?The People's Ages in Avengers: EndgameWhat did Nebula do in Avengers: Endgame?Messing with time in the Avengers: Endgame climaxAvengers: Endgame timelineWhat are the time-travel rules in Avengers Endgame?Why use this song in Avengers: Endgame Opening Logo Sequence?Peggy's age in Avengers Endgame

Are there legal definitions of ethnicities/races? The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Legal definitions in the United StatesAre there truly legal limits on US interest rates?Are gender identity and sexual orientation federally protected?Why is there an apparent legal bias against digital services?What limits are there to the powers of individual judges in the United States legal system?Are women only scholarships legal under Irish / EU law?Is the term “race” defined by Public Law enacted by Congress of the United StatesIs there a legal definition of race in the US?Neighbors are spying for landlord on Renters is it legal?Are Protected Classes Bi-directional?