deleted by creator
someone helped you
New to the FOSS community, eh? 😉
deleted by creator
The people who voulenteer in the irc chats of the Linux mint help I talked with were so chill and helpful
Sometimes you just need to be told to “read the manual”
The meme is poking fun at elitism.
deleted by creator
If by “someone” you mean man.
deleted by creator
deleted by creator
sudo touch grass
I know this is a joke but I genuinely get annoyed by people who seriously believe this.
I mean I do reserve the right to get annoyed when I’m asked for help because windows messed something up and they want it fixed in windows.
In that cases while perhaps a little less polite and more over the top than I would phrase it the meme’s end at least is valid in my opinion.
I also very quickly get frustrated when people fail to follow the instructions with a program.
I just say I don’t use windows anymore so I can’t help you from the windows side of things.
And not following instructions are something that needs to be undone slowly. I tend to just point out the instructions they missed and how they could have avoided the whole ordeal if they read that. Unfortunately you need to teach (or unlearn the windows habit) people that in Linux there’s no BS next next next where there’s no useful info given.
I just say I don’t use windows anymore so I can’t help you from the windows side of things.
And yet they come back again and again :(
I think the rest I would agree with, I’m just impatient with that.
and i just repeat that and be like i cant help you, i will probably make things worse (shrugs)
and i get that, at that point i would just say nothing cause thats better than a negative impression. just imagine a 3 yr old and be like they dont know any better.
Sudo apt install edge
You mean
flatpak install flathub com.microsoft.Edge
?Wait is that real? Why would anyone do that? Omg…I’m gonna vomit brb
As a 20 year Linux user I cringed at this.
That’s the purpose
Exactly the same, what kind of lame bs is this, the best thing about the Linux community is that people help each other, not for money or fake internet points, but because they are good people.
You are 20 years old?
“gimp skills”
This isn’t the original image and that sword doesn’t really look like it goes with that scabbard. Did someone recreate/enhance the image with AI?
The original:
Yup. It was designed as a troll to get sword geeks to comment about the inconsistency and then call them out on it.
I see what you did there. Would that I were a sword nerd. I was just googling the original because I couldn’t remember how it went and noticed it had an entirely different dude in it.
As a linux user myself, this is kind of cringe to be honest.
It is a meme? 😒😒😒
No, it’s a very serious post that has to be taken literally.
Autism intensifies
I use both, and I understand the whole TPM thing and why they’re requiring it…
I think this is very cringe.
Linux has its uses, and benefits. But I see a lot of Windows stuff through my work.
deleted by creator
I’m kind of surprised at the number of people taking this post seriously.
Lemmy is SRS BUZINESS!!!
Half the people at my local LUG would espouse beliefs like this post unironically.
deleted by creator
Excel is basically a bunch of CLIs.
:'(
Also GIMP skills, not to be mistaken with gimp skills (tho there is some overlap in users).
Windows is the virus.
This is absolutely top tier
Yeah? No looking it up, give me a bash script for a ping scan of a subnet with a 24 bit mask.
#!/bin/bash
ping 255.255.255.0 > checker &
sleep 5
kill “$!”
grep unreachable checker || echo ‘255.255.255.0’
ping 255.255.255.1 > checker &
sleep 5
kill “$!”
grep unreachable checker || echo ‘255.255.255.1’
ping 255.255.255.2 > checker &
sleep 5
kill “$!”
grep unreachable checker || echo ‘255.255.255.2’
…
Did I do it coach? 😭
You get an A for effort!
nmap -sn x.x.0.0/24 I think, was a while. Pure coincidence how I know.
Edit: no, it’s one less x because 16 is the middle.
That’s not a bash script silly.
Dang.
Close!
#!/bin/bash
for i in 0…254; do ping -c 4 10.0.0.$i &; done
wait
Throwing that many background tasks at once is a little risky, but awesome
How do I open an exe file in Mint ya smelly nerds??
deleted by creator
Install Bottles.
Add it to steam as a non-Steam game and turn on proton for it
You can’t run an exe on Linux
Idiot /s
Install wine and then double click