UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Well, since MS cant be sure of the      \
| username of someone downloading things, |
| they are going to play it safe and have |
| everything dowloaded and executed by    |
| Explorer as suid root. That way, it     |
| will run on ANY system anywhere. :)     |
|                                         |
\ -- George Bonser         /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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