UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ It is something to be able to paint a   \
| particular picture, or to carve a       |
| statue, and so to make a few objects    |
| beautiful; but it is far more glorious  |
| to carve and paint the very atmosphere  |
| and medium through which we look, which |
| morally we can do. To affect the        |
| quality of the day, that is the highest |
| of arts. Every man is tasked to make    |
| his life, even in its details, worthy   |
| of the contemplation of his most        |
| elevated and critical hour.             |
|                                         |
\ -- Henry David Thoreau, "Where I Live"  /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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