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/)QA
Posts
502
Comments
2,073
Joined
2 yr. ago

  • I've personally started creating my new communities on other instances to spread it out more. You create an alt on a fitting and reliable instance, create it there and then give control to your main account. My latest community is on mander.xyz.

  • Videos @lemmy.world

    Breaking The Creepy AI in VC Startup Tracking Cameras Used By Police Departments

    Political Videos @lemmy.world

    A Critique of Call of Duty: Ghosts

    196 @lemmy.world

    libraries rule

    196 @lemmy.world

    ban villains rule

    Immaterial Science @mander.xyz

    Mind Blowing James Webb Telescope Image Tragically Ruined by Someone’s Finger in Front of the Mirror

    Science Memes @mander.xyz

    “Analysis and Qualitative Effects of Large Breasts on Aerodynamic Performance and Wake of a “Miss Kobayashi’s Dragon Maid” Character”

    Immaterial Science @mander.xyz

    “Analysis and Qualitative Effects of Large Breasts on Aerodynamic Performance and Wake of a “Miss Kobayashi’s Dragon Maid” Character”

    Immaterial Science @mander.xyz

    “A Theoretical Upper Limit of Yo Mama’s Mass”

    Science Memes @mander.xyz

    Or Library Genesis

    Immaterial Science @mander.xyz

    Or Library Genesis

    Videos @lemmy.world

    Internet Age Verification with Tom Scott | Sad Boyz

  • The proposed text would not render as markdown and would be invisible when viewing it normally, it would be added in addition to the existing text. It would be used to store the rule list for clients specifically wanting a list until such a feature is added to Lemmy itself.

  • Lemmy Moderators @lemmy.world

    Voyager's default “Breaks Community Rules” report button results in many vague reports

    Science Memes @mander.xyz

    “Would He Still Love Me as a Worm: Indirect Sampling and Inference Techniques for Romantic Assurance”

    Immaterial Science @mander.xyz

    “Would He Still Love Me as a Worm: Indirect Sampling and Inference Techniques for Romantic Assurance”

    Voyager @lemmy.world

    Voyager's default “Breaks Community Rules” report button results in many vague reports

    196 @lemmy.world

    lifehack rule

    Science Memes @mander.xyz

    “Me and my friend show that my dad’s Airstream trailer goes faster with dints and that we shouldn’t be grounded for hitting it with a baseball last Saturday”

    Immaterial Science @mander.xyz

    “Me and my friend show that my dad’s Airstream trailer goes faster with dints and that we shouldn’t be grounded for hitting it with a baseball last Saturday”

    Immaterial Science @mander.xyz

    Need an extra pair of thumbs?

    Science Memes @mander.xyz

    Left-handed sep funnel anyone?

  • 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