UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ If someone can point me to a good and   \
| _FREE_ backup software that keeps track |
| of which files get stored on which      |
| tape, we can change to it.              |
|                                         |
| -- Mike Neuffer, admin of i-Connect     |
\ Corp.                                   /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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