May 10, 2010 1:23 PM
Posted by: Dan O'Connor
net::ssh::expect,
perl,
SIGHere is a more complicated example that I created for Expect.
Set up the connection again.
my $ssh = Net::SSH::Expect->new (
host => "myserver.com",
password=> 'pass87word',
user => 'bnegrao',
raw_pty => 1
...
May 7, 2010 8:29 AM
Posted by: Dan O'Connor
microsoftThere is two bulletins for this month, one for Office and the other for Windows both rated critical. The windows update does require a restart according to the release and the office one may require one.
The windows vulnerability being patched appears to go from Windows 2000 to Windows 7 (...
May 6, 2010 9:30 AM
Posted by: Dan O'Connor
In case you missed it the root DNS servers were updated with DNSSEC early this week, it seems the updates went well I have not heard of any issues.
Here is some more information on DNSSEC from wikipedia
http://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions
For those of you...