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 did this PC choke? Did it |
| stutter? Did it, even once, say that    |
| this program has performed an illegal   |
| operation and must be shut down? No.    |
| And this is just on the client.         |
|                                         |
\ -- LAN Times                            /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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