UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Q: How many existentialists does it     \
| take to screw in a light bulb? A: Two.  |
| One to screw it in and one to observe   |
| how the light bulb                      |
|                                         |
| itself symbolizes a single incandescent |
| beacon of subjective                    |
|                                         |
| reality in a netherworld of endless     |
| absurdity reaching out toward a         |
|                                         |
\ maudlin cosmos of nothingness.          /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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