Who's to say what was more uncivil about December's WSIS meeting in Geneva, Richard Stallman's sticking his tongue out when taking his security ID photo, or those who sought, and succeeded in, muddying the waters against official support of Open Source/Free Software?
Evan Leibovitch, president of the Linux Professional Institute, lets you decide, in his thought-provoking post-mortem of the December summit in Geneva.
If you haven't noticed, I've decided to crank out the new site, based on Geeklog. I was going to wait until I had the majority of the content I wanted from the old site was moved into the new site, but it was interferring with posting of new stories and new content. I believe that developing it over time will give me a little perspective on what was useful content, what was outdated and what was just a plain waste of time an effort to move over :)
Most Recent Post: 01/17 12:37PM by Linegod [ Views:: 5,094 ]
PHP patch quick but inadequate
Tuesday, May 05 1998 @ 09:22 AM CST Contributed by: Linegod
The updates to PHP versions 5.3.12 and 5.4.2 released on Thursday do not fully resolve the vulnerability that was accidentally disclosed on Reddit, according to the discoverer of the flaw. The bug in the way CGI and PHP interact with each other leads to a situation where attackers can execute code on affected servers. The issue remained undiscovered for eight years.
Pexpect is a pure Python module that makes Python a better tool for controlling and automating other programs. Pexpect is similar to the Don Libes Expect system, but Pexpect as a different interface that is easier to understand.
It runs programs and watches output. When output matches a given pattern Pexpect can respond as if a human were typing responses.