script type="text/javascript"> jQuery(document).ready(function(){ jQuery("article.et_pb_post").each(function(){ jQuery(">a:first-child, .et_pb_image_container", this).insertAfter(jQuery(".post-meta", this)); }); });
Select Page

Linux: Error, some other host already uses address

The last week I did a migration from a Virtual Machine (VMware based) from ISP A to ISP B, and after starting the machine it worked fine. Then I needed to add a new IP to the eth0 interface so I made an ifcfg-eth0:0 config file with the new IP. After starting the...

Missing Private Key on IIS

Yesterday I was working on a new Sharepoint setup for a customer, and this website needed to be SSL only. So only on HTTPS instead of both HTTP and HTTPS. The customer did help us by already buying the Certificate. When I got at the point I wanted to install, I did...

Disable Telephone number link on iPhone/Android

This evening I was updating a website for a customer and noticed on my iPad and iPhone that Tel: +31 (0)123 456 789 numbers got a different color instead of the color i submitted in the CSS code. As i didnt do any CSS on the element i started searching and found out...

Auto Update on SharePoint servers

Somewhere in October Microsoft decided to add a SharePoint update to the Windows Update system. This caused some Sharepoint servers that had enabled Auto Update to stop working and throwing errors all around the place. Now on most servers we have disabled the...

iLO3 not responding on HTTPS

As i’m running several servers in a datacenter, and the DC is a 2 hour drive, I decided to add an iLO interface to my servers (yes it is HP). But for some maintenance preparation i decided to verify the iLO is up and running (just to save my ass for a 2 hour...