UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Personally, I think my choice in the    \
| mostest-superlative-computer wars has   |
| to be the HP-48 series of calculators.  |
| They'll run almost anything. And if     |
| they can't, while I'll just plug a      |
| Linux box into the serial port and load |
| up the HP-48 VT-100 emulator. (By       |
\ jdege@winternet.com, Jeff Dege)         /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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