UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ______________________________________
/  HOW TO PROVE IT, PART 1             \
|                                      |
| proof by example:                    |
|                                      |
| The author gives only the case n = 2 |
| and suggests that it                 |
|                                      |
| contains most of the ideas of the    |
| general proof.                       |
|                                      |
| proof by intimidation:               |
|                                      |
| 'Trivial'.                           |
|                                      |
| proof by vigorous handwaving:        |
|                                      |
| Works well in a classroom or seminar |
\ setting.                             /
 --------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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