this post was submitted on 17 Jun 2026
360 points (97.9% liked)

memes

21604 readers
1466 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] RememberTheApollo_@lemmy.world 3 points 22 hours ago (1 children)

This is linux times ten. I use it all the time, but as soon as you have a problem even remotely outside the norm you’re screwed unless you’re steeped in knowledge for the particular distro you work with. Your quest for an answer will result in: 2-3 other people with the same question, but no responses. A half dozen answers for your problem yet a distro version for which the answer no longer works. A couple lengthy, well-thought out answers that require multiple terminal entries and dependency installations yet still doesn’t work after carefully following the instructions.

./configure not found.

Installs configure.

Still doesn’t work.

Anyway, lol, as much as I like linux and have a crapload of instances running, it sure is a pain in the ass.

[–] lightnsfw@reddthat.com 3 points 10 hours ago (1 children)

Yeah, been fighting something on mine for a few weeks now.

Search issue - Add this line to the config file

Adds line to file, nothing changes, Google more - sometimes you also have to add this and this (doesn't explain why only sometimes)

Adds this and this. Fixes problem while it's booting but then goes back to being fucked when the frontend launches

Googles more - only other solution I can find I can't do because my hardware doesn't support it.

[–] RememberTheApollo_@lemmy.world 1 points 7 hours ago* (last edited 7 hours ago)

Problems like that are incredibly frustrating. What entries you make look right, but somehow the result is wrong. I usually just assume somewhere along the way the authors of the instructions forgot something incredibly basic like permissions. Because they have their system set up so that they already have them set for their user or something so they don’t have to enter them every time they work on something, so they never think about it and spell out those steps when writing help responses. While help is often well intentioned (and I always appreciate someone’s help) there’s always the opportunity for them to forget what they didn’t know at the most basic level.