UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Also another major deciding factor is   \
| availability of source code. It just    |
| gives everybody a warm fuzzy feeling    |
| knowing that there is source code       |
| available to the product you are using. |
| It allows everybody to improve on the   |
| product and fix bugs etc. sooner that   |
| the author(s) would get the time/chance |
| to.                                     |
|                                         |
\ -- Atif Khan                            /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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