Monthly Archives: January 2010

Fixed iChat AV thru OpenBSD PF Firewall

This has been bugging me for ages, but the fix is so simple. I use OpenBSD for my router, and have PF (Packet Filter) running the firewall and NAT rules. I have previously setup the port forwarding, etc. according to Apple, but never could get a successful connection using video or audio (or screen sharing).

Clone a part of an SVN repository in git

I was trying to clone my wordpress plugin from the wordpress svn repo using git-svn. I had no luck for about the past 8 weeks, with this problem: Initialized empty Git repository in /Users/lantrix/tweet/.git/ Using higher level of URL: http://plugins.svn.wordpress.org/tweet => http://plugins.svn.wordpress.org And it would proceed to hit up the entire wordpress repo. After reading