<?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>Stephan&#039;s Blog &#187; Mac</title>
	<atom:link href="http://www.arlt.eu/blog/tag/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arlt.eu/blog</link>
	<description>Life in Technicolor.</description>
	<lastBuildDate>Tue, 01 Dec 2009 00:00:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Importing iPhone Keys (P12 and PEM) into Snow Leopard&#8217;s Keychain</title>
		<link>http://www.arlt.eu/blog/2009/12/01/importing-iphone-keys-p12-and-pem-into-snow-leopards-keychain/</link>
		<comments>http://www.arlt.eu/blog/2009/12/01/importing-iphone-keys-p12-and-pem-into-snow-leopards-keychain/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 00:00:00 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Keychain]]></category>
		<category><![CDATA[Keys]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://www.arlt.eu/blog/?p=314</guid>
		<description><![CDATA[Assuming that you&#8217;ve just installed a fresh Snow Leopard on your Mac. If you want to use again your iPhone for developing you have to import your personal iPhone public and private development key into the keychain. (Given that you&#8217;ve hopefully created a backup of your keys before reinstalling  ). Unfortunately it&#8217;s currently impossible [...]]]></description>
			<content:encoded><![CDATA[<p>Assuming that you&#8217;ve just installed a fresh Snow Leopard on your Mac. If you want to use again your iPhone for developing you have to import your personal iPhone public and private development key into the keychain. (Given that you&#8217;ve hopefully created a backup of your keys before reinstalling <img src='http://www.arlt.eu/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ). Unfortunately it&#8217;s currently impossible to import these certificates via a double-click or a drag &#038; drop action etc. The keychain always prints the following annoying error message:</p>
<blockquote><p>An error has occurred. Unable to import an item. The contents of an item cannot be retrieved.
</p></blockquote>
<p>But don&#8217;t worry! There is a simple workaround available. Just start the Terminal.app and use the following commands to manually import both keys. Please replace <code>priv_key.p12</code> and <code>pub_key.pem</code> with your personal key files. That&#8217;s it! <img src='http://www.arlt.eu/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="text" style="font-family:monospace;">security import priv_key.p12 -k ~/Library/Keychains/login.keychain
security import pub_key.pem -k ~/Library/Keychains/login.keychain</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.arlt.eu/blog/2009/12/01/importing-iphone-keys-p12-and-pem-into-snow-leopards-keychain/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TeXlipse, die TeXnicCenter-Alternative.</title>
		<link>http://www.arlt.eu/blog/2009/11/17/texlipse-die-texniccenter-alternative/</link>
		<comments>http://www.arlt.eu/blog/2009/11/17/texlipse-die-texniccenter-alternative/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 00:00:00 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Datei]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.arlt.eu/blog/?p=312</guid>
		<description><![CDATA[Justus hat mir heute einen prima Tipp gegeben: Das Eclipse-Plugin namens TeXlipse, das die beliebte Entwicklungsumgebung um einen LaTeX-Editor erweitert. Bisher habe ich für meine Dokumente TeXnicCenter unter Windows bzw. TeXShop auf dem Mac verwendet. Eigentlich war ich mit TeXnicCenter bisher zufrieden, gefehlt hat mir allerdings schon immer eine SVN-Integration, mit der Dateien direkt aus [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://halloserv.de/blog/">Justus</a> hat mir heute einen prima Tipp gegeben: Das Eclipse-Plugin namens <a href="http://texlipse.sourceforge.net/">TeXlipse</a>, das die beliebte Entwicklungsumgebung um einen LaTeX-Editor erweitert. Bisher habe ich für meine Dokumente <a href="http://www.texniccenter.org/">TeXnicCenter</a> unter Windows bzw. <a href="http://www.uoregon.edu/~koch/texshop/">TeXShop</a> auf dem Mac verwendet. Eigentlich war ich mit TeXnicCenter bisher zufrieden, gefehlt hat mir allerdings schon immer eine SVN-Integration, mit der Dateien direkt aus dem LaTeX-Editor ein- und ausgecheckt werden können. Dies ist jetzt mit Eclipse und dem <a href="http://subclipse.tigris.org/">Subclipse</a>-Plugin ohne Probleme möglich!</p>

<a href='http://www.arlt.eu/blog/2009/11/17/texlipse-die-texniccenter-alternative/eclipse/' title='Eclipse'><img src="http://www.arlt.eu/blog/wp-content/uploads/2009/11/eclipse.png" class="attachment-thumbnail" alt="" title="Eclipse" /></a>
<a href='http://www.arlt.eu/blog/2009/11/17/texlipse-die-texniccenter-alternative/sumatrapdf/' title='SumatraPDF'><img width="150" height="108" src="http://www.arlt.eu/blog/wp-content/uploads/2009/11/sumatrapdf.png" class="attachment-thumbnail" alt="" title="SumatraPDF" /></a>

<p>Des Weiteren bin ich vom DVI-Viewer des <a href="http://miktex.org/">MiKTeX</a>-Pakets auf den <a href="http://blog.kowalczyk.info/software/sumatrapdf/index.html">SumatraPDF</a>-Reader umgestiegen. Dieser hat gegenüber anderen Readern den Vorteil, dass er PDF-Dateien nicht sperrt, sondern die Anzeige permanent aktualisiert, sobald die Datei überschrieben wurde.</p>
<p>Eine tolle Sache! Probiert&#8217;s aus.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arlt.eu/blog/2009/11/17/texlipse-die-texniccenter-alternative/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mehrere Dateien umbenennen unter Mac OS X mit Name Mangler</title>
		<link>http://www.arlt.eu/blog/2009/02/13/mehrere-dateien-umbenennen-unter-mac-os-x-mit-name-mangler/</link>
		<comments>http://www.arlt.eu/blog/2009/02/13/mehrere-dateien-umbenennen-unter-mac-os-x-mit-name-mangler/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 00:00:00 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Datei]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tool]]></category>

		<guid isPermaLink="false">http://www.arlt.eu/blog/?p=295</guid>
		<description><![CDATA[Heute bin ich über das Tool Name Mangler gestoßen, das mehrere Dateien anhand von Regeln umbenennen kann. Diese Regeln kann man mittels einer Skriptsprache selbst erstellen; reguläre Ausdrücke werden unterstützt.

Ich verwende dieses Tool überwiegend dazu, um importierte Fotos von der Kamera umzubenennen. Normalerweise heißen die Bilder folgendermaßen:

IMG_1234.JPG,
IMG_1235.JPG
u.s.w.

Name Mangler kann diese dann beispielsweise sequentiell benennen:

001.jpg,
002.jpg,
u.s.w.

Eine tolle [...]]]></description>
			<content:encoded><![CDATA[<p>Heute bin ich über das Tool <a href="http://www.manytricks.com/namemangler/">Name Mangler</a> gestoßen, das mehrere Dateien anhand von Regeln umbenennen kann. Diese Regeln kann man mittels einer Skriptsprache selbst erstellen; reguläre Ausdrücke werden unterstützt.</p>
<p style="text-align: center;"><img class="size-full wp-image-297 aligncenter" title="Name Mangler" src="http://www.arlt.eu/blog/wp-content/uploads/2009/02/namemangler.png" alt="Name Mangler" width="128" height="133" /></p>
<p>Ich verwende dieses Tool überwiegend dazu, um importierte Fotos von der Kamera umzubenennen. Normalerweise heißen die Bilder folgendermaßen:</p>
<ul>
<li>IMG_1234.JPG,</li>
<li>IMG_1235.JPG</li>
<li>u.s.w.</li>
</ul>
<p>Name Mangler kann diese dann beispielsweise sequentiell benennen:</p>
<ul>
<li>001.jpg,</li>
<li>002.jpg,</li>
<li>u.s.w.</li>
</ul>
<p>Eine tolle Sache! Probiert&#8217;s aus. Der Autor freut sich bestimmt über eine kleine Spende.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arlt.eu/blog/2009/02/13/mehrere-dateien-umbenennen-unter-mac-os-x-mit-name-mangler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
