• 0 Posts
  • 18 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle
  • My Sony Trinitron served me well back in the day - But no, I don’t miss the CRT era. Just too huge and heavy. And honestly I don’t remember the generic non-Trinitron CRTs being anything special, they were kind of shitty.

    Anyways I thought the CRT thing is just collectors/old school gamers looking to display older media on a proper CRT? Obviously people with a lot of space, garages, basements, etc… people in tiny rooms and apartments need not apply LOL.

    This whole article seems a bit off.


  • OP’s example use case in the post was with the internet still being up. Building off of that yes, I’d log into the power switch remotely via the internet where I can then power cycle anything plugged into it - for me it was just to restart unresponsive desktops or whatever was plugged into it.

    But you wouldn’t need internet to power cycle the internet router itself by using scheduled tasks. e.g. the power switch can check that the internet router is responding to pings every x seconds/minutes and power cycle it if stops responding. (it has other checks/conditions it can use besides simple pings)

    That said my own equipment rarely/never needs a reboot so in the case my network loses internet access it usually means the internet is actually down, nothing I can do about that aside from maintaining backup internet if I needed.


  • Brickfrog@lemmy.dbzer0.comtoSelfhosted@lemmy.worldemergency remote access
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    2 months ago

    if the primary internet router goes offline but the internet isn’t out (ie a router reboot would fix the problem)

    Maybe you just need to give it a simple power cycle remotely? There are devices that do that sort of thing, I have a Digital Loggers Web Power Switch Pro that I’ve used on-and-off over the years for this purpose.

    https://www.digital-loggers.com/

    At one point I had to relocate for half a year while needing to remote access a slightly unstable desktop that wouldn’t always reboot cleanly and get stuck at the BIOS, it sometimes needed a couple of power cycles to come back online. The Power Switch was perfect for that, I’d log into it remotely and power cycle anything that was plugged into it.

    It should work for routers too e.g. it can automatically power cycle something plugged into it based on different conditions like maybe it stops responding to pings or whatever. Or I guess if you had multiple IPs / multiple internet connections the switch itself can stay online and accessed remotely without needing to schedule anything automatic.

    Pretty sure there are more pro-level (and more expensive) types of devices to do this sort of thing if you look around


  • I have a bit of a dilemma with my DIY NAS rig.

    Does your setup have any way to do noise insulation? I suspect the answer is no but figured I’d throw it out there, surprisingly noise insulation helps more than you’d think. I have a bunch of drives inside a desktop case with insulation panels built in and the drives themselves are in there with rubber anti vibration screws/mounts. Barely ever hear anything from the drives (granted my WD Reds are probably quieter than your current Seagates).

    Just something to think on whether it’s an option for your current NAS rig or a future configuration.


  • The WD sales are decent if you’re buying new so if you’re feeling like it’s time for a purchase this might be worth it for you.

    I did the same earlier this year though in my case I tend to buy the current gen large capacity WD Reds & stick with them for a few years at least. When their 24 TB / 26 TB drives went on sale they actually were cheaper than what Newegg / Amazon had done with their own sales up to then so for me it was worth it.

    The other thing to keep in mind, if you’re in the U.S., the whole tariff situation isn’t going to make this stuff any cheaper in the future.






  • Agree with you, SO is great for finding info. There are solutions on there for niche problems that I haven’t been able to find elsewhere, the type of thing where someone actually took the time to type out a step-by-step answer and it’s now there and searchable on SO. It’s a bummer that so many people seem to hate on the site nowadays.

    And lets not forget the whole reason SO came out in the first place, back then web results were littered with question/answer links to sites like Experts-Exchange. I hated trying to figure out if an answer was on there, most of the time you ended up with a link to a question that you think has an answer but oh no you need to subscribe to view an answer that may or may not exist.



  • Agreed - I’ll also add that a lot of internet gateways/routers/firewalls also have a built-in feature to update a domain with your current public IP address. It definitely makes it easy, I haven’t thought about needing to update my dynamic IP in years since it just happens on the router.

    Not everyone can do it but it’s definitely worth a look especially for those planning to do any real self hosting.






  • Syncthing is not just for LAN use. Even their homepage mentions transmitting data over the internet

    https://syncthing.net/

    I’ve been using it to sync devices over the internet for years. It’s also how people use it to sync from say their desktop to their phones, remote server, etc.

    If you watch your network firewall Syncthing does reach out to servers on the internet to help it find other devices so e.g. if you enter the other device’s ID (example ABCDEFG-ABCDEFG-ABCDEFG-ABCDEFG-ABCDEFG-ABCDEFG-ABCDEFG-ABCDEFG) it can reach out over the internet to find that specific ID to pair with. I think Syncthing uses a sort of DHT resolver to find other devices, I know on my firewall I had to whitelist Syncthing’s servers to make it work.

    I was going to try to link you some references but their forums seem to have connection issues at the moment, you may want to search around later if you’re interested how Syncthing works over the internet.