UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ I would trade all of my technology for \
| an afternoon with Socrates.            |
|                                        |
| -- Steve Jobs (1955-2011) That's been  |
| one of my mantras - focus and          |
| simplicity. Simple can be harder than  |
| complex: You have to work hard to get  |
| your thinking clean to make it simple. |
| But it's worth it in the end because   |
| once you get there, you can move       |
| mountains.                             |
|                                        |
\ -- Steve Jobs (1955-2011)              /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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