UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ A little retrospection shows that       \
| although many fine, useful software     |
| systems have been designed by           |
| committees and built as part of         |
| multipart projects, those software      |
| systems that have excited passionate    |
| fans are those that are the products of |
| one or a few designing minds, great     |
| designers. Consider Unix, APL, Pascal,  |
| Modula, the Smalltalk interface, even   |
| Fortran; and contrast them with Cobol,  |
| PL/I, Algol, MVS/370, and MS-DOS.       |
|                                         |
\ -- Fred Brooks, Jr.                     /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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