Archive for July, 2011

How to Install XML LibXML on Windows

Posted: 28th July 2011 by admin in Perl

XML-LibXML has quite a few dependencies – anyone wanting to install the uwinnipeg ppm for perl-5.8 would be well advised to first add it to the list of repo’s (unless it’s already there): ppm repo add http://theoryx5.uwinnipeg.ca/ppms/ Then it’s just a matter of (where prompted, accept the defaults): ppm install http://theoryx5.uwinnipeg.ca/ppms/XML-LibXML.ppd ==================== Install ‘XML-LibXML-Common’ version 0.13 in [...]

XML – RPC working over HTTPS [Grails]

Posted: 25th July 2011 by admin in Tomcat, XMl-RPC

Hi everybody if you got stuck with getting XML – RPC working over HTTPS, I will update you how to solve it. This is very basic problem, we have two parties. XML RPC Client XML RPC Server We need to make sure that XML – RPC server trusts the client, so we will make the [...]

Git Explicit Garbage Collection

Posted: 21st July 2011 by admin in Git

At times you have created so many branches and these branches might be deleted on remote, the file size of you repository can grow a lot. Git automatically handles this through git grarbage collection. But if you want to force it to garbage collection, then you can go to remove server (You have to have repository hosted [...]