UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ You know, if Red Hat was smart, they'd  \
| have a fake front on their office       |
| building just for visitors, where you   |
| would board a magical trolley that took |
| you past the smiling singing oompah     |
| loompahs who take the raw linux sugar   |
| and make it into Red Hat candy          |
| goodness.                               |
|                                         |
| Then they could use it as a motivator   |
| for employees....Shape up, or you're    |
| spending time working "the ride"!       |
|                                         |
| -- Jim Wright on the TriLUG mailing     |
| list                                    |
|                                         |
|       /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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