UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ In dwelling, be close to the land. In  \
| meditation, delve deep into the heart. |
| In dealing with others, be gentle and  |
| kind. In speech, be true. In work, be  |
| competent. In action, be careful of    |
| your timing.                           |
|                                        |
\ -- Lao Tsu                             /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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