UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ "Perhaps I am flogging a straw herring  \
| in mid-stream, but in the light of what |
| is known about the ubiquity of security |
| vulnerabilities, it seems vastly too    |
| dangerous for university folks to run   |
| with their heads in the sand."          |
|                                         |
| -- Peter G. Neumann, RISKS moderator,   |
\ about the Internet virus                /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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