UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ We have a policy that we are not being  \
| hacked.                                 |
|                                         |
| -- Lisa Kopp, Friendster rep,           |
| commenting on a security flaw           |
|                                         |
| http://www.wired.com/wired/archive/12.0 |
\ 6/dating_pr.html                        /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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