UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Down to the Banana Republics, Down to   \
| the tropical sun. Go the expatriated    |
| Americans, Hoping to find some fun.     |
| Some of them go for the sailing, Caught |
| by the lure of the sea. Trying to find  |
| what is ailing, Living in the land of   |
| the free. Some of them are running from |
| lovers, Leaving no forward address.     |
| Some of them are running tons of ganja, |
| Some are running from the IRS. Late at  |
| night you will find them, In the cheap  |
| hotels and bars. Hustling the           |
| senoritas, While they dance beneath the |
| stars.                                  |
|                                         |
\ -- Jimmy Buffet, "Banana Republics"     /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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