UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ "It follows that any commander in chief \
| who undertakes to carry out a plan      |
|                                         |
| which he considers defective is at      |
| fault; he must put forth his reasons,   |
|                                         |
| insist of the plan being changed, and   |
| finally tender his resignation rather   |
| than be the instrument of his army's    |
| downfall."                              |
|                                         |
| -- Napoleon, "Military Maxims and       |
\ Thought"                                /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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