UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Without Action                          \
|                                         |
| Not praising the worthy prevents        |
| contention, Not esteeming the valuable  |
| prevents theft, Not displaying the      |
| beautiful prevents desire. In this      |
| manner the sage governs people:         |
| Emptying their minds, Filling their     |
| bellies, Weakening their ambitions, And |
| strengthening their bones. If people    |
| lack knowledge and desire Then they can |
| not act; If no action is taken Harmony  |
| remains.                                |
|                                         |
\ -- Lao Tse, "Tao Te Ching"              /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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