UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _______________________________________
/  I'd better put the         \
| incriminating stuff into code:        |
| ahfuiovka                             |
|                                       |
| ikperoa edfr ade 9 enbuw ejasxleme ka |
| iena df4mesa  If you can    |
| decrypt that, you're a better         |
| cryptographer than I                  |
|                                       |
\ am. =)                                /
 ---------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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