vmware-config-tools.pl finished with “Could not find Parent Node”

So we have Ubuntu 6.06 Dapper guest on ESX 5.5  With latest release of VMware-tools vmware-config-tools.pl finished with “Could not find Parent Node” Solution: Find stiring near  # Get the udev device path from this node –         if ($txt =~ m/^'(.*?)’:/s) { +         if ($txt =~ m/'(.*?)’:/s) {   (remove ^ in line) And re-run […]

python todo

www.coursera.org/…teractivepython www.edx.org/…98#.U1OkAvl_tqA www.codecademy.com/tracks/python www.checkio.org

Ubuntu openssl ‘heartbleed’ issue

The Heartbleed Bug is a serious vulnerability in the popular OpenSSL cryptographic software  library. This weakness allows stealing the information protected, under normal conditions, by the SSL/TLS encryption used to secure the Internet. SSL/TLS provides communication security and privacy over the Internet for applications such as web, email, instant messaging (IM) and some virtual private […]