this post was submitted on 07 Dec 2023
1120 points (98.4% liked)

memes

16673 readers
3812 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] possiblylinux127@lemmy.zip 70 points 2 years ago* (last edited 2 years ago) (3 children)

That's why I log in as root and edit all files to have open permissions. Next I disable all security settings and kernel security mitigations.

After that my system is finally mine.

[–] kautau@lemmy.world 41 points 2 years ago* (last edited 2 years ago) (1 children)
[–] Agent641@lemmy.world 13 points 2 years ago (1 children)

You can't spell 'yours' without 'ours', comrade.

[–] Honytawk@lemmy.zip 4 points 2 years ago

But you can say 'yours' without saying 'ours', cause English is 3 languages in a trench coat.

[–] BestBouclettes@jlai.lu 17 points 2 years ago* (last edited 2 years ago) (3 children)
[–] psud@aussie.zone 7 points 2 years ago

I'm picturing all the services complaining their keys are insecure, their configs are insecure

[–] cows_are_underrated@feddit.de 2 points 2 years ago (2 children)

What does the a+rw part does? I guess the r is for recursively changing the permissions.

[–] BestBouclettes@jlai.lu 3 points 2 years ago* (last edited 2 years ago)

Here is the breakdown:

  • chmod is the command to change the mode of the files (-rwxrwxrwx)
  • -R is the recurse flag,
  • a means "all", you can also have u, g or o (respectively user, group and others) instead.
  • + is add (you can remove with -),
  • rw is the permissions (rw of rwx)

I prefer changing permissions this way instead of using absolute values (0777 for instance) as it's easier to reverse if you made a mistake.

[–] SorryQuick@lemmy.ca 1 points 2 years ago

Add read/write permissions to all. -R is the recursive part.

[–] aeronmelon@lemm.ee 6 points 2 years ago

Russia: "Da, comrade, all yours."