UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ It turned out that the worm exploited   \
| three or four different holes in the    |
| system. From this, and the fact that we |
| were able to capture and examine some   |
| of the source code, we realized that we |
| were dealing with someone very sharp,   |
| probably not someone here on campus.    |
|                                         |
| -- Dr. Richard LeBlanc, associate       |
| professor of ICS, in                    |
|                                         |
| Georgia Tech's campus newspaper after   |
\ the Internet worm.                      /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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