UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _______________________________________
/ Got a complaint about the Internal    \
| Revenue Service? Call the convenient  |
| toll-free "IRS Taxpayer Complaint Hot |
| Line Number":                         |
|                                       |
\ 1-800-AUDITME                         /
 ---------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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