UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/  In the days when Sussman was a novice \
| Minsky once came to him as he sat      |
| hacking at the PDP-6.                  |
|                                        |
| "What are you doing?", asked Minsky.   |
|                                        |
| "I am training a randomly wired neural |
| net to play Tic-Tac-Toe."              |
|                                        |
| "Why is the net wired randomly?",      |
| inquired Minsky.                       |
|                                        |
| "I do not want it to have any          |
| preconceptions of how to play".        |
|                                        |
| At this Minsky shut his eyes, and      |
| Sussman asked his teacher "Why do you  |
| close your eyes?"                      |
|                                        |
| "So that the room will be empty."      |
|                                        |
| At that moment, Sussman was            |
\ enlightened.                           /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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