UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ______________________________________
/ Moon, n.:                            \
|                                      |
| 1. A celestial object whose phase is |
| very important to hackers. See       |
|                                      |
| PHASE OF THE MOON. 2. Dave Moon      |
\ (MOON@MC).                           /
 --------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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