UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Operating Systems Installed:            \
|                                         |
| * Debian GNU/Linux 2.1 4 CD Set ($20    |
| from www.chguy.net; price includes      |
|                                         |
| taxes, shipping, and a $3 donation to   |
| FSF). 2 CDs are binaries, 2 CDs         |
|                                         |
| complete source code;                   |
|                                         |
| * Windows 98 Second Edition Upgrade     |
| Version ($136 through Megadepot.com,    |
|                                         |
| price does not include taxes/shipping). |
| Surprisingly, no source code            |
|                                         |
| is included.                            |
|                                         |
| -- Bill Stilwell,                       |
\ http://linuxtoday.com/stories/8794.html /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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