Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CO
ColdCreasent @lemmy.ca
Posts 0
Comments 37
Hard Drive Shucking
  • Want to echo what was said here. RAID is not a backup solution. RAID is for always on capability. Do not use RAID as a way to keep valuable data safe. Just have double the drive space and keep a backup of the data on the second drive.

  • Been playing 🏴‍☠️ Palworld, I'm surprised online functions flawlessly! Also some notes for would be downloaders
  • That makes more sense, and a bit beyond my depth as well. But this is not the sites issue at this point, just some honest questions about the online fix.
    I was under the impression we needed the online fix for it to work with other legitimate players. It doesn’t make sense to have an online fix if one isn’t needed. I’ll look into that part more, but I can see it being titled ransomware if they redirect queries to another server to make them go to the legit server and bypass the legit check.
    Still depends on if we needed the online fix or not from the beginning, and then the question becomes, “how did they make the online check work, and where does it redirect to?”

  • Been playing 🏴‍☠️ Palworld, I'm surprised online functions flawlessly! Also some notes for would be downloaders
  • I see nothing in the virustotal results that I would be concerned with. The only file with issues is the online fix, which makes sense that it will find something about it, because most cracks will show some false positives. Take a look at the results and check what it says.

  • What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive? (on Linux)
  • Not that big of a deal when it is a backup. Raid is not a backup solution, it is a 24/7 uptime solution. If the main drive dies with JBOD, then you have the backup. If a backup drive fails, then you still have the main. Trick is to ensure any drive issues are dealt with immediately and no backup runs if there is a smart error or similar on any drive.

    So having software that monitors drive health and email/notifies you is necessary.

    Secondary benefit of JBOD is all drives in a pool are still readable separately.

  • Creator of Cracked Paid Starfield DLSS 3 Frame Generation Mod Will Place "Hidden Mines" in Future Mods
  • It has to implement a call home to check if you paid for the mod or not. This requires either an activation code or a login that is hard to keep secure. I think this is not the way to do this. Instead, he should have waited for the creator workshop or whatever was tried by bethesda before and then release the mod.

  • Ad blocking on ios?
  • Lockdown is a blacklist style “vpn” that is run on your device and will help with ads and tracking when browsing and in games. For YouTube, I go about sideloading uyou plus which covers any ads and similar issues within YouTube itself.

    https://apps.apple.com/ca/app/lockdown-privacy-vpn-proxy/id1469783711

  • Where can I learn Docker fundamentals?
  • And WSL 2 is the “Linux within windows” if I recall. And your other recommendation is a Linux vm with dockers running inside it? I’ll give that a try if I decide to switch to dockers again instead of just a vm. My original use case was to have a downloader and vpn bundled inside one docker so the rest of the system doesn’t see the vpn connection, but decided to use a vm to accomplish it instead due to “windows+docker” issues.