Skip to main content

Archive for 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). After reading a post on the OpenBSD misc mailing list I went back and read the OpenBSD 4.

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: <br /> Initialized empty Git repository in /Users/lantrix/tweet/.git/<br /> Using higher level of URL: http://plugins.svn.wordpress.org/tweet => http://plugins.svn.wordpress.org<br /> And it would proceed to hit up the entire wordpress repo. After reading a possible solution on Charlie’s Old blog, I stubmled across a newer way to do this.