UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _______________________________________
/ No, that's wrong too. Now there's a   \
| race condition between the rm and the |
| mv. Hmm, I need more coffee.          |
|                                       |
\ -- Guy Maor on Debian Bug#25228       /
 ---------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


Here is the PHP code:
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;