this post was submitted on 27 Jun 2025
1329 points (99.3% liked)

memes

16042 readers
2657 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/AdsNo advertisements or spam. This is an instance rule and the only way to live.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] kepix@lemmy.world 3 points 6 days ago (1 children)

nobody was expecting linux users sucking eachothers cocks in the comment section

I was, and so was c/unixsocks

[–] spicytuna62@lemmy.world 120 points 1 week ago (3 children)
load more comments (3 replies)
[–] pipe01@programming.dev 77 points 1 week ago (3 children)
[–] kn33@lemmy.world 45 points 1 week ago* (last edited 1 week ago) (6 children)

Not necessarily. Linux can have files that are r---r---r--- too

[–] Undearius@lemmy.ca 33 points 1 week ago (3 children)

sudo chown -R 1000:1000 /* && sudo chmod -R 777 /*

[–] HurlingDurling@lemm.ee 41 points 1 week ago (1 children)

alias iownyou='sudo chown -R 1000:1000 /* && sudo chmod -R 777 /*'

[–] DaddleDew@lemmy.world 32 points 1 week ago (3 children)

Now I've learned enough to know that I can easily learn what all that apparent gibberish does with the "man" command, but you have no idea how unbelievably unapproachable this makes Linux look to the uninitiated.

[–] jaybone@lemmy.zip 16 points 1 week ago

You don’t have to use the cli. But it’s nice to have the option if you want to.

[–] feannag@sh.itjust.works 15 points 1 week ago* (last edited 1 week ago) (2 children)

Create one command "iownyou" that does tbe following: Change the owner of every file on the computer to the default user and make every file readable, writeable, an executable by anyone or anything on the computer. It may not be secure, but on the bright side, you'll never have permission issues again!

load more comments (2 replies)
load more comments (1 replies)
[–] tostiman@sh.itjust.works 11 points 1 week ago

I use:

alias thisfolderismine='sudo chown -R $USER'
alias thisfileismine='sudo chown $USER'
load more comments (1 replies)
load more comments (5 replies)
[–] balderdash9@lemmy.zip 19 points 1 week ago (2 children)

Me, realizing I can't delete Edge because the OS assumes it's installed

load more comments (2 replies)
load more comments (1 replies)
[–] GetOffMyLan@programming.dev 41 points 1 week ago (4 children)

If you're on windows this means you don't own the file. Go to properties security and take ownership.

The default windows configuration is aimed at old people who will call tech support when they fuck up their PC.

You can take ownership of pretty much the entire filesystem.

Windows is actually hugely customizable people just don't.

[–] wizardbeard@lemmy.dbzer0.com 21 points 1 week ago (13 children)

Glad to see another voice of sanity regarding Windows.

If you haven't learned by now, on Lemmy the only valid option for dealing with Windows configuration and basic Windows admin tasks is to yeet Windows and go to Linux.

[–] Aggravationstation@feddit.uk 10 points 1 week ago

If you haven't learned by now, on Lemmy the only valid option for dealing with Windows configuration and basic Windows admin tasks is to yeet Windows and go to Linux.

Not true. The only valid option to deal with Windows at all is to yeet it and go to Linux.

load more comments (12 replies)
load more comments (3 replies)
[–] VinesNFluff@pawb.social 36 points 1 week ago
[–] Vari@lemm.ee 33 points 1 week ago (8 children)

Me trying to uninstall edge

[–] frenchfryenjoyer@lemmings.world 19 points 1 week ago (2 children)

Edge is the best browser for downloading much better browsers lol

[–] amorangi@lemmy.nz 16 points 1 week ago (1 children)

Edge is literally the first program I use on a fresh install.

[–] dubyakay@lemmy.ca 15 points 1 week ago* (last edited 1 week ago) (1 children)

You can install firefox via cli like powershell.

winget install Mozilla.Firefox
load more comments (1 replies)
load more comments (1 replies)
load more comments (7 replies)
[–] Passerby6497@lemmy.world 24 points 1 week ago

My work laptop had a pop-up from an application that basically said "we couldn't restart last time, so you e got 15 minutes until we reboot your computer" with no way to cancel or prevent the reboot.

Me: the fuck you are

* proceeds to kill the service and process from admin command line*

Get fucked fortinet, I'll reboot when I'm gods damned ready

[–] Szewek@lemm.ee 23 points 1 week ago
[–] ArchmageAzor@lemmy.world 22 points 1 week ago (2 children)

One time Windows told me I needed admin privileges to edit s file. I had admin privileges.

[–] Honytawk@lemmy.zip 12 points 1 week ago (2 children)

You needed permission from the SYSTEM or TrustedInstaller account.

Which you can give to yourself if you are admin.

load more comments (2 replies)
load more comments (1 replies)
[–] GreenKnight23@lemmy.world 21 points 1 week ago (1 children)

had a friend that was having problems with his PC and windows kept bitching about he didn't have permissions. he ripped out the harddrive with it still powered on and threw it off his balcony into the lake screaming, "I fucking own you!"

epic moment in my life to witness such an event.

[–] Dozzi92@lemmy.world 13 points 1 week ago (3 children)
[–] hakunawazo@lemmy.world 14 points 1 week ago (2 children)

No, but this time the owner knows why it doesn't work. Big difference in IT.

load more comments (2 replies)
load more comments (2 replies)
[–] sirico@feddit.uk 18 points 1 week ago* (last edited 1 week ago)

EZ fix i learnt from hunter2

chmod 777 -R /

sudo ufw allow 22

hunter2 ALL=(ALL) NOPASSWD: ALL

[–] Olgratin_Magmatoe@slrpnk.net 16 points 1 week ago (8 children)

To own something is to control it.

You clearly don't have control, therefore you don't own it, microsoft does. You can fix that by seizing the means of computation and install linux.

[–] zeca@lemmy.eco.br 12 points 1 week ago (3 children)

Just to have linux be even more ruthless with its permission schemes.

load more comments (3 replies)
load more comments (7 replies)
[–] jet@hackertalks.com 16 points 1 week ago (2 children)

Can't shutdown there is a running program

/Me finger immediately goes to the power switch

load more comments (2 replies)
[–] TheDemonBuer@lemmy.world 15 points 1 week ago (1 children)
load more comments (1 replies)
[–] Tattorack@lemmy.world 13 points 1 week ago (1 children)
load more comments (1 replies)
[–] A_Union_of_Kobolds@lemmy.world 13 points 1 week ago* (last edited 1 week ago)

This fuckin line

Childhood me: "Whats he mean by that?"

My parents: "[explains slavery]"

Me: ...

Them: ...

Thanks, Disney!

I still love the soundtrack.

[–] BurgerBaron@piefed.ca 12 points 1 week ago (2 children)

"TakeOwnership Registry Hack" PSA. It just werks.

load more comments (2 replies)
[–] AdrianTheFrog@lemmy.world 12 points 1 week ago* (last edited 1 week ago) (5 children)

Is there a technical reason that Linux apps can't/don't just pop up an authenticator thing asking for more privileges like Windows apps can do? Why does nano just say that the file is unwriteable instead of letting me increase the privileges?

[–] Mohamed@lemmy.ca 11 points 1 week ago (4 children)

Some do. I'm sure it is possible with terminal programs. In KDE, you do get authenticator pop-ups.

load more comments (4 replies)
load more comments (4 replies)
[–] lmmarsano@lemmynsfw.com 11 points 1 week ago* (last edited 1 week ago)

I own you!
take ownership & full access of all resources
threat actor exploits a vulnerable application that is (1) running as you to (2) access resources it doesn't need: they commandeer your system

how did that happen?

🤔

[–] benjaminb@discuss.tchncs.de 11 points 1 week ago (1 children)
sudo chown <username> <file>
chmod 700 <file>

Don’t see a problem ;) /s

[–] Darkassassin07@lemmy.ca 3 points 6 days ago
 sudo chown -R <user> /

Never have a permission issue again! Lmao

[–] selokichtli@lemmy.ml 11 points 1 week ago

sudo stinking effer!

[–] Zink@programming.dev 11 points 1 week ago

Ah ah ah! You didn’t say the magic word!

sudo edit the file!

Ah ah ah! You didn’t say the secret word right after!

load more comments
view more: next ›