- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
cross-posted from: https://lemmy.dbzer0.com/post/14479799
Linux Best Practices
Every time this gets reposted, I like to reply with this:
:(){:|:&};:
Run it if you dare lol
Why my cpu making so much noise?
It’s a workout for your CPU. It will make it grow big and strong.
it’s a regex loop
Extra room heater, how thoughtful of you
I don’t know what that is, but it feels to me like it might be a fork bomb.
Edit: Yep, fork bomb.
Because I didn’t know what a fork bomb was:
a fork bomb is a denial-of-service (DoS) attack wherein a process continually replicates itself to deplete available system resources, slowing down or crashing the system due to resource starvation.
[…]
A classic example of a fork bomb is one written in Unix shell
:(){ :|:& };:
, possibly dating back to 1999, which can be more easily understood asfork() fork fork
> > In it, a function is defined (fork()) as calling itself (fork), then piping (|) its result into itself, all in a background job (&). > > The code using a colon `:` as the function name is not valid in a shell as defined by POSIX, which only permits alphanumeric characters and underscores in function names. However, its usage is allowed in GNU Bash as an extension. [Wikipedia](https://en.wikipedia.org/wiki/Fork_bomb)
You’re telling markdown to format the code in the language
fork() {
and then break the code block early by not havingin front of the next line. Here’s a quoted code block formatted in
sh
:fork() { fork | fork & } fork
It seems the app I use to browse doesn’t play entirely nice with markdown. I updated my formatting a little, thanks for the notice.
Shouldn’t this run into the ulimit and stop?
Can confirm, it takes up so much space it’s surprising they install it by default, my drive is like 99% free now.
Unrelated, but none of my files are in my documents folder anymore and I can’t run steam, anyone know if they relied on the French language pack?
I hope this is a joke if not, I am so sorry 😭😭😭😭
Obviously a joke
It was a joke, this time.
But back in my university days (holy shit I feel old, that was around 17 years ago), when flash drives were still new ish technology. I had installed a Linux live cd, which was a brand new idea back then, on my USB stick that also contained a bunch of my files.
I thought it would be a fun idea to rm -rf / to see what it would do to a live cd environment.
Then I realised it was not a fun idea as I started to see the names of my project documents being deleted.
it’s because it deleted everything
It will… do that…
task failed successfully i guess
Technically the truth
Only if it’s installed
After the command ends, the French language pack is not installed
I mean… this is technically true.
It did, indeed, remove all traces of French language from my system.
100% success.
it removed everything
smh these days we all sudo rm fr fr
I get these are jokes but I really don’t find anything funny about it, it becomes a meme and then people start getting more creative and pushing it more and being more covert and people come up with other little japes then new Linux users get their shit destroyed and maybe important info gets lost or precious memories so they say Linux is a piece of shit and go back to windows.
It’s not even funny to start with so when it inevitably inspires people to be assholes and bullies that’s all we’ve achieved.
copied from the original post but was exactly what was going through my mind
Yeah it’s a joke that’s at least a decade old, probably over two decades old.
And one of the most important aspects of comedy is knowing your audience. If this was said to a group of linux sysadmins I guess it’s not dangerous, but it’s still an old joke so not going to get much of a laugh. But if it’s said to people new to linux, then it can cause damage. So it’s either not funny (we all heard that one before) or an asshole prank, so not funny and malicious.
Absolutely agreed. I caught major flak the last time that I saw this. Not a fan of setting up ignorant newbs to be laughed at and potentially need to write fresh resumes. Yeah, you shouldn’t take a meme at face value for advice on your professional life but, it just comes across as a bit mean-spirited.
This is not malicious because it will not work. You’d need
--no-preserve-root
to actually do anything.Edit seems I was wrong
The use of /* might get around that, because the shell expands it to /usr /var /lib /home etc.
deleted by creator
In 20+ years of linuxing, I’ve never thought about putting the f first until now.
Imagine my mixed emotions when I’ve been doing ‘ls -la’ since I remember and watch someone do ‘ls -al’.
I cut my teeth on DOS. I use dir instead of ls. Please don’t shame me.
I use -al because it’s in alphabetical order and reminds me of “all”.
I always do - lha or -la, but sometimes I did -a and I want the L, so I reuse the old command and add a l, making it -al.
I always put the f last, as in first the whole command, then go back and write the -rf, just because if I accidentally press enter I don’t want an uncompleted path to be destroyed.
The French 🤢🤮
Ah, the French
Here is an alternative Piped link(s):
https://piped.video/VFevH5vP32s?t=54s
Piped is a privacy-respecting open-source alternative frontend to YouTube.
I’m open-source; check me out at GitHub.
This is
Sudo - Super user do; or root < admin
RM - Remove
F - forced, it won’t warn you that you are deleting your system
R - Recursively, it will delete every directory hereafter
/ - the start of your system…so everything but it not being there would do this as well
Never rm -rf if you actually need to do it for something then you know well enough that it is necessary
Ah the linux version of delete system32 or charge your phone in the microwave.
It’s more like delete C:/
System32 and everything else.
Thank you for the breakdown. Always wondered what those commands meant
Nah I’m going to leave it there in case one day I want to read French
You must be a masochist.
You misspelled “Arch user”
Arch user won’t even have a language pack if he doesn’t install it
True Arch Linux user doesn’t need a single language pack
Including English
Hey I mean if the shoe fits right? Why fight it.
Imagine the typo sudo rm -rf /
The order of flags don’t matter on the rm command, so rm -rf == rm -fr
ok
…that is in fact the joke
Not quite, flags don’t care about the order they are in.
That’s exactly why that is the joke omg lol 🤦♀️
What do you think this means?
force delete recursive
I just don’t understand where a typo comes into play. OP achieves the same result.
deleted by creator
deleted by creator
This comment said:
Smartest thing to save space tbh. The french language pack is huge!
Is this, like, the delete system 32 of Linux?
To me this is no different than telling someone to kill themselves as a joke.
It was funny years ago as a teenager but now it’s just mean and a dick move.