UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ "There is also a thriving independent   \
| student movement in Poland, and thus    |
| there is a strong possibility (though   |
| no guarantee) of making an EARN-Poland  |
| link, should it ever come about, a      |
| genuine link - not a vacuum cleaner     |
| attachment for a Bloc information       |
| gathering apparatus rationed to trusted |
| apparatchiks." -- David Phillips, SUNY  |
| at Buffalo, about establishing a        |
|                                         |
| gateway from EARN (Eurpoean Academic    |
| Research Network)                       |
|                                         |
\ to Poland                               /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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