                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>No technical expert advice can be found here ;) &#187; Mac OS X</title>
	<atom:link href="http://blog.elitecoderz.net/category/os/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.elitecoderz.net</link>
	<description>Weblog by Erik Scholtz</description>
	<lastBuildDate>Thu, 08 Dec 2011 09:46:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Read OS X binary .plist with Java</title>
		<link>http://blog.elitecoderz.net/read-os-x-binary-plist-with-java/2011/01/</link>
		<comments>http://blog.elitecoderz.net/read-os-x-binary-plist-with-java/2011/01/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 10:30:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[parse]]></category>
		<category><![CDATA[plist]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=387</guid>
		<description><![CDATA[With OS X 10.2 Apple introduced a more space-efficient binary plist-format. With OS X 10.4 this new binary format became the default format. The underlaying format is a simple XML-format (introduced with OS X 10.0), which was easy to read and parse from Java. The new format must be parsed in a special way: either [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/read-os-x-binary-plist-with-java/2011/01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run Installer (.pkg or .mpkg) without user dialog (silentmode) from console on OS X</title>
		<link>http://blog.elitecoderz.net/run-installer-pkg-or-mpkg-without-user-dialog-silentmode-from-console-on-os-x/2010/07/</link>
		<comments>http://blog.elitecoderz.net/run-installer-pkg-or-mpkg-without-user-dialog-silentmode-from-console-on-os-x/2010/07/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 08:23:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[automated run]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[mpgk]]></category>
		<category><![CDATA[pgk]]></category>
		<category><![CDATA[silentmode]]></category>
		<category><![CDATA[sudo]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=379</guid>
		<description><![CDATA[Very often, software for OS X is provided as .pkg or .mpkg bundles (the difference is, that .mpkg bundles are more customizable than the .pkg-installers). If you want to install them without clicking through the GUI-user-dialog, you can do this by running the installer from the console in silent mode: sudo -S installer -verbose -pkg [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/run-installer-pkg-or-mpkg-without-user-dialog-silentmode-from-console-on-os-x/2010/07/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bypass a firewall Part II &#8211; Secure Tunnel through the firewall</title>
		<link>http://blog.elitecoderz.net/bypass-a-firewall-part-ii-secure-tunnel-through-the-firewall/2009/09/</link>
		<comments>http://blog.elitecoderz.net/bypass-a-firewall-part-ii-secure-tunnel-through-the-firewall/2009/09/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 16:40:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[break firewall]]></category>
		<category><![CDATA[bypass firewall]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[SOCKS]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tunnel]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=273</guid>
		<description><![CDATA[*WOW* &#8211; the resonse to my last article is overwhelming! The article is just a week old, but my mailbox is already full of emails asking me, if there is a way to use SOCKS over a secure connection like SSH. To prevent my mailbox from several hundrets of further emails: YES THERE IS A [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/bypass-a-firewall-part-ii-secure-tunnel-through-the-firewall/2009/09/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Break through a firewall &#8211; SOCKS (dante) tunnel and OS X</title>
		<link>http://blog.elitecoderz.net/break-through-a-firewall-socks-dante-tunnel-and-osxfirewall-umgehen-socks-dante-tunnel-und-osx/2009/08/</link>
		<comments>http://blog.elitecoderz.net/break-through-a-firewall-socks-dante-tunnel-and-osxfirewall-umgehen-socks-dante-tunnel-und-osx/2009/08/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 11:37:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[break firewall]]></category>
		<category><![CDATA[bypass firewall]]></category>
		<category><![CDATA[Dante]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[SOCKS]]></category>
		<category><![CDATA[SOCKS5]]></category>
		<category><![CDATA[tunnel]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=254</guid>
		<description><![CDATA[New customers, new problems: I am used to get internet-access over the Intranet of my customers and can build up a VPN connection or SSH/SSL connections, so I can reach my IMAP-Mailbox in a secure way. This time I got completely blocked &#8211; only port 80 was allowed &#8211; and for me being without emails [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/break-through-a-firewall-socks-dante-tunnel-and-osxfirewall-umgehen-socks-dante-tunnel-und-osx/2009/08/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to mirror (&#8220;steal&#8221;) a complete website with OS X</title>
		<link>http://blog.elitecoderz.net/komplette-webseite-herunterladen-stehlen-unter-os-xhow-to-mirror-steal-a-complete-website-with-os-x/2009/03/</link>
		<comments>http://blog.elitecoderz.net/komplette-webseite-herunterladen-stehlen-unter-os-xhow-to-mirror-steal-a-complete-website-with-os-x/2009/03/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 10:52:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[mirror]]></category>
		<category><![CDATA[spider]]></category>
		<category><![CDATA[webgrapper]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=183</guid>
		<description><![CDATA[Anyone of you already know this situation: You found a really great and helpfull site on the internet, put a bookmark on it, and when you need the site and check back to it, it is discontinued and closed. For me, this is a reason to mirror helpful and (to me) important websites locally to [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/komplette-webseite-herunterladen-stehlen-unter-os-xhow-to-mirror-steal-a-complete-website-with-os-x/2009/03/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Converting Windows characters to Mac and vice versa &#8211; Filter for BBEdit</title>
		<link>http://blog.elitecoderz.net/windows-zeichen-fur-mac-konvertieren-und-umgekehrt-filter-fur-bbeditconverting-windows-characters-to-mac-and-vice-versa-filter-for-bbedit/2009/01/</link>
		<comments>http://blog.elitecoderz.net/windows-zeichen-fur-mac-konvertieren-und-umgekehrt-filter-fur-bbeditconverting-windows-characters-to-mac-and-vice-versa-filter-for-bbedit/2009/01/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 17:27:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[BBEdit]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[Filter]]></category>
		<category><![CDATA[Module]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[RegEx]]></category>
		<category><![CDATA[RegExp]]></category>
		<category><![CDATA[Regular Expression]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=68</guid>
		<description><![CDATA[When working with scripts written in perl or php, the encoding of special german characters like &#8220;ü&#8221; (ue), &#8220;ö&#8221; (oe) and &#8220;ä&#8221; (ae) can&#8217;t be set correctly, since the file-encoding needs to be set to &#8220;Mac OS Roman&#8221; with &#8220;Unix Linefeeds (LF)&#8221;. So these special characters, called &#8220;Umlaute&#8221; gets mapped to untypable characters in the [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/windows-zeichen-fur-mac-konvertieren-und-umgekehrt-filter-fur-bbeditconverting-windows-characters-to-mac-and-vice-versa-filter-for-bbedit/2009/01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show hidden files in FileZilla</title>
		<link>http://blog.elitecoderz.net/show-hidden-files-in-filezilla/2009/01/</link>
		<comments>http://blog.elitecoderz.net/show-hidden-files-in-filezilla/2009/01/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 11:28:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[FileZilla]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[show hidden files]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=50</guid>
		<description><![CDATA[How to show hidden files in FileZilla? Up to the previouse version there was an option for it in: View menu at the top &#62;&#62; select Show Hidden Files That was it. In the new versions (I think since 3.1.6) this menu dissappeared. Google did not really help, since only the old menu was described [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/show-hidden-files-in-filezilla/2009/01/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Compare multiple files in different folders with one click</title>
		<link>http://blog.elitecoderz.net/compare-multiple-files-in-different-folders-with-one-click/2009/01/</link>
		<comments>http://blog.elitecoderz.net/compare-multiple-files-in-different-folders-with-one-click/2009/01/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 14:23:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[compare]]></category>
		<category><![CDATA[diff]]></category>
		<category><![CDATA[file comparison]]></category>
		<category><![CDATA[merge]]></category>
		<category><![CDATA[multiple]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=8</guid>
		<description><![CDATA[FileMerger and other &#8220;Diff-Tools&#8221; normally compare only two files at once. Good programs (like BBEdit) can additionally compare the contents of two folders. Today I had to compare 673 files in two folders with each other. Now I was looking for a tool doing this for me: I found KDiff3! KDiff3 can not only compare [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/compare-multiple-files-in-different-folders-with-one-click/2009/01/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>LSL (Linden Script Language) Plugin for BBEdit</title>
		<link>http://blog.elitecoderz.net/lsl-linden-script-language-plugin-for-bbedit/2008/12/</link>
		<comments>http://blog.elitecoderz.net/lsl-linden-script-language-plugin-for-bbedit/2008/12/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 15:10:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Second Life® & LSL]]></category>
		<category><![CDATA[BBEdit]]></category>
		<category><![CDATA[lsl]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=7</guid>
		<description><![CDATA[Due to the lack of a LSL-Plugin for BBEdit (yes &#8211; BBEdit is simply the best text and sourcecode editor for Apple Mac OS X; in fact I&#8217;m using BBEdit since the early 1990&#8242;s starting with &#8220;BBEdit Lite&#8221; and later a BBEdit 3.1.1 version) I wrote a quick implementation of my own to have syntax- [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/lsl-linden-script-language-plugin-for-bbedit/2008/12/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

