• 6 Posts
  • 275 Comments
Joined 2 years ago
cake
Cake day: June 24th, 2023

help-circle

  • I made an 8 outlet box with relays connected to each outlet (might post a how to). That’s connected to a Pi via GPIO.

    The Pi runs PiKVM, but also has a service that:

    • Checks if the router can be pinged
    • Checks if the internet can be pinged
    • Checks if the router webUI is up

    If any of those fail, it toggles the plugs for modem and router.

    I run OpnSense on a 5V miniPC. I have a second one and will be setting up CARP, too.

    Note: Cellular backup is more involved, but a separate Cellular inbound might not be. I’ve considered putting one on the Pi above.










  • Honestly, I’ve had access to tons of Nvidia cards (1050, 1060, 1080, 3070, etc). All of them worked great for gaming whenever I tried in Debian or Ubuntu, using whatever drivers were latest at the time.

    The ONLY place I had issue was specific settings (HDR + 120hz over HDMI) in Bazzite. I wanted a new card back then anyway so I got an AMD. But I’ve heard their Nvidia image is great, now.





  • Pretend your running a live OS off a read-only USB, yet any changes (app installs, config changes, etc) you make are saved to the HD. A new version of the OS comes out, so you write a new ISO to your USB, and upon booting it, all you changes are applied on top.

    This is a simplistic view of immutable distros, but thwy wrk more like snapshots. It allows for rollback. So you install v1, then v2 is a newer snapshot of the base OS, v3 is another, always building.

    The catch is they often require apps to run under things like flatpak so you don’t have to alter the OS packages. Personally, I’m not a fan for a daily driver, but it’s great for distros like Bazzite.