UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ The work [of software development] is   \
| becoming far easier (i.e. the tools     |
| we're using work at a higher level,     |
| more removed from machine, peripheral   |
| and operating system imperatives) than  |
| it was twenty years ago, and because of |
| this, knowledge of the internals of a   |
| system may become less accessible. We   |
| may be able to dig deeper holes, but    |
| unless we know how to build taller      |
| ladders, we had best hope that it does  |
| not rain much.                          |
|                                         |
\ -- Paul Licker                          /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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