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/)Q
Posts
141
Comments
684
Joined
3 yr. ago

I joined Lemmy back in 2020 and have been using it as @qaz@lemmy.ml until somewhere in 2023 when I switched to lemmy.world. I'm interested in systemd/Linux, FOSS, and Selfhosting.

  • The VPS I'm using unfortunately doesn't offer an external firewall

  • I also ended up using firewalld and it mostly worked, although I first had to change some zone configs.

  • Yes, you can fix it by doing this

     bash
        
    echo "Adding rules for Docker subnets to allow communication between containers..."
    for subnet in $(docker network inspect bridge -f '{{range .IPAM.Config}}{{.Subnet}} {{end}}'); 
        sudo ufw allow from $subnet
        echo "Added rule for $subnet"
    done
    
      
  • feat: Add CODE_OF_CONDUCT.md by numinit · Pull Request #15 · JiaT75/STest

    Jump
  • I don't mind CoC's that much, but I do really dislike Discord server rules that all have the same 10 completely obvious points and then make you search for a password in the rules. I don't see how having to look for a password in 3 pages of rules that says doxing is bad and being nice is good is going to filter out anyone but the impatient.

  • Also when using a rootfull Podman socket?

  • Do you mean a hardware firewall?

  • That caused issues with Docker containers being unable to communicate with eachother for me.

  • This is less of an issue with JS, but say you're developing this C++ application. It relies on several dynamically linked libraries. So to run it, you need to install all of these libraries and make sure the versions are compatible and don't cause weird issues that didn't happen with the versions on the dev's machine. These libraries aren't available in your distro's package manager (only as RPM) so you will have to clone them from git and install all of them manually. This quickly turns into hassle, and it's much easier to just prepare one image and ship it, knowing the entire enviroment is the same as when it was tested.

    However, the primary reason I use it is because I want to isolate software from the host system. It prevents clutter and allows me to just put all the data in designated structured folders. It also isolates the services when they get infected with malware.

  • It's okay for simple things, but too simple for anything beyond that, IMO. One important issue is that unlike with Portainer you can't edit the container in any way without deleting it and configuring it again, which is quite annoying if you just want to change 1 environment variable (GH Issue). Perhaps they will add a quadlet config tool to cockpit sometime in the future.

  • ufw just manages iptables rules, if docker overrides those it's on them IMO

  • Mag ik vragen waarom je voor Signal hebt gekozen i.p.v. Matrix, aangezien dat vaak gebruikt wordt op Lemmy?

  • Yes, they're really missing out

  • The paper is a meme

  • I hope that's a joke but in case you're actually serious, this is satire making fun of Trump renaming things like the "Golf of America". It's not serious in any capacity.

    Abstract: The periodic table has probably been the worst table in the history of tables! I’ve heard a lot of people say this. In this paper I will sign into an executive order a new Patriotic Table of Elements with American pride and splendor. When you see this table, you’ll say wow, what a big, beautiful table, why didn’t Biden make this. I know. I’m just saying.

  • feat: Add CODE_OF_CONDUCT.md by numinit · Pull Request #15 · JiaT75/STest

    Jump
  • Also the proposed CoC is the CIA's Sabotage Field Manual

  • Amazing video

  • Why would they do that?