UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Ill-chosen abstraction is particularly  \
| evident in the design of the ADA        |
| runtime system. The interface to the    |
| ADA runtime system is so opaque that it |
| is impossible to model or predict its   |
| performance, making it effectively      |
| useless for real-time systems. -- Marc  |
\ D. Donner and David H. Jameson.         /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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