this post was submitted on 14 Jul 2026
693 points (98.5% liked)

memes

22108 readers
2418 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
[–] Katana314@lemmy.world 19 points 2 weeks ago (1 children)

It was tricky to get used to the Linux mentality of not really having a dedicated double-clickable “executable type”. But it makes sense - if you want to run code, that should be a planned action by an app that is dedicated to the task of setting up new code. (Package manager, IDE)

[–] FishFace@piefed.social 11 points 2 weeks ago (2 children)

I mean you can just execute anything from the primary Linux interface - the commandline. It seems equivalent.

[–] caseyweederman@lemmy.ca 3 points 2 weeks ago

chmod +x file
./file

[–] Katana314@lemmy.world 3 points 2 weeks ago (1 children)

Well, casey beat me to it. By default anything you've grabbed from the internet or a flash drive won't have execute permissions on it, so it's intentionally more obtuse to run than Windows' simple "Are you sure you want to run this unknown publisher" dialog.

[–] FishFace@piefed.social 1 points 2 weeks ago

Unless it was in an archive.