• 1 Post
  • 19 Comments
Joined 1 year ago
cake
Cake day: June 4th, 2023

help-circle





  • Well, what you could do is run a DNS server so you don’t need to deal with IPs. You could likely adjust ports for whatever server to be 443 or 80 depending on if you’re internal only or need SSL. Also, something like zerotier won’t route your whole connection through your home internet if you set it up correctly, consider split tunneling. With something like zerotier it’ll only route the zerotier network you create for your devices.





  • Yea, I think 2.5G is really searching for a market, that may not exist. For home use, 1Gbit is in general plenty fast enough, and maxes out most US customers Internet too. For enterprise use 10G is common and cheap. The cards to get an SFP+ port into any tower or server is just really small. Enterprise is considering how to do 100G core cheaply enough, and looking for at least 25G on performance servers, if not also 100G in some cases. If you’ve got the budget you can roll 400G core right now in “not insane pricing”.

    2.5G to the generic office (that might well be remote) is likely re-wiring and unnecessary. And that’s if you don’t find ac WiFi sufficient, i.e. sub 1G.






  • The “Right answer” is copy all the content to another device, upgrade disks, copy content back to new array that can take advantage of the larger disks. Or even safer, set up a completely new device in parallel and then copy data over, decommission the old device.

    Some RAID systems will let you do what you say, but will not let you expand the usable storage space. Some will have particular disks they’ll even take. It really depends on the RAID system.



  • jmp242@sopuli.xyztoSelfhosted@lemmy.worldSynology vs DIY
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    In your usecase, it probably doesn’t matter. I usually suggest DIY with more disks and XigmaNAS for ZFS and RaidZ2 or RaidZ3 depending on disk size and number. The cost is usually in the disks, and I tend to prefer smaller disks and more for cheap replacements when they die, cheaper initial purchase, and getting more spindles so I can use cheaper “everything” and still get decent performance. I usually wouldn’t consider a 2 bay NAS myself, mostly because I’d just do what you’re already doing and plug in a large single external disk. In the past (15 years ago now though) the single disks lasted quite a long time, though I did buy internal disks and used my own enclosures. Recent Amazon reviews imply that is the best plan even today in that model because the prebuild MyBooks etc at 12TB or whatever are supposedly horrifically unreliable, but maybe you’ve had better luck.


  • I guess I just don’t get how you have share with “large” group of people and private and secure? I mean, pastebin anyway had a timeout. And the paaster github even says you have to run your own instance for security and privacy. If I’m running my own server, I presumably don’t need to encrypt my data from myself. If I am running my own server, and the security is explicitly the link, it’s not actually secure because the link grants access. But that’s to be expected, anything more and you get into needing to authenticate everyone, which is the exact opposite of easy or quick.

    And for anything I’m concerned enough about to not share with the internet - I wouldn’t be posting on a game lobby or forum. Or I mean, if I trust the forum privacy, why not just… idk… post the text content to the forum?

    My issue here isn’t that I don’t see the need for a pastbin sort of service, my issue is I think for the vast majority of usecases you’ve listed and I can imagine, you’re getting security theater, not actual security and privacy.


  • This just seems like misunderstanding the point of a pastebin, and also what tools are appropriate. At least to me, depending on privacy demands, you’d use an existing cloud filesharing service like box for basic privacy, or if your correspondent understood encryption and privacy, you’d use something like Signal to share either a compressed image or data, or the actual file.


  • Isn’t the point of a pastebin to be publicly accessible, hence encryption seems irrelevant to me? I mean, I’ve only ever used them to share code or errors or logs with a forum or stack overflow or whatever. I have no reason to add key exchange or password exchange with “everyone who might view the forum / stack overflow”. It’s effectively public anyway.

    Are people using these pastebin services for something else?