UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ The sourceforge approach is to place    \
| all of the projects in some bland "open |
| source surburbia", where all of the     |
| houses are alike, with only the colors  |
| and minor style variations (which       |
| building plan was used for which        |
| particular house) are allowed by the    |
| restrictive covenants and local zoning  |
| laws. Sourceforege is the open source   |
| equivalent of the subdivision in the    |
| movie "Edward Scissorhands".            |
|                                         |
\ -- Terry Lambert                        /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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