http://blogs.technet.com/b/devops/
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
(remove ^ in line)
And re-run vmware-config-tools
old vmware tools
python todo
Ruby repository for Ubuntu
Antivirus for Joomla
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 networks (VPNs).
Web tool which can help you to test your service
How to solve:
sudo apt-get install openssl libssl1.0.0
Then restart all services which uses openssl
Graphite dashboard
Grafana – beautiful, easy to use and feature rich Graphite dashboard replacement and graph editor.
fuse sshfs “Transport endpoint is not connected” filesystem error
Unmount:
fusermount -u << mountpoint >>
And mount it again:
sshfs << mountpoint >>