I'm planning to install Kubuntu on a new mini PC soon and I'm looking for advice on how to keep it safe from malware. I know Linux generally has better security compared to Windows or Mac, but it still isn't completely safe. I don't usually visit sketchy websites, but I worry about accidental clicks. I heard Malwarebytes isn't available for Linux, but I found a few articles suggesting ways to get it on there. Has anyone done this? If not, what other options should I consider for malware protection? Thanks for any help!
5 Answers
Honestly, malware isn't usually a big concern for Linux users. Just ensure your superuser and sudo settings are correct. If you’re cautious and don’t install anything questionable, you should be just fine.
You can check out ClamAV for antivirus needs. Also, using adblockers can help keep your browsing safe, too. Don't use 'sudo' on stuff you don’t fully understand, and you should be good to go!
I’m definitely not ready to use sudo for anything until I learn more!
Make sure you know how to verify file checksums. Many Linux programs list their original hash values, which is a good way to catch tampered files. Just remember, trusting software you wrote is ideal.
Check out the migration tips on the wiki! Also, it's good practice to only use the root account when absolutely necessary, avoid third-party repos, and always verify checksums after downloading ISOs.
The best way to stay safe is to stick to good browsing practices. Make sure your firewall is on, disable or properly configure SSH, and keep your system updated. That should cover a lot of ground!
Got it! I understand the firewall concept but SSH is new to me, so I'll have to read up on that.

I’m switching from Windows, so it’s great to hear! Why did you choose Kubuntu over the others?