UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ What to do in case of an alien attack: \
|                                        |
| 1) Hide beneath the seat of your plane |
| and look away.                         |
|                                        |
| 2) Avoid eye contact.                  |
|                                        |
| 3) If there are no eyes, avoid all     |
| contact.                               |
|                                        |
| -- The Firesign Theatre, _Everything   |
\ you know is Wrong_                     /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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