Scan your entire system for malware.

$ sudo apt update

$ sudo apt install clamav clamav-daemon -y

$ sudo systemctl start clamav-freshclam

$ sudo systemctl start clamav-daemon

$ sudo clamscan -r -i /

#Linux🐧

Reply to this note

Please Login to reply.

Discussion

You forgot the dnf

Last time I used Redhat flavored *nix it was called yum.

Yum got replaced by dnf and it’s pretty good. A little slow but they’re working on it

Aye. I've used it once. Much nicer.

Interesting. Any privacy implications with using this software?

The clam servers, where the daemon pulls the latest malware definitions, sees your IP.

Run a VPN.

Awesome. Ya, I always run a VPN. Thanks for posting this⚡👊

Interesting that it's a Cisco developed open-source project

Many good projects start in big computer science corporations and eventually get open sourced due to internal engineers advocating for freedom.