UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ I sat laughing snidely into my notebook \
| until they showed me a PC running       |
| Linux. And oh! It was as though the     |
| heavens opened and God handed down a    |
| client-side OS so beautiful, so         |
| graceful, and so elegant that a million |
| Microsoft developers couldn't have      |
| invented it even if they had a hundred  |
| years and a thousand crates of Jolt     |
| cola.                                   |
|                                         |
\ -- LAN Times                            /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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