UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ "Since it's a foregone conclusion that \
| Microsoft will be littering its XML    |
| with pointers to Win32-based           |
| components, the best that can be said  |
| about its adoption of XML is that it   |
| will make it easier for browsers and   |
| applications on non-Windows platforms  |
| to understand which parts of the       |
| document it must ignore."              |
|                                        |
| -- Nicholas Petreley, "Computerworld", |
\ 3 September, 2001                      /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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