UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ From the Pro 350 Pocket Service Guide, \
| p. 49, Step 5 of the instructions on   |
| removing an I/O board from the card    |
| cage, comes a new experience in sound: |
|                                        |
| 5. Turn the handle to the right 90     |
| degrees. The pin-spreading             |
|                                        |
| sound is normal for this type of       |
\ connector.                             /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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