zondag 29 november 2015

WAMPserver op Windows 10

In Windows 10 is de World Wide Web publishing service automatisch aan. Deze moet uit om WAMPserver te kunnen laten werken op Windows 10.

Ga naar je startknop en rechterklik 'm. Kies Configuratie en dan Systeembeheer. Vervolgens Services en stop service World Wide Web Publishing en zet 'm op handmatig.

donderdag 26 november 2015

How to compress VirtualBox image

First, use sdelete from sysinternals to defragment your virtual system.
So, in your Virtual windows do:

sdelete -z c:

Then, exit the image and use:
VBoxManage.exe modifyhd "c:\path\to\thedisk.vdi" --compact

woensdag 11 november 2015

Effiproz is slow

Effiproz is an embedded C# database. However, a simple select count(1) from table is very slow when using cached disk tables. Almost a slow as selecting all the data in the table.