UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ ## a_nick                               \
| (nobody@c213-89-87-111.cm-upc.chello.se |
| ) has joined #python  how do i  |
| add a new key to a dictionary?  |
| nm  heh :)  behold the      |
\ problem-solving power of #python.       /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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