                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <?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; Operating Systems</title>
	<atom:link href="http://blog.elitecoderz.net/category/os/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>Cluster Filesystem for FreeBSD &#8211; GFS, OCFS2, &#8230;?</title>
		<link>http://blog.elitecoderz.net/cluster-filesystem-for-freebsd-gfs-ocfs2/2010/06/</link>
		<comments>http://blog.elitecoderz.net/cluster-filesystem-for-freebsd-gfs-ocfs2/2010/06/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 08:45:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[filesystem]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[audit]]></category>
		<category><![CDATA[cluster.gfs]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[ocfs2]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[rsync]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=339</guid>
		<description><![CDATA[To make it short: There is absolutely NO real Cluster-Filesystem (like GFS or OCFS2) for FreeBSD at present. Also other projects for distributed filesystems like GlusterFS, PVFS or DRBD are not ported to FreeBSD, or the ports are very old. Since I was in the need to have four identical data-filesystems (which have to be [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/cluster-filesystem-for-freebsd-gfs-ocfs2/2010/06/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>iStor problem solved / can’t find block in cyl 0 / cg 0: bad magic number</title>
		<link>http://blog.elitecoderz.net/istor-problem-solved-can%e2%80%99t-find-block-in-cyl-0-cg-0-bad-magic-number/2010/03/</link>
		<comments>http://blog.elitecoderz.net/istor-problem-solved-can%e2%80%99t-find-block-in-cyl-0-cg-0-bad-magic-number/2010/03/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 12:14:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[can't find block in cyl 0]]></category>
		<category><![CDATA[cg 0: bad magic number]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[iStor]]></category>
		<category><![CDATA[PetaStor]]></category>
		<category><![CDATA[ufs]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=332</guid>
		<description><![CDATA[After over one year working together with Danny Braniss and testing several thousands of options, settings and configurations, I managed to get the iStore iSCSI-device working together with FreeBSD. Just to remember. The following error occured, when trying to write an UFS filesystem to the device: newfs -O2 /dev/da0s1 /dev/da0s1: 782023.5MB (1601584044 sectors) block size [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/istor-problem-solved-can%e2%80%99t-find-block-in-cyl-0-cg-0-bad-magic-number/2010/03/feed/</wfw:commentRss>
		<slash:comments>0</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>FreeBSD freezes on: Trying to mount root from ufs:/dev/md0 and is stucked</title>
		<link>http://blog.elitecoderz.net/freebsd-freezes-on-trying-to-mount-root-from-ufsdevmd0-and-is-stucked/2009/01/</link>
		<comments>http://blog.elitecoderz.net/freebsd-freezes-on-trying-to-mount-root-from-ufsdevmd0-and-is-stucked/2009/01/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 20:51:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[INTEL]]></category>
		<category><![CDATA[S7000FC4UR]]></category>
		<category><![CDATA[Trying to mount root from ufs]]></category>
		<category><![CDATA[Xeon]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=44</guid>
		<description><![CDATA[Yeah &#8211; huge projects with different types of hardware always bring up many different type of problems: Today I had an INTEL Server Platform S7000FC4UR  (really a fantastic System: 160GB of RAM, 4x INTEL Xeon X7350 with 4 Cores, 2,93Ghz, so the system has 16 Cores!) to boot up with FreeBSD 7.1. The boot-process hang [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/freebsd-freezes-on-trying-to-mount-root-from-ufsdevmd0-and-is-stucked/2009/01/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

