I make computers

  • 2 Posts
  • 15 Comments
Joined 8 months ago
cake
Cake day: October 30th, 2023

help-circle



  • Anyone with a background in computing would respond, “duh.” The operating system maintains a file table which contains the addresses of pieces of data on the disk. Deleting a file just removed its file table entry, and in most cases leaves the data untouched. That’s why data recovery software exists, and it’s also how we have the “Trash” or “Recycle Bin”. If you want the photos completely erased, you’ll need to overwrite the data, which wastes time and write cycles…













  • Thanks for the links! Those both look interesting. My current home server setup is a Raspberry Pi 4 (64-bit, 8GB RAM) and an external hard drive connected via USB-SATA. It runs “Umbrel OS”, which is just Ubuntu with a fancy frontend to manage docker containers. It honestly works great. I’m currently hosting NextCloud, FreshRSS, Jellyfin, Gitea, Immich, Vaultwarden, etc…