If I'm understanding you correctly, you could make use of a shell script for this. Use WGET to download lists, then combine them into a single large file, and finally create a new file with no duplicates by using “awk '!visited[$0]++'”
wget URL1 URL2 URL3
cat *.txt > all.txt (This overwrites all.txt)
awk '!visited[$0]++' all.txt > no_duplicates.txt
It depends a bit on what you want to accomplish, the threat model, the devices in use, and other topics. I think this is a good read: https://avoidthehack.com/best-pihole-blocklists
Some specific social blocklists: https://github.com/d43m0nhLInt3r/socialblocklists
Guessing, millions of people will feel obligated to share their ID. Not everyone can be saved
If you want regular automatic hdd checks and don’t need a WebUI I recommend https://github.com/smartmontools
Thanks for sharing the guide. Collecting German/English movies/shows too.
Not many trackers available though.
But there are some decent one-click hosting websites out there for such content. And Usenet has a good german movie community.
Jason Jay Smart on Twitter: "BELARUS 🇧🇾 REBELLION Belarussian soldiers, who are supporting Ukraine 🇺🇦, have called on Belarussian citizens to unite behind what is transpiring with Wagner, to liberate Belarus of Russia 🇷🇺. https://t.co/nEPulH3jeC" / Twitter
Breaking
„Ukraine runs out of popcorn“
https://twitter.com/war__online/status/1672535209038827521?s=20
wagner territorial gains in russia dramatically faster than in ukraine.
Define which data is from value. I got 68TB of data but realistically only 3 TB are from such value I maintain several copies (Raspi + SSD) and online backup. The rest of data is stored on a cheap server built at a family member and synchronized twice a year. Make sure your systems and drives are all encrypted. And test your backups and redeployment strategy.
Edited: typo
Rotating passwords only for web services. Vaultwarden does make it easy. Not all services allow 2FA.