Debugging and Slowness with Php

Install : Xdebug Can be done by install then entering the following :  /etc/php/7.1/fpm/php.ini:zend_extension = /usr/lib/php/20160303/xdebug.so xdebug.profiler_enable = 0 xdebug.profiler_output_name = cachegrind.out.%t xdebug.profiler_enable_trigger = 1 xdebug.profiler_output_dir = /tmp xdebug.profiler_enable_trigger_value = […]

How to delete iManage User

You cannot!You need to rename the user from one to another ( this moves all the documents for that user ) If the Rename process does not work […]

Powershell to Create a VM from an copied VHD

If you are using Windows 10 or have Powershell 5 installed runInstall-Module AzureRMOnce installed, use the following to log into Azure in an interactive fashion: Login-AzureRmAccountEdit these lines […]