The only legitimate commands for a non-root shell are sudo -i
, exit
, and echo "yee haw"
DNS is what you’re looking for. To keep it simple and in one place (your adguard instance), you can add local dns entries under Filters > DNS Rewrites in the format below:
192.xxx.x.47 plex.yourdomain.xyz
192.xxx.x.53 snapdrop.yourdomain.xyz
What is your root filesystem installed on - lvm, zfs, or bare disk partitions? Are you booting with grub (legacy/bios) or systemd-boot (uefi)?
If you aren’t going to fully wipe your drive in horrible events like this, at the very least use shred
instead of rm
. rm
simply removes references to the file in the filesystem, leaving the data behind on the disk until other data happens to be written there.
Do not ever allow data like that to exist on your machines. The law doesn’t care how it got there.