UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ > I get the following error messages at \
| bootup, could anyone tell me > what     |
| they mean? > fcntl_setlk() called by    |
| process 51 (lpd) with broken flock()    |
| emulation They mean that you have not   |
| read the documentation when upgrading   |
| the kernel.                             |
|                                         |
\ -- seen on c.o.l.misc                   /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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