UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/  "I installed 'Linux     \
| 6.1', doesn't that make me a unix       |
|                                         |
| guru?"  Espy_on_crack: no, you    |
| have to install it twice before you are |
| a                                       |
|                                         |
| guru...once to prove you can do it, the |
| second to fix the things                |
|                                         |
| your broke the first time               |
|  oh right, how silly of  |
\ me                                      /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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