06-02-2020, 04:43 PM
(06-02-2020, 06:48 AM)Jerry link Wrote:I wouldn't worry about that at all. It's just a glitch, and will probably go away in a future update. If your pc works fine, don't let this concern you.
after reading your reply and others, i think it is a glitch and maybe my old computer monitor (tho not too old, just cheap/crappy ha ha ) .
so for now i will just keep an eye on this , so for the time being i am not going to marked this as solved yet, i will try and wait and see what the next updates bring.
8) that being said , i learned that the firewall (firewalld) was not set to be on when the computer starts,
so i opened the terminal and did this , and now the firewall starts up when i turn on the PC
without the quotes "sudo systemctl enable firewalld" .
now if i want to check to status of the firewalld(if its even up and running),
i type this in, without the quotes , "sudo systemctl status firewalld" ,
and that tells me if it is running or not.
now if a person for some reason, want to turn it off, the type this into the terminal, without the quotes,
"systemctl stop firewalld" of that command dont work, then try this "sudo systemctl stop firewalld"
to turn it back on, without the quotes, again in terminal, type this in "systemctl start firewalld" and
if that command dont work this try this one "sudo systemctl start firewalld"
hope this help some people when it comes to the firewalld, this is all i do with the firewall, i have to learn more, so not touching it
further, ha ha ,
does anyone want to add some cool tips on this firewalld thing ?.