Comment on
does sh.itjust.works allow criticism of CCP?
Ooof the admins are weighing in on that linked thread at lemmy.ml and it's not a good look if you are in favor of human rights
Comment on
does sh.itjust.works allow criticism of CCP?
Ooof the admins are weighing in on that linked thread at lemmy.ml and it's not a good look if you are in favor of human rights
Comment on
Reddit already looks different for me
I really dont want to go back
Comment on
Reddit just auto removed my comment with a link to Lemmy.ml
Reply in thread
It's not banned now (for what that's worth)
Comment on
What are 2000 employees doing at Reddit?
Hmmm, and the third party developers are the reason they're not profitable?
Comment on
Do giraffes get struck by lightning more often than other animals?
This is a fantastic question.
Comment on
Same Posts on All
What if you try Hot or New?
Comment on
Dear Red Hat: Are you dumb?
Reply in thread
exactly, why isn't this a gpl violation
Comment on
Does lemmy have some sort of time-elapsed-since-post increasing, front-page-relevancy decreasing attribute?
Have you tried sorting by hot?
Comment on
What distro(s) do you use?
debian stable on servers, sid on daily driver
Comment on
What are YOU self-hosting?
I have an Intel NUC running debian stable (well, old stable now I guess). I store some files via sshfs and run some containers like plex, qbvpn, and Heimdall.
Comment on
How is everyone installing Lemmy?
Ansible worked really well for me
Comment on
Help standing up a self-hosted Lemmy instance
Reply in thread
Ansible was a breeze once I got it going.
I could never get ansible to work when I was setting up the same machine.
Could you post your inventory file?
Comment on
"I get it!" Until you realize that, no, they don't get it.
Reply in thread
Lol I love this 😄 well done
Comment on
A tactical overview of what Alexis Mac Allister will bring to Liverpool
Can't wait to see him in action
Comment on
Can usenet be used for free?
Reply in thread
Very much appreciate this reply 🙏
Comment on
Help standing up a self-hosted Lemmy instance
Reply in thread
Maybe you've already looked into this, but I checked the playbook and the error above is occuring when Ansible tries to run this command:
test -e /usr/bin/python || (apt -y update && apt install -y python3-minimal python3-setuptools)
If you manually run the part of the command in parentheses above you'll probably get the Release file error also listed above, and from there you might be able to find out what's up. I think that error usually has to do with your repository setup and/or the version of Ubuntu youre running, but Google can hopefully tell you for sure.