UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ If I traveled to the end of the rainbow \
| As Dame Fortune did intend, Murphy      |
| would be there to tell me The pot's at  |
| the other end.                          |
|                                         |
\ -- Bert Whitney                         /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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