<?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>/home/drscream &#187; macosx</title>
	<atom:link href="http://www.cyber-tec.org/tag/macosx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cyber-tec.org</link>
	<description>blog of thomas merkel (alias drscream) - creative coding</description>
	<lastBuildDate>Mon, 02 Jan 2012 17:06:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SnowLeopard, PHP5 ZipArchive Support</title>
		<link>http://www.cyber-tec.org/2010/02/08/snowleopard-php5-ziparchive-support/</link>
		<comments>http://www.cyber-tec.org/2010/02/08/snowleopard-php5-ziparchive-support/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 13:27:25 +0000</pubDate>
		<dc:creator>drscream</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[snow leopard]]></category>
		<category><![CDATA[zip]]></category>
		<category><![CDATA[zip extension]]></category>
		<category><![CDATA[ziparchive]]></category>

		<guid isPermaLink="false">http://www.cyber-tec.org/?p=1087</guid>
		<description><![CDATA[First of all I would like PHP5 ZIP Support under MacOS X Snow Leopard. So there is an easy PECL Extension that could be installed with, but it wouldn&#8217;t work: $ pecl install zip [...] php_pcre.h:29:18: error: pcre.h: No such file or directory php_zip.c:602: error: 'pcre' undeclared (first use in this function) [...] Now i [...]]]></description>
			<content:encoded><![CDATA[<p>First of all I would like PHP5 ZIP Support under MacOS X Snow Leopard. So there is an easy PECL Extension that could be installed with, but it wouldn&#8217;t work:<br />
<code>
<pre>$ pecl install zip
[...]
php_pcre.h:29:18: error: pcre.h: No such file or directory
php_zip.c:602: error: 'pcre' undeclared (first use in this function)
[...]</pre>
<p></code></p>
<p>Now i started to compile PHP myself, &#8230; *waiting*waiting*error*killing myself*waiting* &#8230; Okey it takes to long time. Currently i&#8217;ve found an really easy way to fix this problem.</p>
<p>First: Install <a href="http://www.macports.org/">MacPorts</a>, it requires XCode.<br />
Second: Compile PCRE with MacPorts<br />
<code>
<pre>port install pcre</pre>
<p></code><br />
Third: Install the PECL ZIP extension via this special command :P<br />
<code>
<pre>$ CPPFLAGS="-I/opt/local/include" pecl install zip</pre>
<p></code><br />
Fifth: Add the extension to the php.ini file <i>/etc/php.ini</i><br />
<code>
<pre>extension=zip.so</pre>
<p></code></p>
<p>Restart your apache and thats it ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyber-tec.org/2010/02/08/snowleopard-php5-ziparchive-support/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Upgrade PEAR</title>
		<link>http://www.cyber-tec.org/2009/11/20/upgrade-pear/</link>
		<comments>http://www.cyber-tec.org/2009/11/20/upgrade-pear/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 18:31:03 +0000</pubDate>
		<dc:creator>drscream</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.cyber-tec.org/?p=987</guid>
		<description><![CDATA[Mir ist gerade auf MacOS X aufgefallen das hier eine etwas veraltete PEAR Version mitgeliefert wird. Das ganze geht total einfach, &#8220;that&#8217;s it&#8221;: $ pear upgrade pear Bei einer &#8220;total&#8221; Veralteten PEAR Version empfiehlt es sich komplett neu zu Installieren, hierzu kann man einfach das go-pear Script verwenden.]]></description>
			<content:encoded><![CDATA[<p>Mir ist gerade auf MacOS X aufgefallen das hier eine etwas veraltete <a href="http://pear.php.net/">PEAR</a> Version mitgeliefert wird. Das ganze geht total einfach, &#8220;that&#8217;s it&#8221;:</p>
<pre><code>$ pear upgrade pear</code></pre>
<p>Bei einer &#8220;total&#8221; Veralteten PEAR Version empfiehlt es sich komplett neu zu Installieren, hierzu kann man einfach das <a href="http://pear.php.net/go-pear">go-pear Script</a> verwenden.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyber-tec.org/2009/11/20/upgrade-pear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL5 Snow Leopard prefPane</title>
		<link>http://www.cyber-tec.org/2009/11/09/mysql5-snow-leopard-prefpane/</link>
		<comments>http://www.cyber-tec.org/2009/11/09/mysql5-snow-leopard-prefpane/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 15:51:10 +0000</pubDate>
		<dc:creator>drscream</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql5]]></category>
		<category><![CDATA[prefpane]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://www.cyber-tec.org/?p=849</guid>
		<description><![CDATA[Ich habe mir gerade MySQL5 unter Snow Leopard installiert, dazu habe ich mir einfach das MySQL.dmg Paket von der MySQL Seite genommen. Da ich einen Core2Duo habe natuerlich das 64bit Paket. *klick klick klick* und fertig ist die Sache. Da ich gerne in meinen Systemeinstellungen / prefPane so ein tolles MySQL Icon haben moechte, womit [...]]]></description>
			<content:encoded><![CDATA[<p>Ich habe mir gerade MySQL5 unter Snow Leopard installiert, dazu habe ich mir einfach das <a href="http://dev.mysql.com/downloads/mysql/5.1.html#downloads">MySQL.dmg Paket</a> von der MySQL Seite genommen. Da ich einen Core2Duo habe natuerlich das 64bit Paket. *klick klick klick* und fertig ist die Sache.</p>
<p><img src="http://www.cyber-tec.org/wp-content/uploads/2009/11/dolphin.jpg" alt="dolphin" title="dolphin" width="480" height="379" class="alignnone size-full wp-image-854" /></p>
<p>Da ich gerne in meinen Systemeinstellungen / prefPane so ein tolles MySQL Icon haben moechte, womit ich den &#8220;mysqld&#8221; starten und stoppen kann, habe ich mir das mitgelieferte MySQL.prefPane installiert.<br />
Dummerweise wird das ganze nur in 32bit mitgeliefert somit muss sich die Systemeinstellung immer zweimal laden. Mit ein bisschen Googlen bin ich aber auf eine coole Loesung gestossen, jemand hat das MySQL.prefPane einfach fuer 64bit kompiliert und bietet das auf seiner <a href="http://www.swoon.net/site/software.html">Website</a> an.</p>
<p><a href='http://www.cyber-tec.org/wp-content/uploads/2009/11/MySQL.prefPane.zip'>MySQL.prefPane</a> | <a href='http://www.cyber-tec.org/wp-content/uploads/2009/11/MySQLStartup.zip'>MySQLStartup source code</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyber-tec.org/2009/11/09/mysql5-snow-leopard-prefpane/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SaU für MacOS X &#8211; Arecaceae 0.3</title>
		<link>http://www.cyber-tec.org/2009/09/13/sau-fur-macos-x-arecaceae-0-3/</link>
		<comments>http://www.cyber-tec.org/2009/09/13/sau-fur-macos-x-arecaceae-0-3/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 10:23:03 +0000</pubDate>
		<dc:creator>drscream</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[arecaceae]]></category>
		<category><![CDATA[frubar]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[sau]]></category>

		<guid isPermaLink="false">http://www.cyber-tec.org/?p=780</guid>
		<description><![CDATA[&#8220;Working in Process&#8221; :-) Dank Wiedi gibt es auch eine SaU Version fuer MacOS X. Diese ist zur Zeit noch Alpha Gamma Beta Status, daher gibts natuerlich auch relativ wenig Features sowie natuerlich noch einige Bugs. Ich habe jetzt gestern endlich mal ein DMG dafuer gebaut und ins SVN unter &#8220;releases&#8221; hochgeladen. Das ganze ist [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Working in Process&#8221; :-)</p>
<p>Dank <a href="http://wiedi.frubar.net">Wiedi</a> gibt es auch eine <a href="http://sau.frubar.net/">SaU</a> Version fuer MacOS X. Diese ist zur Zeit noch Alpha Gamma Beta Status, daher gibts natuerlich auch relativ wenig Features sowie natuerlich noch einige Bugs.<br />
<img src="http://www.cyber-tec.org/wp-content/uploads/2009/09/arecaceae_0.3.png" alt="arecaceae_0.3" title="arecaceae_0.3" width="480" height="366" class="alignnone size-full wp-image-784" /></p>
<p>Ich habe jetzt gestern endlich mal ein <a href="http://de.wikipedia.org/wiki/Disk-Image-Datei">DMG</a> dafuer gebaut und ins <a href="https://svn.frubar.net/svn/sau/releases/">SVN unter &#8220;releases&#8221;</a> hochgeladen. Das ganze ist in QT4 geschrieben und beinhaltet alle noetigen QT Bibliotheken, daher ist die Datei auch etwas groesser.</p>
<p>Wer das ganze mal testen moechte und gerade kein SVN zur Hand hat, kann sich die Datei auch auf <a href="http://sau.frubar.net/files/arecaceae-macosx_v0.3.dmg">http://sau.frubar.net/files/arecaceae-macosx_v0.3.dmg</a> herunterladen.</p>
<p>Einfach ausprobieren :-) Wünsche Anregungen sind immer Willkommen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyber-tec.org/2009/09/13/sau-fur-macos-x-arecaceae-0-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Snow Leopard iTunes &#8211; eingehende Netzwerkverbindungen akzeptiert?</title>
		<link>http://www.cyber-tec.org/2009/09/12/snow-leopard-itunes-eingehende-netzwerkverbindungen-akzeptiert/</link>
		<comments>http://www.cyber-tec.org/2009/09/12/snow-leopard-itunes-eingehende-netzwerkverbindungen-akzeptiert/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 16:40:11 +0000</pubDate>
		<dc:creator>drscream</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[netzwerk]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://www.cyber-tec.org/?p=774</guid>
		<description><![CDATA[Leider hat iTunes bei mir unter Snow Leopard einen Nervigen Bug. Jedesmal beim starten von iTunes erhalte ich die Fragen: &#8220;Möchten Sie, dass das Programm &#8216;iTunes.app&#8217; eingehende Netzwerkverbindungen akzeptiert?&#8221; Die Firewall ist natuerlich eingeschalten. Jedoch steht iTunes extra auf der Liste der erlaubten Programme, so scheint es wohl wirklich ein Bug zu sein. Zum Glueck [...]]]></description>
			<content:encoded><![CDATA[<p>Leider hat <a href="http://www.apple.com/de/itunes">iTunes</a> bei mir unter <a href="http://www.apple.com/de/macosx">Snow Leopard</a> einen Nervigen Bug. Jedesmal beim starten von iTunes erhalte ich die Fragen: &#8220;Möchten Sie, dass das Programm &#8216;iTunes.app&#8217; eingehende Netzwerkverbindungen akzeptiert?&#8221;</p>
<p><img src="http://www.cyber-tec.org/wp-content/uploads/2009/09/itunes_netzwerkverbindun.png" alt="itunes_netzwerkverbindun" title="itunes_netzwerkverbindun" width="433" height="219" class="alignnone size-full wp-image-776" /></p>
<p>Die Firewall ist natuerlich eingeschalten. Jedoch steht iTunes extra auf der Liste der erlaubten Programme, so scheint es wohl wirklich ein Bug zu sein. Zum Glueck gibt es dank <a href="http://www.google.de">Google</a> [1] sogar schon einen Workaround:</p>
<ol>
<li>iTunes aus dem Programm Ordner in den Papierkorb ziehen, also iTunes loeschen. Papierkorb sollte danach auch noch geleert werden. Beim Loeschen von iTunes bleibt die komplette Bibliothek, Musik, Filme, etc. natuerlich erhalten.</li>
<li>Reboot, ggf. ist das Abmelden und wieder erneutes Anmelden ausreichend.</li>
<li>iTunes erneut von der <a href="http://www.apple.com/itunes/download/">Apple Seite</a> herunterladen und installieren (Drag &#038; Drop).</li>
<li>Beim ersten starten von iTunes sollte noch ein letztes mal die Nachfrage bez. der Firewall kommen.</li>
</ol>
<p>Das wars dann auch :-)</p>
<p>[1] <a href="http://www.macyourself.com/2009/08/19/itunes-keeps-asking-to-allow-or-deny-incoming-connections/">MacYourself &#8211; iTunes keeps asking to allow or deny incoming connections</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyber-tec.org/2009/09/12/snow-leopard-itunes-eingehende-netzwerkverbindungen-akzeptiert/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;Secrets&#8221; another preference tweaker</title>
		<link>http://www.cyber-tec.org/2009/07/12/secrets-another-preference-tweaker/</link>
		<comments>http://www.cyber-tec.org/2009/07/12/secrets-another-preference-tweaker/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 10:43:27 +0000</pubDate>
		<dc:creator>drscream</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[preference]]></category>
		<category><![CDATA[secrets]]></category>

		<guid isPermaLink="false">http://www.cyber-tec.org/?p=607</guid>
		<description><![CDATA[There are so much secret preferences hidden by MacOS X. Now I have found &#8220;Secrets&#8221; the clever system preference panel for system tweaks. Developed by Alcor, who is the developer of Quicksilver. Secrets makes entering arcane text strings in Terminal a thing of the past. Latest version (1.0.5, Leopard-only) from Secret’s page.]]></description>
			<content:encoded><![CDATA[<p>There are so much secret preferences hidden by MacOS X. Now I have found &#8220;Secrets&#8221; the clever system preference panel for system tweaks. Developed by Alcor, who is the developer of <a href="http://blacktree.com/?quicksilver">Quicksilver</a>. Secrets makes entering arcane text strings in Terminal a thing of the past.</p>
<p><img src="http://www.cyber-tec.org/wp-content/uploads/2009/07/top-secrets.jpg" alt="top-secrets" title="top-secrets" width="450" height="381" class="alignnone size-full wp-image-608" /></p>
<p>Latest version (1.0.5, Leopard-only) from <a href="http://secrets.blacktree.com/">Secret’s page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyber-tec.org/2009/07/12/secrets-another-preference-tweaker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customize Mail.app X-Header</title>
		<link>http://www.cyber-tec.org/2009/07/10/customize-mail-app-x-header/</link>
		<comments>http://www.cyber-tec.org/2009/07/10/customize-mail-app-x-header/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 09:38:20 +0000</pubDate>
		<dc:creator>drscream</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[mail-header]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[x-header]]></category>

		<guid isPermaLink="false">http://www.cyber-tec.org/?p=604</guid>
		<description><![CDATA[It is possible to add custom headers to mails your are sending with Mail.app. You need to open the Terminal.app and use the following commands. defaults write com.apple.mail UserHeaders '{ "X-What-Happen" = "Somebody set up us the bomb."; "X-Accept-Language" = "de, en"; }' To read the content of your UserHeaders: defaults read com.apple.mail UserHeaders To [...]]]></description>
			<content:encoded><![CDATA[<p>It is possible to add custom headers to mails your are sending with Mail.app. You need to open the Terminal.app and use the following commands.<br />
<code>
<pre>defaults write com.apple.mail UserHeaders '{
"X-What-Happen" = "Somebody set up us the bomb.";
"X-Accept-Language" = "de, en";
}'</pre>
<p></code></p>
<p>To <i>read</i> the content of your UserHeaders:<br />
<code>
<pre>defaults read com.apple.mail UserHeaders</pre>
<p></code></p>
<p>To <i>delete</i> the content of your UserHeaders:<br />
<code>
<pre>defaults delete com.apple.mail UserHeaders</pre>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyber-tec.org/2009/07/10/customize-mail-app-x-header/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cleanup MacPorts</title>
		<link>http://www.cyber-tec.org/2008/12/25/cleanup-macports/</link>
		<comments>http://www.cyber-tec.org/2008/12/25/cleanup-macports/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 14:38:12 +0000</pubDate>
		<dc:creator>drscream</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[macports]]></category>

		<guid isPermaLink="false">http://www.cyber-tec.org/?p=312</guid>
		<description><![CDATA[remove the source: port clean --all installed remove inactive packages: port -f uninstall inactive For more information you can look into the MacPorts Guide.]]></description>
			<content:encoded><![CDATA[<p><strong>remove the source:</strong><br />
<code>
<pre>port clean --all installed</pre>
<p></code></p>
<p><strong>remove inactive packages:</strong><br />
 <code>
<pre>port -f uninstall inactive</pre>
<p></code></p>
<p>For more information you can look into the <a href="http://guide.macports.org/">MacPorts Guide</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyber-tec.org/2008/12/25/cleanup-macports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>airport &#8211; command line tool</title>
		<link>http://www.cyber-tec.org/2008/12/24/airport-command-line-tool/</link>
		<comments>http://www.cyber-tec.org/2008/12/24/airport-command-line-tool/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 12:15:05 +0000</pubDate>
		<dc:creator>drscream</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://www.cyber-tec.org/?p=307</guid>
		<description><![CDATA[Als Linux User ist man es irgendwie gewohnt ein command line tool zur Verwaltung von bestimmten Anwendungen zu verwenden. Doch naja unter Mac OS X vermisst man das einfach. Durch etwas Googlen hab ich es dann gefunden *juhu*: cd /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/ ./airport -I agrCtlRSSI: -51 agrExtRSSI: 0 agrCtlNoise: -96 agrExtNoise: 0 state: running op mode: station [...]]]></description>
			<content:encoded><![CDATA[<p>Als Linux User ist man es irgendwie gewohnt ein <strong>command line tool</strong> zur Verwaltung von bestimmten Anwendungen zu verwenden. Doch naja unter Mac OS X vermisst man das einfach. Durch etwas Googlen hab ich es dann gefunden *juhu*:<br />
<code>
<pre>
cd /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/
./airport -I
</pre>
<p></code><br />
<code>
<pre>
     agrCtlRSSI: -51
     agrExtRSSI: 0
    agrCtlNoise: -96
    agrExtNoise: 0
          state: running
        op mode: station
     lastTxRate: 54
        maxRate: 54
lastAssocStatus: 0
    802.11 auth: open
      link auth: wpa2-psk
          BSSID: 0:18:84:17:28:3a
           SSID: cienfuegos
            MCS: -1
        channel: 2
</pre>
<p></code></p>
<p>Da man das ganze sicher einfach nur ueber den Befehl <strong>airport</strong> verwenden moechte, linked man das ganze einfach nach <strong>/usr/sbin</strong>:<br />
<code>
<pre>
sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/sbin/airport
</pre>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyber-tec.org/2008/12/24/airport-command-line-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacOS X Hintergrund bei der Anmeldung aendern</title>
		<link>http://www.cyber-tec.org/2008/04/26/macos-x-hintergrund-bei-der-anmeldung-aendern/</link>
		<comments>http://www.cyber-tec.org/2008/04/26/macos-x-hintergrund-bei-der-anmeldung-aendern/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 07:46:16 +0000</pubDate>
		<dc:creator>drscream</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[macosx]]></category>

		<guid isPermaLink="false">http://www.cyber-tec.org/?p=170</guid>
		<description><![CDATA[Im Verzeichnis /System/Library/CoreServices gibt es eine DefaultDesktop.jpg die Datei entsprechend aendern. Diese ist das Hintergrundbild bei der Anmeldung an Leopard.]]></description>
			<content:encoded><![CDATA[<p>Im Verzeichnis<br />
<code>
<pre>/System/Library/CoreServices</pre>
<p></code><br />
gibt es eine <strong>DefaultDesktop.jpg</strong> die Datei entsprechend aendern.<br />
Diese ist das Hintergrundbild bei der Anmeldung an Leopard.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyber-tec.org/2008/04/26/macos-x-hintergrund-bei-der-anmeldung-aendern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

