UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _______________________________________
/ italic, adj:                          \
|                                       |
| Slanted to the right to emphasize key |
| phrases. Unique to                    |
|                                       |
| Western alphabets; in Eastern         |
| languages, the same phrases           |
|                                       |
\ are often slanted to the left.        /
 ---------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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