root shell? Already playing it fast and loose, I see.
linuxmemes
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
The only legitimate commands for a non-root shell are sudo -i
, exit
, and echo "yee haw"
yee haw
Fun fact there was a guy a little over a decade ago who got drunk and traded 7m barrels of oil futures. Not dollars, barrels. He made the price of oil jump up for a short while.
https://www.theguardian.com/business/2010/jun/29/drunk-oil-trader-banned-fsa
Funnier Fact: they had to stack all those barrels behind the corporation's building until they could sell them all.
::I made this up::
the best source
Artisanal sourced. With an emphasis on anal.
Does that butt have any other fun facts up there?
The roller coaster was invented during the Hundred Years’ War as a way of launching supplies across rivers.
Disclaimer: I'm stealing these ~~fake~~ fun facts from other people.
Actually a oil future is basically a promise to make oil for a certain price. There are also are vegetable futures
That means the oil wasn't produced yet
This really isn't dangerous unless you already screwed up badly. If it wipes, you just restore from backup/DR.
You do have backups and a DR plan for your prod servers, right?
Same.
Didn't some company have a script running that would randomly kill stuff to always test redundancies?
I vaguely recall someone telling me that about netflix
that's like starting fires on random properties to make sure your firefighters stay on their toes
Ferb, I know what we're gonna do today
Sure do! They're on the prod servers and were one of the first things deleted!
the backup was connected via /media/backups so that's gone too!
I did this once on my laptop with no backups. I was lucky. I also used the correct version with --no-preserve-root.
Obligatory --no-preserve-root
Modern distros today. SMH. Back in my day everyone had root at the office.
On ye olde hpux this would work, especially when you did rm-fr /$var and $var was unset and nobody unit tested their shell back then. That db server ran for 2 days though with open file handles before it finally died.
Given that their hand is over the mouse and not the keyboard/enter key, I assume they're gonna click close on the terminal :p
Right click for paste, they have \n in the clipboard
Afaik \n may not run a command. I have pasted multiline commands but they only seem to run after hitting enter
Depends on the terminal I think. Pretty sure KDE's Konsole warns you that commands may be run when pasting something with newlines, but still allows it.
There is an exploit which addresses copy pasting things in terminal. Where you'd copy one thing, but when pasting you get more than you bargained for. Any decent terminal would ignore \n
for this reason or at least not treat it as pressing enter.
change it to !=
cowards!
There is a $[]
?
Huh, it's the same as $(( ))
- arithmetic expansion.
I think it's deprecated and not in the bash manual, but it still seems to work.
It is? Weird. I know about deprecated backticks, but this... I guess it's so deprecated that very few people know about this. Now a bit more.
As an old Perl jockey, you can pry my backticks out of my cold, dead hands.
Daily Linux user since Slackware 95, news to me too lol
Same camp, and know bash very, very, well. Crazy how you can always learn.
Cowards version:
[ $[ $RANDOM % 6 ] == 0 ] && echo 'rm -fr /... you crazy dude? NO' || echo 'Keep your french language pack, you will need it'
HISTCONTROL=ignorespace
unset RANDOM
RANDOM=4
clear
...
If RANDOM is unset, it loses its special properties, even if it is subsequently reset.
HISTCONTROL If the list of values includes ignorespace, lines which begin with a space character are not saved in the history list.
RTFM can save your server AND your bet ;-)
it is cheating of course if the predefined rules tell us about such requirements and if these are not met any more when unsetting RANDOM ahead of it.
This is why you use virtual machines, anyone can be root!
Or just to have a modular, secure and private system.
What is right clicking on terminal going to do?
maybe they have it mapped to enter, you never know with laptop linux users.
Right click increase the temp of the touchpad, which the user has macroed as an "Enter"input, letting him press enter with all fingers on home row and just resting the palm on the touch pad
Ultimate ergonomics at the cost of entry speed.
Btrfs snapshots?
You're using btrfs on prod?!
Man, you're crazier than I thought... /s
in 2024 this should rewrite history in all your githib repos to destroy wverything next fetch
Jokes on you, I use zsh, your silly bashisms have no power here.
Are you sure it doesn't work on zsh? It's valid POSIX shell code, and like bash, zsh is a superset of POSIX, at least if I remember correctly.
This is not to goad you into destroying your filesystem. Replace the rm
with something relatively harmless like echo "BANG! You're dead!"
if you decide to test it.
Does "rm /" include external drives under /media/$USER/* or /run/media/ ?
Yes
Hmm I thought you only spin once so there’s eventually a guaranteed shot. The 6 should decrement after each execution.