• 0 Posts
  • 6 Comments
Joined 2 months ago
cake
Cake day: June 24th, 2025

help-circle

  • Any use of RAID0 needs to be thoughtful. You’re doubling the chance of complete data loss from a single drive failure. Can you get all the data on that setup back? For games that you can install off Steam or some other way, that’s fine. But be very careful of what you put on there.

    Incidentally, caching servers are another good use case.

    Otherwise, RAID0 is better used as a building block for more complex RAID levels, like RAID10.


  • It only goes as fast as the slowest component. NVMe SSDs often get bottlenecked by something else. You can find some comparisons out there where people are given blind tests of various setups, and they end up calling a SATA SSD the fastest one.

    A few years back, when the difference in price between the two were larger, it was often suggested that the SATA version was good enough. It was hard to argue otherwise for real world experience. Now the price difference is small to non-existent, so just get the NVMe.




  • Frezik@lemmy.blahaj.zonetoSelfhosted@lemmy.worldJellyfin over the internet
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    2
    ·
    2 months ago

    Nah, setting non-standard ports is sound advice in security circles.

    People misunderstand the “no security through obscurity” phrase. If you build security as a chain, where the chain is only as good as the weakest link, then it’s bad. But if you build security in layers, like a castle, then it can only help. It’s OK for a layer to be weak when there are other layers behind it.

    Even better, non-standard ports will make 99% of threats go away. They automate scans that are just looking for anything they can break. If they don’t see the open ports, they move on. Won’t stop a determined attacker, of course, but that’s what other layers are for.

    As long as there’s real security otherwise (TLS, good passwords, etc), it’s fine.

    If anyone says “that’s a false sense of security”, ignore them. They’ve replaced thinking with a cliche.