UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ Basically, I want people to know that   \
| when they use binary-only modules, it's |
| THEIR problem. I want people to know    |
| that in their bones, and I want it      |
| shouted out from the rooftops. I want   |
| people to wake up in a cold sweat every |
| once in a while if they use binary-only |
| modules.                                |
|                                         |
\ -- Linus Torvalds                       /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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