UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ QOTD:                                   \
|                                         |
| I opened Pandora's box, let the cat out |
| of the bag and put the                  |
|                                         |
| ball in their court.                    |
|                                         |
| -- Hon. J. Hacker (The Ministry of      |
\ Administrative Affairs)                 /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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