UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ "my biggest problem with RH (and        \
| especially RH contrib packages) is that |
| they DON'T have anything like our       |
| policy. That's one of the main reasons  |
| why their packages are so crappy and    |
| broken. Debian has the teamwork side of |
| building a distribution down to a fine  |
\ art."                                   /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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