UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Her locks an ancient lady gave Her      \
| loving husband's life to save; And men  |
| -- they honored so the dame -- Upon     |
| some stars bestowed her name.           |
|                                         |
| But to our modern married fair, Who'd   |
| give their lords to save their hair, No |
| stellar recognition's given. There are  |
\ not stars enough in heaven.             /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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