Kdiff3 has been my favourite diff tool for a while and I always have to look up how to configure it to be automatically launched when using Git from the command line. So it's going in the blog! For Linux sudo apt-get update sudo apt-get install kdiff3… more »
Categories: "Applications"
I wanted to deny the use of MDM to everyone who wasn't admin. I was expecting to be able to set up a deny rule then allow access to it for some users but it doesn't seem to work like this. The basic principle is deny everything then allow you to create… more »
Recently had a problem with Yii2's migrate when trying to connect to a local database. I added the settings from common and Hey Presto! everything works. more »
It's one of those things that's really annoying and the solution is not very easy to find because searching Google for www and .com doesn't give you anything useful.
In the address bar type: about:config
Accept the warnings about pending doom
Enter:… more »
I always think that using SVN is like using a really broken version of git. The fact that SVN allows you to checkout part of a tree and thus have any folder as the root of your source controller encourages developers to hack solutions which is probably… more »