UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/  Culus: my bug with openssh    \
| appears to be fixed in 2.5.2, but      |
|                                        |
| master runs 2.3.0  Don't even   |
| start  I just did.  You |
| guys are going to drive me to build a  |
| huge giant robot and                   |
|                                        |
\ destroy all of texas, aren't you?      /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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