UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Alan Cox wrote: >> On any procmail new  \
| enough not to be full of security holes |
| you set >Brain on, Imeant majordomo of  |
| course 8) You got me worried there for  |
| a brief (very brief) moment :-).        |
|                                         |
| -- Stephen R. van den Berg (AKA         |
\ BuGless)                                /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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