UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ > : Any porters out there should feel   \
| happier knowing that DEC is shipping >  |
| : me an AlphaPC that I intend to try    |
| getting linux running on: this will > : |
| definitely help flush out some of the   |
| most flagrant unportable stuff. > : The |
| Alpha is much more different from the   |
| i386 than the 68k stuff is, so > : it's |
| likely to get most of the stuff fixed.  |
| > > It's posts like this that almost    |
| convince us non-believers that there >  |
| really is a god.                        |
|                                         |
| -- Anthony Lovell, to Linus's remarks   |
\ about porting                           /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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