VMware ESXi enable remote ssh access (unsupported)

To enable VMware ESXi 4.0 SSH (Windows Putty) access: At physical console press ALT+F1. VMware ESXi banner will appear. There is no prompt on the screen, but type ‘unsupported’ and press Enter. Now at password prompt type root password. You are logged in Linux console. Type: vi /etc/inetd.conf Locate line with commented SSH – ‘#ssh …

Make asynchronous call in PHP using PHP socket and custom User agent string

Recently I wrote about async calls in PHP. In the provided example from w-shadow.com there is one thing missing – User agent string. Changing User agent string to something unique is handy, when analyzing log file. You can see, if someone is messing with your hidden asynchronous PHP script. Here is an example, that uses …