Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)C
Posts
6
Comments
18
Joined
3 yr. ago

  • How did you do it? Did you run a live distro on the new laptop to receive and overwrite the SSD ?

  • He addresses it in another video, but there isn’t a single rights holder. There are 3 that each own different parts of the game. He tried contacting them but none responded.

  • Or on their phone.

    Most of the time it’s used to help guests get onto the wifi quickly.

    I also find it handy to get the wifi password when on-boarding smart devices or whatever new gadget.

  • Selfhosted @lemmy.world

    Wifi Portal

    codeberg.org /ch8zer/wifi-portal.git
  • This really is the way.

    It goes beyond documentation too - it allows me to migrate to new hosts or to easily automate upgrading the OS release version.

    I have a docusaurus site for my homeland and I have ansible and terraform generate files for the docs so I don’t have to record anything. Some of the stuff I note down:

    • DNS leases
    • General infra diagrams
    • IP info
    • Host info
  • Open Source @lemmy.ml

    Best Practices on Codeberg

  • Tailscale has an AppleTV app, just download it and add it to your talent.

  • You can install it right on the TV, they have a first party app.

  • AppleTV + Tailscale in and it’s been a flawless experience.

  • My parents have a NAS! Maybe I set up Tailscale and send it over there…

    Although they live 3 streets away from me so I worry it’s not remote enough in case of flood etc

  • Honestly, I just run it from the CLI myself.

    I’ve wasted too much time fighting with CI and automation that when I migrated to forjego I didn’t bother to put it in again.

  • You pretty much got it. I need a quick way to restore the repo and ideally have git do a self backup. Seems like a cheap VPS may be the way to go

  • Selfhosted @lemmy.world

    Backing up IaC

  • You could try something S3 based, and do backups by date?

    For example, export a subset of the DB and name it accordingly (ie. 2025-04-to-2025-01.tar).

    If you do that there are a lot of pretty cheap S3 providers (like Wasabi).

    S3 interfaces nicely with RCLONE so you can move providers etc and pull it really quickly.

    As an aside, when I looked into something like this the thing that made me hesitate was the time and cost for retrieval from cold storage (like amazon glacier) outweighed the savings.

  • Deleted

    Permanently Deleted

    Jump
  • Any x86 machine will do.

    If u have an old desktop with some drives sleds in it that’s more than enough.

  • Deleted

    Permanently Deleted

    Jump
  • Synology seems to be the go to brand for most folks. They have a solid OS and take their security pretty seriously.

    If you want to have more fun you could grab a small x86 NAS (ugreen/terramaster) and flash it with truenas.

  • Home Improvement @lemmy.world

    Wrecked ceiling wall, how to fix

  • What’s your goal? Is it safe to match is a very open ended question.

    Take RHEL, it’s meant to be a paid distro for enterprise, something Debian isn’t. But you could draw similarities too.

    What’s are you trying to learn?

  • I’m kind of addicted to miniflux.

    I use it to aggregate my RSS l, GitHub release notes, & YouTube feeds so I can stay up to date

  • Self Hosted - Self-hosting your services. @lemmy.ml

    Self Host Intranet Email

  • Don’t you need the JRE to run Java code?