Windows : Plesk dependency for msi45 required by mssql2008

You might encounter this issue when installing Plesk 11 with Microsoft SQL Server on Windows : Unable to install the “mssql2008_configurator-1.0.noarch” package. The following could cause the installation failure: 1) mssql2008_configurator-1.0.noarch: No suitable solutions were found for the “msi45 >= 4.5.0000.0000” dependency. 2) The dependency for “msi45 >= 4.5.0000.0000” required by the “mssql2008_configurator-1.0.noarch” package could… Read More »

Linux : Restrict recursive lookup on BIND name server

To restrict as much as possible attack on your name server and avoid your resources consumed by tons of illegitimate queries, it’s wise to disable recursive lookup from the Internet for domains that are not served by your DNS server. To achieve that, simply add those parameters to named.conf “options” section : recursion yes; allow-recursion… Read More »

Windows : Enable TRIM on your SSD drive

Using a SSD drive on Windows 7? You better have TRIM enabled for better performance and make your drive last longer. Windows should enable it by default. To check if it’s enabled, run the following command : fsutil behavior query DisableDeleteNotify If returned value is ” 0 “, this mean TRIM is enabled. If ”… Read More »

Linux : SpamAssassin high CPU usage, keep flipping between running and zombie state

You may notice those symptoms after updating SpamAssassin : – High CPU usage – spamd keep flipping between “running” and “zombie” state This probably mean your SpamAssassin installation is missing rule set configuration files. To resolve this issue, simply try running : sa-update Since this should have been automatically done at the installation or upgrade,… Read More »

Office : Where is the Office 2010 Normal.dot file on Windows 7

The normal.dot file is actually the default Office Word template file. Since Windows Vista and ultimately Windows 7, the location changed. This is actually the same location whatever Microsoft Office version you are using. %:\Users\%username%\AppData\Roaming\Microsoft\Templates *Please note that the file is now named “Normal.dotm“

Category: PC

WordPress : Really Simple CAPTCHA show no image after plugin update

If you are using WordPress engine and the Really Simple CAPTCHA plugin for your forms, you may encounter a blank image containing the word “captcha” instead of the automatically generated image after updating the plugin. Here is the procedure to resolve this issue : 1. Login as administrator 2. On the left side menu, click… Read More »

Category: Web