Archive for June, 2010

Mac OS X List ports

Posted by pebuchmann on 27 Jun 2010 | Tagged as: Mac OS X

This command lists all port entries which contain the token LISTEN: lsof -i | grep LISTEN

Postgresql: Resetting the Password on Windows

Posted by pebuchmann on 25 Jun 2010 | Tagged as: Uncategorized

I found this useful hint on how to reset the password for any postgres user on Windows: net user postgres postgres

Liferay Deployment Problem

Posted by pebuchmann on 17 Jun 2010 | Tagged as: Uncategorized

Explanation for the “Version …” conflict error message when deplyoing a portlet to liferay:

Sun VirtualBox BIOS

Posted by pebuchmann on 16 Jun 2010 | Tagged as: Software Development

Instrcutions on how to change the system time in a VirtualBox BIOS can be found here. Note: For my version I used VBoxManage modifyvm WindowsXP –biossystemtimeoffset -206150400000 rather then the sugested VBoxManage modifyvm “Windows Whistler 2419″ -biossystemtimeoffset -206150400000

WordPress XML-RPC

Posted by pebuchmann_super on 12 Jun 2010 | Tagged as: Software Development

Some useful information on the topic: blogId Grails WordPress Plugin – or so it seams

Test1

Posted by pebuchmann_super on 12 Jun 2010 | Tagged as: Reading

This should be some text

Logging in Grails

Posted by pebuchmann on 11 Jun 2010 | Tagged as: Software Development

Tutorial about logging in Grails