UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ______________________________________
/  "... you will more than   \
| likely see all kinds of compiler     |
|                                      |
| warnings scrolling by on the screen. |
| These are normal and can             |
|                                      |
| be safely ignored."       |
| Knghtbrd: is that a note attached to |
| some M$ code?  No, it's a  |
\ note about a bunch of GNU stuff.     /
 --------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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