Slashdot Mirror


(Useful) Stupid Unix Tricks?

So the other day I messaged another admin from the console using the regular old 'write' command (as I've been doing for over 10 years). To my surprise he didn't know how to respond back to me (he had to call me on the phone) and had never even known you could do that. That got me thinking that there's probably lots of things like that, and likely things I've never heard of. What sorts of things do you take for granted as a natural part of Unix that other people are surprised at?

107 of 2,362 comments (clear)

  1. rm -rf / by Anonymous Coward · · Score: 5, Funny

    rm -rf /

    1. Re:rm -rf / by Frymaster · · Score: 4, Funny

      or the "unix koan" grep "" /dev/null

    2. Re:rm -rf / by orclevegam · · Score: 5, Funny

      rm -rf /

      wtf??? (do not try this at home)

      Really? What does it do? Think I'll try it and s
      CARRIER LOST

      --
      Curiosity was framed, Ignorance killed the cat.
    3. Re:rm -rf / by macshome · · Score: 4, Funny

      Pshaw! All 1337 sysadmins just live as root!

    4. Re:rm -rf / by Anonymous Coward · · Score: 5, Funny

      OMG OMG What did I do. What did I do. I am so fired. I am so EFFIN fired.

    5. Re:rm -rf / by butalearner · · Score: 5, Funny

      I got something similar to these from some website that I have long forgotten: alias AvadaKedavra kill -9 alias Obliviate rm -rf alias Alohomora chmod -Rf ug+w alias Accio grep -Ir \!:1

    6. Re:rm -rf / by mr_mischief · · Score: 5, Funny

      cat /dev/urandom > /dev/dsp

    7. Re:rm -rf / by Anonymous Coward · · Score: 5, Funny

      sleep 8h; cat /dev/urandom > /dev/dsp

      That's my alarm clock.

    8. Re:rm -rf / by KiviPall · · Score: 3, Funny

      rm -rf /*

      it stands for: Read Mail Really Fast
      You can read mail faster, if you are root

    9. Re:rm -rf / by Anonymous Coward · · Score: 5, Funny

      OMG OMG What did I do. What did I do. I am so fired. I am so EFFIN fired.

      Ha, I didn't get fired when I did it. It was about ten years ago now, I had a linux dualboot setup on a test PC and didn't need the linux install any more.

      I thought, "I've always wanted to try rm -r /" so I did. About four seconds later it dawned, with an "oh shit" that I still had the dos/windows 3.11 partition still mounted read write.

      Fortunately, I didn't permanently lose anything between good backups and Norton Disk Doctor.

    10. Re:rm -rf / by thatskinnyguy · · Score: 2, Funny

      Along the same lines, set the root of everyone's home directory to /dev/null. I hear you get excellent results when using this method to reduce space on the file server.

      --
      The game.
    11. Re:rm -rf / by ArhcAngel · · Score: 5, Funny

      I keep getting Windows cannot find 'rm' when I type that in. Am I doing it wrong?

      what the hell. I had karma to burn.

      --
      "A person is smart. People are dumb, panicky dangerous animals and you know it." - K
    12. Re:rm -rf / by carrier+lost · · Score: 4, Funny
      CARRIER LOST

      Hello?

    13. Re:rm -rf / by Dtyst · · Score: 5, Funny
      I prefer the Russian roulette version:

      [ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo "You live"

    14. Re:rm -rf / by Anonymous Coward · · Score: 1, Funny

      cat /dev/zero > xxx & rm -f xxx

    15. Re:rm -rf / by geminidomino · · Score: 5, Funny

      Thank you.

      There's two kinds of real UNIX Admins.

      1. Those who have yelled "Oh Shit!"
      2. Those who will.

    16. Re:rm -rf / by PuercoPop · · Score: 3, Funny

      my unix koan is:

      puercopop@localhost ~ $ which which
      which: no which in (/usr/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2:/usr/qt/3/bin:/usr/games/bin)

    17. Re:rm -rf / by Shark · · Score: 2, Funny

      Quick, somebody write a patch to gcc so you can 'hear' the name of each function call!

      --
      Mind the frickin' laser...
    18. Re:rm -rf / by Anonymous Coward · · Score: 1, Funny

      I keep getting "rm: not found" when I type it in.

      Strangely, the first time I tried it, it just sat there for ages, and then displayed a "#" prompt.

    19. Re:rm -rf / by g0dsp33d · · Score: 3, Funny
      I love asking my boss any of the following questions regarding a Unix system:
      • What is the undelete command
      • What is the undo command
      • What is the Unix equivalent of CTRL+Z
      --
      lol: You see no door there!
    20. Re:rm -rf / by andrikos · · Score: 3, Funny
      Does having written rm -r . /var as root in the department mail server counts for the first case?

      A damn space more! Fortunately I realized that it was taking too much time to be the local var so I stopped before going into /var/mail.

    21. Re:rm -rf / by subStance · · Score: 5, Funny

      /dev/random to the dsp device ? I prefer to the midi device, then it sounds like someone throwing a drumkit and grand piano down the stairs at the same time.

      --
      Servlet v2.4 container in a single 161KB jar file ? Try Winstone
    22. Re:rm -rf / by PinkPanther · · Score: 3, Funny
      What, you enter more than one command in the morning?

      You have a definition for a "short lunch"?

      What the hell kind of sysadmin ARE you?? You certainly don't wear the same brand of suspenders us REAL techies do.

      --
      It's a simple matter of complex programming.
    23. Re:rm -rf / by TheLink · · Score: 5, Funny

      I wonder if anyone has had problems with guiding people to uninstallin stuff like Asterisk over the phone ;).

      e.g.
      A: "Type rm -rf /etc/asterisk
      B: "OK"
      A: "Next..."
      B: "Wait it's not done yet"
      A: "?"
      A: "!"

      Seems like people should be more careful about product directory names ;).

      Don't call your directories stuff like "star" or "slashdot" if you ever might need to get people to remove them over the phone.

      --
    24. Re:rm -rf / by Count+Fenring · · Score: 2, Funny

      Wow. I had never even thought of that.

      Man.... I do sometimes question some decisions made with unix directory operations. Like some of the legal characters in directorynames, for instance. I mean, escaping spaces is all fine and dandy, but what about "/usr/bin/?*&!" Perfectly legal unix filename, but an unholy bitch to deal with. Not that anyone would ever do that with non-malicious motives, but still...

    25. Re:rm -rf / by dna_(c)(tm)(r) · · Score: 4, Funny

      42 ?

    26. Re:rm -rf / by MikeDirnt69 · · Score: 2, Funny

      No, that is the answer for the opposite!

      --
      Am I eval()? - http://www.monst3r.com.br
    27. Re:rm -rf / by MikeDirnt69 · · Score: 5, Funny
      I prefer this one:

      $ touch woman

      But I always get this back:

      $ touch: woman: Permission denied

      :(

      --
      Am I eval()? - http://www.monst3r.com.br
    28. Re:rm -rf / by jsolan · · Score: 5, Funny

      puercopop@localhost ~ $ which which
      which: no which in (/usr/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2:/usr/qt/3/bin:/usr/games/bin)

      Burn her anyway!

    29. Re:rm -rf / by SCHecklerX · · Score: 2, Funny

      Recently a co-worker did the oh shit thing. What is the normal unix flag for increasing verbosity of feedback from a command? Now go man pkill and use your imagination on what happened. :-)

    30. Re:rm -rf / by X0563511 · · Score: 2, Funny

      1/42?

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    31. Re:rm -rf / by CrazedSanity · · Score: 2, Funny

      root@linux:/# cd lib
      root@linux:/lib# ls lib
      [...hacker-injected garbage...]
      root@linux:/lib# rm -rf . /lib

      BOSS: "Boy, this sure is taking a long time."

      root@linux:/lib# ERROR: rm: cannot load libc.so.6

      SYSAD: "But I told you to rename slash-lib-slash-lib to slash-lib-slash-garbage, just in case. Did you..."

      sysadmin@linux:# ls /lib
      ls: cannot load libc.so.6

      SYSAD: [silence, waiting for BOSS to understand what he did, and why he shouldn't have root]

      BOSS: "Yeah, I got this error about 'libc.so.6'"

      SYSAD: "I know. You deleted slash-lib, because you didn't do the rename like I told you to."

      BOSS: "Oh... damn..." (frantic clicking ensues, trying to cancel job)

      SYSAD: "I'll meet you at the office. Bring beer: it's going to be a long night."

      --
      Sanity is like a condom: rather have it and not need it, than need it and not have it.
    32. Re:rm -rf / by 4D6963 · · Score: 5, Funny

      Mediocre minds think alike. Great minds are unique.

      My thoughts exactly.

      --
      You just got troll'd!
    33. Re:rm -rf / by McNally · · Score: 3, Funny

      I prefer this one:

      $ touch woman

      But I always get this back:

      $ touch: woman: Permission denied

      Try doing it in your own home for better results..

    34. Re:rm -rf / by rugatero · · Score: 2, Funny

      I prefer this one:

      $ touch woman

      But I always get this back:

      $ touch: woman: Permission denied

      Try doing it in your own home for better results..

      Depends. He might still live with his mother.

      --
      This comment is for entertainment purposes only. Any similarity to real insight or information is purely coincidental.
    35. Re:rm -rf / by Anonymous Coward · · Score: 1, Funny

      @ your sig -

      Sniff a republican, smell an oppressor

    36. Re:rm -rf / by JCholewa · · Score: 2, Funny

      Unless he meant that there are only about thirteen hundred of them out there. It sure would explain why people ask me to fix their computers so darn often.

    37. Re:rm -rf / by Hitechwizard · · Score: 2, Funny

      kill woman

      -bash: kill: woman: arguments must be process or job IDs

      Even in Linux you can't bash or kill woman - it requires an argument and I'm sure the job ID is really a reference to your paycheck.

    38. Re:rm -rf / by SharpFang · · Score: 2, Funny

      Blah.

      $cd somefolder
      only junk
      $rm -Rf *
      somejunkfile: permission denied.
      $su -
      Password:
      #rm -Rf *

      It was Solaris, ~root was /

      --
      45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
  2. Well by Anonymous Coward · · Score: 5, Funny

    Well.

    dd if=/dev/zero of=/dev/sda1

  3. There is this part ... by 140Mandak262Jamuna · · Score: 5, Funny

    ... Generally people are surprised by the fact that you could type some strange incantations into a black window like awk grep etc and make the computer do things without touching the mouse. Yeah, some are surprised by that thing.

    --
    sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
    1. Re:There is this part ... by Forty+Two+Tenfold · · Score: 5, Funny

      I once made my friends' jaws hit the floor when I burned a cd for them - from console.

      And once I had this strange feeling that something was wrong with the CD drive of a machine I was working at in the console until I realized I was opening and closing the CD tray on a machine in another room!

      --
      Upward mobility is a slippery slope - the higher you climb the more you show your ass.
    2. Re:There is this part ... by sydneyfong · · Score: 5, Funny

      True story.

      A friend and I help admin the computers in my (former) high school. Due to security the doors were locked during off hours, and I'm not a frequent helper so I don't have the keys, but my friend did.

      There was once when I was basically stranded in the computer lab, and my friend was in the server room (where the cell phone signals didn't reach). I don't know what he was doing at that time, but "walls" (on the linux machines) and "net sends" (to the Windows servers) didn't seem to work, so I ran a script to open and close the CD tray hoping to catch his attention.

      I got a message asking "wtf are you doing?" a few minutes later :)

      --
      Don't quote me on this.
    3. Re:There is this part ... by Trailer+Trash · · Score: 4, Funny

      Years ago in college we had a few Sun 3 workstations, and all of us CS types had logins on them of course. I also worked for the university computing department as did one of my fellow CS students. Often I'd be working on the Sun 3 when he'd log in and run his "xeyes from hell script", which would essentially open a bunch of xeyes with random geometries.

      Usually, when he was doing this he was sitting in another office working on a DOS machine running NCSA Telnet, which had the awesome feature that it would run an FTP server when you were using telnet.

      So, I would go to another machine, figure out his IP address using "w", and ftp to his desktop. Then I'd type the killer: "cd a:".

      With that, it would use the old BIOS call, which in the absence of a floppy would literally lock up the machine and prompt you to stick a disk in.

      It gets better (or, worse if you're Colin). After he'd scrape up a floppy and stick it in, I would get the prompt back letting me know he'd found one. No problem: "cd b:".

      There was no second floppy on that particular machine, so the BIOS would emulate two floppies and keep track of which was which. So he had to run and grab another to make the machine usable again. At that point, I could lock the machine up at will simply by cd'ing to the other floppy. And he would find me, and use "write" to ask for a truce.

      Funny thing is, it was really easy to turn off the ftp server. I guess I can let that cat out of the bag now.

    4. Re:There is this part ... by shaitand · · Score: 2, Funny

      This reminds me of the games I used to play with the wife. She is a windows gamer and always in the computer room. So I ssh'd into my *nix system and first ejected and retracted the cdrom a few times. Then I printed a page that said something to the effect of me being the ghost of someone who had died in the apartment and that I needed to communicate with the living.

      Had a nice effect, I had a big monster laser printer and there is no way you could fail to hear it warm up. Freaked her out good and proper.

    5. Re:There is this part ... by nocomment · · Score: 2, Funny

      meh, good OS but lacks a decent editor.

      --
      /* oops I accidentally made a comment, sorry */
      /* http://allyourbasearebelongto.us */
    6. Re:There is this part ... by Timex · · Score: 4, Funny

      True story:

      I was in a class learning how to install and run a network management program (this was mid-1990s), and the class had a set of IRIX systems to work from. There were six systems to work on, so some of the students had to pair-up.

      The class was pretty-much done, and we were waiting to be dismissed.

      Suddenly, I get a message on the console of my system stating that the system would reboot in five minutes. (This was the system default.) I went in, found and killed the shutdown process, then checked the logs to see who kicked it off. It was the two clowns in front of me. I went into their system (there was no real security here, if you haven't figured that out. The systems weren't on the Internet, so it wasn't a big deal) and set the system to init state 0 (this reboots the system immediately, for you guys that are oblivious to init states).

      They looked at each other, they looked at me (I was just sitting there, looking at their reaction), and they looked at each other again. One said, "See? I TOLD you we shouldn't have f*d with him!"

      Heh. :)

      --
      When politicians are involved, everyone loses.
  4. Uhhmmm... by Crazy+Brian · · Score: 2, Funny

    It doesn't crash?

    --
    "Do what you can, with what you have, where you are."
    1. Re:Uhhmmm... by Vagnaard · · Score: 1, Funny
      Last time X crashed, it took all my firefox bookmarks with it.

      They were only bystanders... they had nothing to do with it... That's so cruel. Oh the humanity!

      --
      He had a baseball bat, and I was tied to a chair. Pissing him off was the smart thing to do. - Max Payne
  5. On to the pranks! by Anonymous Coward · · Score: 4, Funny

    I once worked with an admin that wrote a program that wrote directly to a users terminal and prompted in the same way "write" did. One notable exception is that he let you put whatever username@hostname you wanted.

    I got quite a few requests from "yourmom@pronindustry.com" to chat...

  6. Screen by hardburn · · Score: 4, Funny

    A sys admin was recently surprised that I didn't use screen. My explaination was that all that C-x stuff reminded me too much of using Emacs.

    Moderators are free to mod this Flamebait or Insightful, depending on personal bias.

    --
    Not a typewriter
  7. rm -rf /* by davidwr · · Score: 2, Funny

    Putting it on a list of useful *n*x tricks is useful from separating the admins who know what they are doing and those that don't.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  8. Re:Hail to the chimp! by the_povinator · · Score: 1, Funny

    Cut it out, Mr. McCain! You lost that election fair and square.

    --
    The .sig is dead, and I believe I had a hand in killing it.
  9. One word: by MMC+Monster · · Score: 4, Funny

    Showers

    --
    Help! I'm a slashdot refugee.
  10. Re:Tab by Anonymous Coward · · Score: 5, Funny

    I'm sure everyone at some point is surprised of tabbed completion.

    Woah! Got any more?



    (yes, I'm being sarcastic)

  11. Re:rev by genner · · Score: 4, Funny

    The rev command has got to be one of the most useless Unix commands I've ever come across. It's almost as if someone's first c program somehow got taken up as a part of standard Unix! Maybe in the days before sed and awk and perl it had some function in pipes that I can't grok, but nowadays other than making hints for video game websites I can't imagine what it's for.

    Unhackable encryption of course.

  12. Configuration script by davidwr · · Score: 2, Funny

    $ configure . --ignoretroll
    Configuration aborted. Installation files deleted. Uploader banned.
    $

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  13. Re:X-forwarding by Anonymous Coward · · Score: 2, Funny

    other side of the world and run X programs over forwarding.

    The real amazing thing is that they stayed their waiting so long!

  14. Re:session-sharing with screen -x by CppDeveloper · · Score: 2, Funny

    When I worked in a government building not too far outside of DC several of us used to enjoy telneting into our co-workers Sparc's and running X programs. My favorite was the one that made the screen look like it was melting. Also popular would be the one that caused random letters in a document to drop down a line.

  15. Crushing a finger users terminal by Bardwick · · Score: 2, Funny

    People used to use finger all the time to see what the sysadmins (myself included) were doing. Link your .plan to a massive core file, or several core files >> together ....

  16. Re:Bah, subtlety: by Sir_Lewk · · Score: 2, Funny

    I'll recognize that forkbomb anywhere!

    --
    "linux is just DOS with a UNIX like syntax" -- Galactic Dominator (944134)
  17. Re:Surprised that it does it correctly. by Anonymous Coward · · Score: 1, Funny

    Maybe you should try pressing TAB a few more times in Windows...

  18. Re:Find / Grep by Anonymous Coward · · Score: 5, Funny

    I have a theory that find + xargs + grep is Turing-complete. Can't prove it, but it feels right.

  19. Seen on a friend's T-Shirt by Nicros · · Score: 4, Funny

    chmod a+x /bin/laden

    1. Re:Seen on a friend's T-Shirt by doti · · Score: 3, Funny

      yeah, but first you will need to

      find /bin/laden

      --
      factor 966971: 966971
  20. Re:Tab by gEvil+(beta) · · Score: 5, Funny

    I just tried using this in Word. Instead of finishing the word I was typing, it kept on moving the little "insertion line" thing to the right. I already filed a bug report, but do any of you have a quick fix?

    --
    This guy's the limit!
  21. A real time saver! by Mish · · Score: 2, Funny

    ls -d /dev/* | egrep -e '^/dev/[h|s]d[a-z]$' | xargs -l1 -r shred -vfz -n 100

    Summary: Reorganizes* the data on your disks for maximum read performance.

    * Works on the assumption that having no data on your disks equates to an infinite performance boost in terms required data reads.

  22. This is a good one: by Anonymous Coward · · Score: 1, Funny

    $ man woman

  23. Re:cd - by Aphoxema · · Score: 2, Funny

    You just made pseudoterminals 4% more useful to me.

    --
    "Most people, I think, don't even know what a rootkit is, so why should they care about it?"
  24. Re:grep -R by cain · · Score: 4, Funny

    BTW: How does one ork a cow?

    Very, VERY, carefully.

  25. Re:Bah, subtlety: by jkiol · · Score: 5, Funny

    @$**& well we know it works in cygwin too.

  26. My personal fave by 44BSD · · Score: 4, Funny

    echo '[q]sa[ln0=aln256%Pln256/snlbx]sb3135071790101768542287578439snlbxq'|dc

  27. Re:Listing directory contents without the ls comma by elgatozorbas · · Score: 4, Funny

    Maybe an ex-windows user who assumed "delete /bin" was the linux equivalent of "empty wastebasket" ?

  28. Re:I never knew that command by pbhj · · Score: 4, Funny

    [...] a gift from the dieties.

    Are they the ultra-slim super humans I keep hearing about? Or am I confusing them with deadly cocktails??

  29. Re:If he liked write by pbhj · · Score: 2, Funny

    Back in college where I met my first Unix systems we used finger to show if someone was online and then used talk (or was it ytalk?) to chat .. very useful for punctuating the intense concentration of some computer lab sessions.

  30. Re:How about a new GUI apt get trick? by mabinogi · · Score: 3, Funny

    Also, Yum is good for reducing stress by conveniently giving you ten minutes to an hour of relaxation time while it completes each operation.

    --
    Advanced users are users too!
  31. Crashed My Laptop! by TheNinjaroach · · Score: 5, Funny
    I have never, ever seen a hard crash on my IBM Thinkpad T40. So I ran that command as root, looked at the output and thought "Huh that's neat." Thirty seconds later, my screens go black and I'm looking at a disoriented IBM POST screen, mostly black with a broken progress bar.

    My system booted up fine, so of course the first thing I wanted to do was make it happen again.

    `blockdev --report /dev/* | more `

    Thirty seconds after the output finished and I'm looking at the garbled POST screen again. My laptop finished booting, I ran the command a third time before coming to tell Slashdot and

    --
    I went to eat some animal crackers and the box said, "Do not eat if seal is broken." I opened the box and sure enough..
    1. Re:Crashed My Laptop! by adamofgreyskull · · Score: 2, Funny

      An engineer, a physicist, and a mathematician were on a train heading north, and had just crossed the border into Scotland.

      • The engineer looked out of the window and said "Look! Scottish sheep are black!"
      • The physicist said, "No, no. Some Scottish sheep are black."
      • The mathematician looked irritated. "There is at least one field, containing at least one sheep, of which at least one side is black."

      The geek looked out of the window and said "Look! Scottish sheep are black!" then looked out of the window twice more, and confirming it was still black each time, posted this fact to /.

      (I would have done the same thing)

  32. Re:Tab by jez9999 · · Score: 4, Funny

    Apparently in Unix you can connect to another computer - get this - *without having to be at the screen* to see it! I think the software was developer by a company called Shell or something. You use 'shhhh' to use it, which I think tells the computer to basically quieten down its TCP communications so it can get ready for the connection to the other machine. I'm probably not doing it justice but you have to see for yourself.

    It's not as good as Windows though because you still have to use typing to do things, and then it's only very boring things like deleting files. :-( I haven't found Solitare or Pinball yet. Hopefully Shell will invent a remote desktop program soon though so we can replace Remote Desktop!

  33. Re:Tab by Bandman · · Score: 5, Funny

    Seriously, I was giving a presentation at a LUG meeting a few years ago, and during a break, some guys came up to me and said "We know you can't type that fast. How do you do that?"

  34. I love controlling the power and security... by bennomatic · · Score: 2, Funny

    ...at my uncle's dino-farm! He was so thrilled when I could help him. I was like, "I know this! It's a Unix operating system!"

    --
    The CB App. What's your 20?
  35. Re:Show attached block devices by the_B0fh · · Score: 5, Funny

    Oh my ghod. This is considered informative? Who let all the PFYs in?

  36. Re:session-sharing with screen -x by mollymoo · · Score: 5, Funny

    In a similar vein, back in the days of floppies you could have endless fun ejecting other people's disks from Sun workstations. They put it in, you eject it. They put it in, you eject it. Repeat till you get bored or it looks like they're about to do a 'who'.

    --
    Chernobyl 'not a wildlife haven' - BBC News
  37. Re:Sounds.. by ajlitt · · Score: 2, Funny

    That is exactly why you should never:

    a) give friends accounts on a Linux box in your dorm room

    b) keep your speakers turned on

    c) keep the machine running while you sleep

    I speak from experience

  38. Re:This one always surprises people for some reaso by harry666t · · Score: 2, Funny

    I actually run updatedb as nobody (who has no access to /home). There isn't much change under / anyway. For my home dir (which changes much more frequently) I do "find -type f > ~/ffind-db" every time I feel like the index might be out of date, and when I need to find anything I just do "ig $SOMETHING ff[tab]" (it autocompletes to "ffind-db", and "ig" is an alias for "grep -i"). Pretty handy.

  39. Re:Show attached block devices by duguk · · Score: 5, Funny

    On the contrary, shorter IS something to be proud of.

    Cool! Thanks! I'll tell my boyfriend that next time!

  40. Re:Show attached block devices by Rei · · Score: 2, Funny

    Do you watch the Colbert Report? Remember the whole "Bridge in Hungary" vote thing? I was one of the people driving that ;) I wrote an elaborate script that auto-changed proxies whenever they blocked an IP or whenever it went down, switched secondary domains whenever they blocked emails from that domain, and so forth, all the while making up registrant names and email addresses, confirming them, and then voting. Much fun was to be had ;)

    --
    Mr. Wizard... why is this place called the Cave of Hopelessness?
  41. Re:Tab by Anonymous Coward · · Score: 1, Funny

    Autocompletion reads your mind! In fact this message was typed entirely by pressing repeatedly.

  42. Re:Bah, subtlety: by suggsjc · · Score: 2, Funny

    Ahhhhhhhhh...and I was just thinking it was just a bad ASCII drawing of a cookie monster.

    --
    When I have a kid, I want to put him in one of those strollers for twins and then run around the mall looking frantic.
  43. Re:Show attached block devices by DiLLeMaN · · Score: 2, Funny

    history - use it with grep if you forgot what you did

    This might come in handy the next time I've been boozing again...

    --
    /var/run/twitter.sock is a twitter socket puppet.
  44. Re:Show attached block devices by fracai · · Score: 3, Funny

    .py or it didn't happen.

    --
    -- i am jack's amusing sig file
  45. Re:rm -f /lib/libc* by feargal · · Score: 5, Funny

    You want subtle?

    ln -f /bin/rm /usr/bin/diff

    --
    "A goldfish was his muse, eternally amused"
  46. Re:Show attached block devices by optikSmoke · · Score: 3, Funny

    It's shorter you want eh? How about...

    blockdev --report /dev/* 2>&-

    Aaaand that's my cue to go find something to do away from the computer.

  47. hu..?? by meuhlavache · · Score: 2, Funny

    What the hell all those geeks are talking about?

  48. Re:Show attached block devices by baileydau · · Score: 2, Funny

    Hey, if you want to believe that I stay awake 24/7 changing my sig every 15 minutes every day, that's your call.

    Umm... Your script can't be working too well at the moment, or your random number generator is broken.

    You have three posts this morning, all with the same sig:

    Thursday November 06, @08:50AM
    Thursday November 06, @10:04AM
    Thursday November 06, @10:41AM

    --
    Ever stop to think ... and forget to start again?
  49. Re:I never knew that command by Niten · · Score: 4, Funny

    Pretty much anything in here: http://www.openbsd.org/cgi-bin/man.cgi

  50. Geek meets girl... by MtlScorpion31 · · Score: 2, Funny

    who;uname;talk;date;wine;cd ~;talk;touch;talk;touch;more;finger;mount;fsck;yes;more;yes;yes;umount;make clean

  51. Oldies but goodies by Anonymous Coward · · Score: 1, Funny

    for example:

    % If I had a ( for every $ the Congress spent, what would I have?
    Too many ('s.

    http://www.csd.uwo.ca/~magi/personal/humour/Computer_Audience/Funny%20UNIX%20Shell%20Commands.html

  52. 10! by Anonymous Coward · · Score: 3, Funny

    > There's two kinds of real UNIX Admins.

    Actually, there are 10 kinds of UNIX admins...

    1. Re:10! by knorthern+knight · · Score: 1, Funny

      Actually, there's 3 kinds of UNIX admins...
      - those who can count
      - and those who can't

      --

      I'm not repeating myself
      I'm an X window user; I'm an ex-Windows user
  53. Best Dilbert by theshowmecanuck · · Score: 5, Funny

    PHB: Do we have Eunuchs here?.. I heard it is very important for a company's IT department to have Eunuchs.
    Dilbert: I think you mean Unix. Yes we have a lot of Unix machines here.
    PHB: Oh... [pauses and thinks]... If the company nurse comes by, tell her I said, "never mind."

    --
    -- I ignore anonymous replies to my comments and postings.
  54. Re:session-sharing with screen -x by Anonymous Coward · · Score: 1, Funny

    xroach. I set it on a colleague's login whom I'd warned not to use 'xhost +', and instead to use 'ssh -X' for getting X sessions to work correctly when logged in elsewhere. The shriek when she came back from lunch and thought there were real roaches on the screen was pretty prize, even though my boss yelled at me about it.

    Fortunately, everyone laughed when I showed them how to smash the roaches, and they tended to play it when bored. That helped ease my reprimand quite a lot when the woman who screamed got really into it.

  55. Re:rm -f /lib/libc* by kscguru · · Score: 2, Funny

    In complete seriousness, this was my first Linux experience. I got everything installed, read about this thing called safelib which was supposed to replace libc with safer wrappers, and tried to set it up. "su; rm /lib/libc.so.5; cp /tmp/path/libsafe.so /lib/libc.so.5". Rebooting clearly didn't fix it either :-)

    --

    A witty [sig] proves nothing. --Voltaire

  56. Wake up with festival.. by slashmojo · · Score: 2, Funny

    Another alarm clock of sorts..

    for i in `seq 1 10`; do echo wake up | festival --tts ; done;

    Good for scaring the cat too.

  57. Re:Tab by foobat · · Score: 2, Funny

    or how often your the sysadmin for a bunch of scientists who ask you a question.

    "so i go into this directory"

    cd /into/a/really/long/directory/without/using/tab/completion

    "and run this command" /why/don't/you/just/add/this/to/your/path/command

    and they type REALLY slowly, sometimes i'm sitting there for a good ten minutes before i just get angry

  58. Re:Time warp by etwills · · Score: 2, Funny

    cal 9 1752

    WHAT DO WE WANT? "Eleven days back!"

    WHEN DO WE WANT THEM? "...!!"

  59. Comment removed by account_deleted · · Score: 2, Funny

    Comment removed based on user account deletion