                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <?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>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Binäre .plist Datei unter OS X mit Java lesen</title>
		<link>http://blog.elitecoderz.net/de/read-os-x-binary-plist-with-java/2011/01/</link>
		<comments>http://blog.elitecoderz.net/de/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[Mit OS X 10.2 führte Apple ein binäres plist-Format ein, welches deutlich weniger Speicherplatz benötigt als das bisherige.Mit Einführung von OS X 10.4 wurde dieses neue, binäre Format das Standard-Format. Dem binären Format liegt eine einfache XML-Struktur zugrunde (welche mit OS X 10.0 eingeführt wurde), welche sehr einfach mit Java zu lesen und zu parsen [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/de/read-os-x-binary-plist-with-java/2011/01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installer (.pkg oder .mpkg) ohne Dialog (silentmode) von der Konsole unter OS X</title>
		<link>http://blog.elitecoderz.net/de/run-installer-pkg-or-mpkg-without-user-dialog-silentmode-from-console-on-os-x/2010/07/</link>
		<comments>http://blog.elitecoderz.net/de/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[Häufig wird Software für OS X als .pkg oder .mpkg Installer-Bundle geliefert (der Unterschied zwischen .mpkg und .pkg ist, daß das .mpkg flexibler hinsichtlich verschiedener Anpassungen ist). Wenn man den Installer durchlaufen lassen möchte, ohne sich dabei durch die GUI-Dialoge klicken zu müssen, dann kann man dies über die Konsole im sogenannten Silentmode tun: sudo [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/de/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>Firewall umgehen Teil II &#8211; Sicheren Tunnel durch eine Firewall bauen</title>
		<link>http://blog.elitecoderz.net/de/bypass-a-firewall-part-ii-secure-tunnel-through-the-firewall/2009/09/</link>
		<comments>http://blog.elitecoderz.net/de/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; die Reaktionen auf meinen letzten Artikel sind überwältigend! Der Artikel ist kaum eine Woche alt, aber meine Mailbox ist bereits voll mit Fragen, ob der SOCKS-Tunnel auch verschlüsselt aufgebaut werden kann über z.B. eine SSH-Verbindung. Um meiner Mailbox einige weitere hundert Emails zu ersparen: JA &#8211; es gibt eine Möglichkeit! Einen SOCKS-Proxy über [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/de/bypass-a-firewall-part-ii-secure-tunnel-through-the-firewall/2009/09/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firewall umgehen &#8211; SOCKS (dante) Tunnel und OS X</title>
		<link>http://blog.elitecoderz.net/de/break-through-a-firewall-socks-dante-tunnel-and-osxfirewall-umgehen-socks-dante-tunnel-und-osx/2009/08/</link>
		<comments>http://blog.elitecoderz.net/de/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[Neue Kunden, neue Probleme: Üblicherweise erhalte ich bei meinen Kunden über das Intranet Zugang zum Internet und kann eine VPN-Verbindung oder wenigstens eine SSH/SSL-Verbindung aufbauen, damit ich mein IMAP-Postfach auf sicherem Wege erreichen kann. Dieses Mal wurde ich leider jedoch komplett ausgesperrt &#8211; nur Port 80 war erlaubt &#8211; und für mich ist ohne Emails [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/de/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>Komplette Webseite herunterladen (&#8220;stehlen&#8221;) unter OS X</title>
		<link>http://blog.elitecoderz.net/de/komplette-webseite-herunterladen-stehlen-unter-os-xhow-to-mirror-steal-a-complete-website-with-os-x/2009/03/</link>
		<comments>http://blog.elitecoderz.net/de/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[Jeder kennt die Situation: Man hat eine geniale und äußerst hilfreiche Webseite im Internet gefunden, speichert sich ein Bookmark dafür, und wenn man die Seite braucht und sie wieder besuchen möchte ist sie nicht mehr erreichbar. Aus diesem Grund spiegele ich mir solche Webseiten auf meinen lokalen Computer. Bisher habe ich hierzu ein Tool namens [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/de/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>Windows Zeichen für Mac konvertieren und umgekehrt &#8211; Filter für BBEdit</title>
		<link>http://blog.elitecoderz.net/de/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/de/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[]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/de/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/de/show-hidden-files-in-filezilla/2009/01/</link>
		<comments>http://blog.elitecoderz.net/de/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/de/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/de/compare-multiple-files-in-different-folders-with-one-click/2009/01/</link>
		<comments>http://blog.elitecoderz.net/de/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/de/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/de/lsl-linden-script-language-plugin-for-bbedit/2008/12/</link>
		<comments>http://blog.elitecoderz.net/de/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/de/lsl-linden-script-language-plugin-for-bbedit/2008/12/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

