Some days ago a friend of mine asked me how it’s possible to update the PHP version to the latest stable build. Updating using the regular (web) interface didn’t seem to work… This is how you do that : add-apt-repository ppa:onderj/php5 apt-get update apt-get install php5   [stextbox id=”warning”]After thisRead More →

Sometimes you don’t want to wait/rely to your WSUS environment for specific updates. But when you try to install updates manually you might notice the following message : It’s easy to go around this, you copy/paste the following code into a reg file : Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]Read More →

A customer complained about the following error : The problem is that the list of the Trusted Root Certificates (TRC) is too long. The solution is simple : use microsoft fixit : http://support.microsoft.com/kb/2801679 or delete the following key : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SystemCertificates\AuthRoot\Certificates You don’t have to restart anything afterwards.Read More →