Hi, would you know an efficient and privacy friendly Ubuntu antivirus ?

  • @[email protected]
    link
    fedilink
    English
    2
    edit-2
    8 months ago

    You’d be better served learning how to setup and use:

    • backups (and test them)
    • automate your reinstall (see ansible)
    • firewalld (RHEL/Fedora) or ufw (Ubuntu)
    • fail2ban
    • SELinux (RHEL/Fedora) or AppArmor (Ubuntu)
    • disable SSH via password, use keys only
    • adblocker (like ublock origin) - credit to [email protected] for the idea below
    • @[email protected]
      link
      fedilink
      English
      18 months ago

      For the automating of reinstalls what do you mean?

      Is it just a playbook that installs the distro, them installs the same packages, and then restores things like /home from backup?

      • @[email protected]
        link
        fedilink
        English
        1
        edit-2
        8 months ago

        That, and:

        • put down config files that were modified
        • enable/start services that were installed
        • modify the firewall to open necessary ports

        Basically: put everything back as it was right before the ransomware encrypted your system on you.

        Then of course - fix what you did wrong that got you compromised. ;-)