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

memes

15897 readers
3811 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 1 day ago (1 children)

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

load more comments (1 replies)
[–] spicytuna62@lemmy.world 116 points 3 days ago (3 children)
load more comments (3 replies)
[–] pipe01@programming.dev 72 points 3 days ago (3 children)
[–] kn33@lemmy.world 45 points 3 days ago* (last edited 3 days ago) (3 children)

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

[–] Undearius@lemmy.ca 33 points 3 days ago (2 children)

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

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

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

[–] DaddleDew@lemmy.world 32 points 3 days 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 3 days 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 13 points 3 days ago* (last edited 3 days ago) (1 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!

[–] Zanathos@lemmy.world 8 points 3 days ago (1 children)

Until you realize you just screwed up whatever services you may be running that require specific permissions on specific files. Certificates specifically come to mind for my environment.

load more comments (1 replies)
load more comments (1 replies)
load more comments (1 replies)
[–] BlackPenguins@lemmy.world 7 points 2 days ago (3 children)

Then you sudo chmod. Windows I have to do weird shit with the properties context menu. And even that sometimes doesn't work. I run commands in powershell as Administrator. Still doesn't work.

Fuck Windows.

load more comments (3 replies)
load more comments (1 replies)
[–] balderdash9@lemmy.zip 19 points 3 days 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)
[–] Vari@lemm.ee 32 points 3 days ago (8 children)

Me trying to uninstall edge

[–] frenchfryenjoyer@lemmings.world 19 points 3 days ago (2 children)

Edge is the best browser for downloading much better browsers lol

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

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

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

You can install firefox via cli like powershell.

winget install Mozilla.Firefox
[–] RoyaltyInTraining@lemmy.world 5 points 2 days ago

First command I run on any new Windows install

load more comments (1 replies)
load more comments (7 replies)
[–] benjaminb@discuss.tchncs.de 11 points 2 days ago (1 children)
sudo chown <username> <file>
chmod 700 <file>

Don’t see a problem ;) /s

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

Never have a permission issue again! Lmao

[–] axEl7fB5@lemmy.cafe 4 points 2 days ago (1 children)

idk tf chown does, use sudo instead. im not going to read man chown either.

sudo su
# do shenanigans in the cli/tui. gui is for noobs
# nvim, ls, touch, stroke, tease, rm
[–] Eyedust@lemmy.dbzer0.com 2 points 2 days ago

So I'm not the best at this, but this is my best guess (I have no experience in sysadmin, as I've only ever been the sole user of my PC and prefer not to network anything).

Owner #1, smackyboi, has ownership of a file called smutgame.AppImage. This means they can choose who accesses smutgame, if it can execute, if it can be read or written by certain groups, etc.

Owner #2, luvurealgood, on the system via their own account (or networked computer in the case of server storage) can't change these settings unless smackyboi says they could, because they're the owner and can add luvurealgood to the admin group for the file if they want. Smackyboi suddenly writes, sudo chown luvurealgood smutgame.AppImage.

Now luvurealgood owns that file and can make every change they want to it, including removing smackyboi from accessing it, as they're no longer the owner. They can lock down the file and forbid it from being executed, etc etc. I believe anyone who is in the admin group of that file can do anything to it as well, except change it's ownership if its already owned.

This is just from pieces of info and my tiny experience in Windows sysadmin shenanigans. Someone swoop in and correct me if I got anything wrong.

[–] GetOffMyLan@programming.dev 39 points 3 days 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 20 points 3 days ago (12 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.

[–] RaccoonBall@lemm.ee 3 points 2 days ago (1 children)

Sometimes one wants to access a file without making changes though. Escalating privileges is the answer in this scenario and windows doesn't make that as easy,as it doesn't really want to you act as SYSTEM

load more comments (1 replies)
load more comments (11 replies)
load more comments (3 replies)
[–] VinesNFluff@pawb.social 35 points 3 days ago
[–] Passerby6497@lemmy.world 24 points 3 days 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

[–] AdrianTheFrog@lemmy.world 12 points 2 days ago* (last edited 2 days ago) (4 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?

[–] black0ut@pawb.social 3 points 2 days ago (1 children)

Linux apps follow simplicity principles. If you don't have permission to delete a file, why assume you may know the password of the user who has permission?

You can preface sudo to any command to execute it with root privileges, which would be similar to running as admin in windows.

Graphical apps do tend to ask for authentication if it makes sense. No userland apps should need more permissions than the current user's in order to run.

[–] NiHaDuncan@lemmy.world 2 points 1 day ago

Small pedantic correction, but you can’t preface every command with sudo; only executables can be invoked with sudo as it can’t elevate your current shell. Naturally, the way to execute non-executables such as builtin routines as root is to just spawn into a root shell with sudo su.

[–] Mohamed@lemmy.ca 10 points 2 days 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 (2 replies)
[–] GreenKnight23@lemmy.world 20 points 3 days 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 12 points 3 days ago (3 children)
[–] hakunawazo@lemmy.world 14 points 3 days 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)
[–] Szewek@lemm.ee 21 points 3 days ago
[–] ArchmageAzor@lemmy.world 20 points 3 days ago (4 children)

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

load more comments (4 replies)
[–] sirico@feddit.uk 18 points 3 days ago* (last edited 3 days ago)

EZ fix i learnt from hunter2

chmod 777 -R /

sudo ufw allow 22

hunter2 ALL=(ALL) NOPASSWD: ALL

[–] Olgratin_Magmatoe@slrpnk.net 15 points 3 days ago (11 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.

load more comments (11 replies)
[–] TheDemonBuer@lemmy.world 15 points 3 days ago (1 children)
load more comments (1 replies)
[–] jet@hackertalks.com 14 points 3 days ago (2 children)

Can't shutdown there is a running program

/Me finger immediately goes to the power switch

load more comments (2 replies)
[–] Tattorack@lemmy.world 12 points 3 days ago (1 children)
load more comments (1 replies)
[–] DeathByBigSad@sh.itjust.works 8 points 3 days ago (1 children)

When I want to end myself

My Body: Survival_Instincts.exe has activated

You don't even own your body lol

load more comments (1 replies)
load more comments
view more: next ›