Q&A
Q&A with InetD: Answers to Computer, Internet, Networking and Telecom questions from our reader’s e-mails and comments.
Cool flash applet HTML5/JavaScript page showing the history of the development of web standards and web browsers:
http://evolutionofweb.appspot.com/
(I stand corrected.. 😉 )
Great article at Wired magazine about how digital detectives at Symantec and elsewhere deciphered the STUXNET worm.
See: http://www.wired.com/threatlevel/2011/07/how-digital-detectives-deciphered-stuxnet/all/1
Windows 7 does not enable a Telnet client during a default installation, which is more a secure posture than previous versions of Windows. I found I was unable to telnet when I went to simulate an HTTP request from the command line to a possibly bogus website and realized that telnet didn’t appear to exist on the Windows 7 system. Previous versions of Windows come with the telnet client installed in the C:\Windows\System32 directory. This is more secure, but there are times when a telnet client is needed. Here’s how you can enable the Telnet client in Windows 7.
I find it interesting that Microsoft still provides the old Telnet client, but still doesn’t include an SSH client. SSH is similar to Telnet, but provides encrypted communication between endpoints. Odd that Telnet is disabled as a security risk–yet the best alternative, SSH is not offered or included.