UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ The three laws of thermodynamics:       \
|                                         |
| (1) You can't get anything without      |
| working for it.                         |
|                                         |
| (2) The most you can accomplish by      |
| working is to break even.               |
|                                         |
| (3) You can only break even at absolute |
\ zero.                                   /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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