UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 __________________________________________
/ _/I\_____________o______________o___/I\  \
| l * / /_/ * __ ' .* l                    |
| I"""_____________l______________l___"""  |
| I\ l *// _l__l_ . *. l                   |
|                                          |
| [__][__][(******)__][__](******)[__][]   |
| \l l-\ ---//---*----(oo)----------l      |
|                                          |
| [][__][__(******)][__][_(******)_][__]   |
| l l \\ // ____ >-( )-< / l               |
|                                          |
| [__][__][_l l[__][__][l l][__][] l l     |
| \\)) ._****_.(......) .@@@:::l           |
|                                          |
| [][__][__]l .l_][__][__] .l__][__] l l   |
| ll _(o_o)_ (@*_*@ l                      |
|                                          |
| [__][__][/ <_)[__][__]/ <_)][__][] l l   |
| ll ( / \ ) / / / ) l                     |
|                                          |
| [][__][ /..,/][__][__][/..,/_][__][__]   |
| l l / \\ _\ \_ / _\_\ l                  |
|                                          |
| [__][__(__/][__][__][_(__/_][__][__][]   |
| l l______________________________l       |
|                                          |
| [__][__]] l , , . [__][__][] l           |
|                                          |
| [][__][_] l . i. '/ , [][__][__] l       |
| /\**/\ season's                          |
|                                          |
| [__][__]] l O .\ / /, O [__][__][] l (   |
| o_o )_) greetings _[][__][_]             |
| l__l======='=l____[][__][__]             |
| l_______,(u u ,),__________________      |
|                                          |
| [__][__]]/ /l\-------/l\ [__][__][]/     |
| {}{}{}{}{}{}                          |
|                                          |
| In Ellen's house it is warm and toasty   |
\ while fuzzies play in the snow outside.  /
 ------------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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