UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/  Program received signal      \
| SIGSEGV, Segmentation fault.  |
| 0x40095fb0 in memchr () from            |
| /lib/libc.so.6  (gdb) bt      |
|  #0 0x40095fb0 in memchr ()   |
| from /lib/libc.so.6  #1 0x0   |
| in ?? ()  Well That's Really  |
| Helpful * knghtbrd trades gdb for a     |
\ nice ouija board - it'll help more      /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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