• 0 Posts
  • 89 Comments
Joined 1 year ago
cake
Cake day: February 1st, 2024

help-circle




  • I’ve been super happy with it. Knock on wood it’s been super reliable. I have a single ZFS drive, take snapshots with various retention policies, nothing fancy.

    Another fun thing is to set up a reverse proxy on it as an endpoint for services on your local (home) network which can only be accessed by VPN. For example, my Jellyfin service isn’t public facing, but I didn’t want e.g. my parents to need to set up WireGuard. So instead they can point their TV to a raspberry pi on their network to access the service — even a first gen RPI can handle Jellyfin reverse proxy over WireGuard for moderate bitrates!



  • In undergrad I took a class on sleep, and it really stuck with me. I previously had some FOMO-esque aversion to going to bed early, but after that class if I was done with the day and I was tired, I just went to sleep.

    It’s been a good mentality for us now that we have a small kid, too. No shame in going to bed at 8…


  • qjkxbmwvz@startrek.websiteto196@lemmy.blahaj.zoneglow rule
    link
    fedilink
    arrow-up
    16
    arrow-down
    1
    ·
    1 month ago

    “Chain migration” is how many people — myself included — get jobs.

    I went to a very good school, and while I like to think the quality of education is what makes a school “good,” let’s be honest — the value is largely in your connections. Friend lands a good job, recommends you when there’s an opening, and bam, you’re already at the top of the pile of the CVs (better yet, they’re the hiring manager).

    Friends from school — peers and mentors alike — are a great place to start, if you can. Ask to grab a coffee and chat about their career, and be clear that you’re in the market. Most people are happy to chat (at the very least, it’s flattering).

    It’s the way the world works…







  • Exactly — this is ~10GB every 6 hours (which is probably a reasonable amount of time to run a backup while not interfering with active Internet use).

    Basically the only backup-worthy content I generate is casual photos and videos, and these are nowhere near that size (Immich database backups also take up a bit but I could certainly be smarter about how I handle these backups).




  • For very simple tasks you can usually blindly log in and run commands. I’ve done this with very simple tasks, e.g., rebooting or bringing up a network interface. It’s maybe not the smartest, but basically, just type root, the root password, and dhclient eth0 or whatever magic you need. No display required, unless you make a typo…

    In your specific case, you could have a shell script that stops VMs and disables passthrough, so you just log in and invoke that script. Bonus points if you create a dedicated user with that script set as their shell (or just put in the appropriate dot rc file).