a less destructive version of this is to install `sl` on your linux or mac.
I never type sl, but often type "gerp". I have an alias though.
Suicide Linux
21–30 of 135 posts
Re: Suicide Linux
#22Re: Suicide Linux
#23What? No, what's that about?
Re: Suicide Linux
#24Re: Suicide Linux
#25Edit: The video in question: https://www.youtube.com/watch?v=Q_pgnMWgd34
Re: Suicide Linux
#26> You know how sometimes if you mistype a filename in Bash, it corrects your spelling and runs the command anyway? What? No, what's that about?
Re: Suicide Linux
#27Re: Suicide Linux
#28a less destructive version of this is to install `sl` on your linux or mac.
I never type sl, but often type "gerp". I have an alias though.
Re: Suicide Linux
#29a less destructive version of this is to install `sl` on your linux or mac.
I was in a sys admin class with a friend of mine and we both had access to the same machine to work on our assignments. I aliased each and every common command to `sl -f` on my friend's user as a prank (he never actually logged in as it turns out). However, my instructor, while projecting his screen to 150+ students (and recording) picked our box and my friend's user to use as an example. My instructor was flabbergasted for a few minutes and the class got a kick out of flying trains. :D
Re: Suicide Linux
#30Somehow related, a coworker at a previous place unmounted some disks on an old AIX production box. It took him a solid minute to realise he had mistakenly unmounted / due to a typo (yes it was possible) as old processes with already opened files were happily serving stuff and only new attempts at opening files were beginning to produce errors.
Also, a similar interactive mishap in the heat of the action:
somebox:~$ rm * .o
rm: .o: No such file or directory
somebox:~$ # ...
somebox:~$ # *stares a prompt*
somebox:~$ # Wait, what? _Please_ tell me those C files were versioned! (The answer was, obviously, "no")