UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/  yea it sounds useful for RE'ing \
| USB  i have a useless 3com usb   |
| camera here :(  calc: 3Com   |
| could have you arrested for violating  |
| laws which                             |
|                                        |
| don't exist 'till October ;>     |
| knghtbrd: i will hide :)     |
| ...resisting arrest too eh?      |
| knghtbrd: no i will hide before i get  |
\ served                                 /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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