UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ Easiest Color to Solve on a Rubik's    \
| Cube: Black.                           |
|                                        |
| Simply remove all the little colored   |
| stickers on the cube, and each of side |
| of the cube will now be the original   |
| color of the plastic underneath --     |
| black. According to the instructions,  |
| this means the puzzle is solved.       |
|                                        |
\ -- Steve Rubenstein                    /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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