UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Red Hat has recently released a         \
| Security Advisory (RHSA-1999:030-01)    |
| covering a buffer overflow in the vixie |
| cron package. Debian has discovered     |
| this bug two years ago and fixed it.    |
| Therefore versions in both, the stable  |
| and the unstable, distributions of      |
| Debian are not vulnerable to this       |
\ problem..                               /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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