UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ A recent study has found that           \
| concentrating on difficult off-screen   |
| objects, such as the faces of loved     |
| ones, causes eye strain in computer     |
| scientists. Researchers into the        |
| phenomenon cite the added concentration |
| needed to "make sense" of such          |
\ unnatural three dimensional objects.    /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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