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/)A
Posts
9
Comments
230
Joined
3 yr. ago

  • No, you actually caught be at the perfect time, the transfer to my temporary pool is almost done. I was just curious how inheritance worked on a pool but after giving it some thought, your recommendation makes more sense; turn it on when I know I need it vs turn it off when I know I don’t. Thanks for the advice.

  • Let’s say I did turn on compression on root. I can’t then turn it off on a per file system basis where it isn’t needed?

  • Yeah I'm not excited about the write and rebuild times being slower but the read times should still be pretty good. Considering I don't have any more space for drives in my server and I don't know how crazy hdd drive prices will get in the next 12 months, the guaranteed 2 drive failure resiliency is more important to me at the moment. My current 1 drive failure resiliency, 2 if I'm lucky, has me worried. My backups are on shucked drives and I don't want to be put in a situation where I have to rely on them to restore 😅

  • Thank you for this

  • Selfhosted @lemmy.world

    Raid Z2 help

  • So what you’re now saying is phones have gotten better and cheaper.

  • shit's supposed to get better and cheaper at the same time.

    It has. $500 in 2026 doesn’t go as far as $500 in 2008.

    I wouldn’t buy a pixel again because of the quality control issues but that’s beside the point.

  • I’ll look into it, thanks.

    I’m still in the information gathering phase. Do you know if the element client works with the continuwuity server? Is it as easy as entering the domain, user, and password in the client?

  • Fair criticism. I just don’t have a lot of free time. I can invest in Element but I wanted to crowd source information to see if it was worth it or if there was an easier way. It doesn’t get much easier than Docker

  • Out of curiosity, what makes it better?

    A quick search says it’s a package manger for kubernetes. Besides plex, everything I selfhost is just for me. Would you say helm/kubernetes is worth looking into for a hobbyist who doesn’t work in the tech field?

  • Selfhosted @lemmy.world

    Element/Matrix Official Docker Install Method?

  • Linux has gotten really good over the last ~15 years. It used to be that if you didn’t have the most up to date packages, you would be missing game changing features. Now, the distribution you use almost doesn’t matter because even the older packages are good enough for most things.

    To answer your question, if it weren’t for gaming, no I wouldn’t mind using Debian as my daily driver. If I ever needed a new package for whatever reason, I would use flatpaks, snaps, docker, or Distrobox to get it.

  • Personally, yeah it’s the old packages. I want to play games on my desktop and have the newest DE features. An arch based distro seems like it’ll keep up better than Debian.

    For my servers though, I only use Debian.

  • I’m assuming you mean LXC? It’s doable but without some sort of orchestration tools like Nix or Ansible, I imagine on-going maintenance or migrations would be kind of a headache.

  • You might come across docker run commands in tutorials. Ignore those. Just focus on learning docker compose. With docker compose, the run command just goes into a yaml file so it’s easier to read and understand what’s going on. Don’t forget to add your user to the docker group so you aren’t having to type sudo for every command.

    Commands you’ll use often:

    docker compose up - runs container

    docker compose up -d - runs container in headless mode

    docker compose down - shuts down container

    docker compose pull - pulls new images

    docker image list - lists all images

    docker ps - lists running containers

    docker image prune -a - deletes images not being used by containers to free up space

  • he is still completely new to this so I want things to work out perfectly for his first experience.

    Of the two options you gave, I’d go with Mint. If your friend runs into a problem, it would probably be easier to diagnose the issue since it’s just Ubuntu/Debian under the hood.

    Once they get used to it, they can try other gaming specific distros if they want to try to get a little more performance.

  • Should I just learn how to use Docker?

    Yes. I put off learning it for so long and now can’t imagine self-hosting anything without it. I think all you have to do is set a static IP to the NIC from your router and then specify the IP and port in a docker-compose.yml file:

    Ex: IP-address:external-port:container-port

     
        
    services:
        app-name:
            ports
                - 192.168.1.42:3000:3000
    
      
  • Awful taste, good execution. Have my upvote

  • I’d love to but it’s a chicken and egg thing. Regular people don’t understand bitcoin let alone monero. On top of that, you still have fees for converting from a currency to monero and again from monero to a currency, so there’s still a middle man :/

  • thanks, I'll look into it. Much appreciated

  • I understand your view and sympathize deeply but there is a lot wrong in the world today and if I have to divert energy somewhere to try and change something, Patreon's 10/90 split is at the bottom of the list for me at the moment. Regular working class people aren't getting that good of a deal at the jobs they work at. I'm not even talking 90/10, just getting their .01% of the profits in a 1000 person org for their contribution would probably be life changing.

    You are right but our frames of reference are different.

  • Selfhosted @lemmy.world

    Help with understanding memory usage discrepancy

  • Selfhosted @lemmy.world

    How do you all handle security and monitoring for your publicly accessible services?

  • Selfhosted @lemmy.world

    How do you handle SSL certs and internet access in your setup?

  • Selfhosted @lemmy.world

    Help with understanding throughput of pcie and hard drives

  • Apple @lemmy.world

    Cracking/tinny sound on Apple TV 4k after TvOS 17 update

  • Running @lemmy.world

    Heart rate zone training - what percentages do you use?

  • homeassistant @lemmy.world

    Setting up a Home Assistant as a KVM - resize qcow2 and set up network bridge device