It’s not worth shipping and handling, it’s beaten up, and I don’t know anybody who wants it. Nothing is upgradeable, unless you count inserting a microSD card.

Of course I could use it as a janky media server or a dumb SSH terminal, but I’ve already got other machines for those jobs. Or I could recycle it, but what’s the fun in that? Suggest me your wackiest programs to try, dangerous distros, or most unorthodox setups to make use of it.

  • qjkxbmwvz@startrek.website
    link
    fedilink
    arrow-up
    14
    ·
    3 days ago

    WireGuard, and an external HDD. Run at a remote location for off-site backup.

    I do this with a raspberry pi 3 at the in-laws. I copied the data over locally before setting it up, and after that it’s just nightly incremental rsync, which is fine even over my slow (35Mbps) upload.

    • Random Dent@lemmy.ml
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 hours ago

      I’ve been thinking about doing this too! I have a RPi 4 that’s not doing anything, and I don’t really have a great offsite solution for backups and I have family in another country. Maybe next time I go over there I’ll see if they’ll let me set one up lol.

      • qjkxbmwvz@startrek.website
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        55 minutes ago

        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!