UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Hypocrisy                               \
|                                         |
| When the Way is forgotten Duty and      |
| justice appear; Then knowledge and      |
| wisdom are born Along with hypocrisy.   |
| When harmonious relationships dissolve  |
| Then respect and devotion arise; When a |
| nation falls to chaos Then loyalty and  |
| patriotism are born.                    |
|                                         |
\ -- Lao Tse, "Tao Te Ching"              /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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