UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Prevalent beliefs that knowledge can be \
| tapped from previous incarnations or    |
| from a "universal mind" (the repository |
| of all past wisdom and creativity) not  |
| only are implausible but also unfairly  |
| demean the stunning achievements of     |
| individual human brains. - Barry L.     |
| Beyerstein, "The Brain and              |
| Consciousness: Implications for Psi     |
|                                         |
| Phenomena", The Skeptical Inquirer,     |
\ Vol. XII No. 2, ppg. 163-171            /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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