I might add rkhunter is in the Debian repository so most likely in other deb derivatives.
that was great advice Condobloke. firewall is on and status is active. that was cool as a icecube. I enjoy learning all these prompts and i am saving them, trying to memorize those commands. Is there somewhere that i can study and learn all the prompts????The most important point in that link I inserted above is to enable the firewall
sudo ufw enable
copy and paste it into terminal and hit enter.
That's it.
You can check that it is turned on with the following command
sudo ufw status verbose
copy that and paste it into terminal and hit enter
There is no need to constantly check.....the firewall survives reboots and shutdowns etc...it even survives Timeshift restores.
UFW Essentials: Common Firewall Rules and Commands | DigitalOcean
UFW (uncomplicated firewall) is a firewall configuration tool that runs on top of iptables, included by default within Ubuntu distributions. It provides a …www.digitalocean.com
On mint Cinnamon it come pre installed. In debian you have to install it. Not sure about others.If you want a gui for the firewall it is called Gufw and is available in Mint's repos (and it might already come installed, not sure).
I enjoy learning all these prompts and i am saving them, trying to memorize those commands. Is there somewhere that i can study and learn all the prompts????
Most beginners will start with a note pad and pencil, they write down terminal codes they see [and what they do] some will just log them as they find them, and some people will disseminate into sections,,for future use
# apt-get install gufw
I don't recall seeing anybody here say it can't happen.Despite what anyone says here, Linux can get infected by
True. Maybe I'm getting the impression most people in this topic seem to think that you can't get infected by a virus or malware on Linux, based on their reaction. I just wanted to make clear in case others coming across this topic don't get the same impression. Nothing more, nothing less.I don't recall seeing anybody here say it can't happen.
...some Linux machines definitely need anti-virus software. Samba or NFS servers, for instance, may store documents in undocumented, vulnerable Microsoft formats, such as Word and Excel, that contain and propagate viruses. Linux mail servers should run AV software in order to neutralize viruses before they show up in the mailboxes of Outlook and Outlook Express users.
shrug, for your average user, Windows in VM will do. Or dual booting and file exchange.In your wikipedia link there is this (quoting some security expert):
Note it says "servers" and "mail servers." The average desktop user of Linux just doesn't need an AV.
Guess what? Great minds think alike. I've been taking notes and writing down the cmd prompts and other things.Most beginners will start with a note pad and pencil, they write down terminal codes they see [and what they do] some will just log them as they find them, and some people will disseminate into sections,,for future use