Comment on Privacy friendly Ubuntu antivirus ?
GnomeComedy@beehaw.org 1 year agoThat, 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 entire system on you.
neosheo@discuss.tchncs.de 1 year ago
How would you determine the configs that were modified? What do you mean put down?
GnomeComedy@beehaw.org 1 year ago
Ideally you keep your configs in a git repo (like github). You know what’s modified because you’re the one who modified them. If you modify them - put that config file in the git repo.
As for “put down” I just meant copied to the system (from github) by your automation (like ansible)
docs.ansible.com/ansible/latest/…/index.html