<?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>Alexander Jäger&#187; os x</title>
	<atom:link href="http://www.alexanderjaeger.de/tag/os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alexanderjaeger.de</link>
	<description>Alex Jäger</description>
	<lastBuildDate>Mon, 30 Jan 2012 18:36:32 +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>git unter Apple MaxOSX</title>
		<link>http://www.alexanderjaeger.de/git-unter-apple-maxosx/</link>
		<comments>http://www.alexanderjaeger.de/git-unter-apple-maxosx/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 17:46:32 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[attachments]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[daemon]]></category>
		<category><![CDATA[frim]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[gitx]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[pdf file]]></category>
		<category><![CDATA[repositories]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[scie]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[web access]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.alexanderjaeger.de/?p=975</guid>
		<description><![CDATA[Git unter Apple OSX ist eine richtig feine Sache. Dazu benötigt man folgende Anleitungen: http://blog.ardes.com/2008/5/19/git-hosting-with-leopard http://www.koushikdutta.com/2009/04/setting-up-gitosis-server-on-os-x.html http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way http://theappleblog.com/2009/03/10/using-git-with-os-x-6-tools-to-get-you-up-and-running/ Dazu noch folgendes Tool: http://gitx.frim.nl Und für die Nutzung von XCode mit git dieses nette script: http://www.komprovisation.de/attachments/download/16/xcode-git-init.sh (http://www.komprovisation.de/news/show/9) Gut ist auch git gui In der shell muss dann in das Verzeichniss gewechelt werden und bei jeder Änderung [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="nofollow" href="http://www.alexanderjaeger.de/wp-content/uploads/2009/10/git.png"><img class="aligncenter size-full wp-image-976" title="git" src="http://www.alexanderjaeger.de/wp-content/uploads/2009/10/git.png" alt="git" width="423" height="187" /></a><br />
Git unter Apple OSX ist eine richtig feine Sache.</p>
<p>Dazu benötigt man folgende Anleitungen:</p>
<p><a rel="nofollow" href="http://blog.ardes.com/2008/5/19/git-hosting-with-leopard" target="_blank&quot;">http://blog.ardes.com/2008/5/19/git-hosting-with-leopard</a><br />
<a rel="nofollow" href="http://www.koushikdutta.com/2009/04/setting-up-gitosis-server-on-os-x.html" target="_blank&quot;">http://www.koushikdutta.com/2009/04/setting-up-gitosis-server-on-os-x.html</a><br />
<a rel="nofollow" href="http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way" target="_blank&quot;">http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way</a><br />
<a rel="nofollow" href="http://theappleblog.com/2009/03/10/using-git-with-os-x-6-tools-to-get-you-up-and-running/" target="_blank&quot;">http://theappleblog.com/2009/03/10/using-git-with-os-x-6-tools-to-get-you-up-and-running/</a></p>
<p>Dazu noch folgendes Tool:<br />
<a rel="nofollow" href="http://gitx.frim.nl" target="_blank&quot;">http://gitx.frim.nl</a></p>
<p>Und für die Nutzung von XCode mit git dieses nette script:<br />
<a rel="nofollow" href="http://www.komprovisation.de/attachments/download/16/xcode-git-init.sh " target="_blank&quot;">http://www.komprovisation.de/attachments/download/16/xcode-git-init.sh </a>(<a rel="nofollow" href="http://www.komprovisation.de/news/show/9" target="_blank&quot;">http://www.komprovisation.de/news/show/9</a>)</p>
<p>Gut ist auch <strong>git gui</strong></p>
<p>In der shell<strong> </strong>muss dann in das Verzeichniss gewechelt werden und bei jeder Änderung folgendes eingegeben werden:<strong></strong></p>
<blockquote><p><strong>git commit -a</strong></p></blockquote>
<p>Worauf ein <strong>vi</strong> aufgeht, der die Änderungen aufzeigt und ein Kommentar eingegeben werden kann. (vi speichert mit <strong>:wq</strong>.</p>
<p>Eine schöne Beschreibung von der git Handhabung in dieser PDF file:</p>
<p><a href="http://uberhip.com/projects/presentations.html">http://uberhip.com/projects/presentations.html</a></p>
<p>Wer ein git repository unter debian anlegen möchte um seine eigenen git repos zu verwalten:<br />
<a rel="nofollow" href="http://debian.asconix.com/git-central-debian-howto" target="_blank&quot;">http://debian.asconix.com/git-central-debian-howto</a> und mit web access:<br />
<a rel="nofollow" href="http://www.cryptronic.de/wiki/Blogs/20070408_howto_debian_setup_subversion_daemon_with_web_access" target="_blank&quot;">http://www.cryptronic.de/wiki/Blogs/20070408_howto_debian_setup_subversion_daemon_with_web_access</a></p>
<p>weitere Links:</p>
<p><a rel="nofollow"  href="http://stefanimhoff.de/notiz/einstieg-in-git-als-versionskontrollsystem/" target="_blank">http://stefanimhoff.de/notiz/einstieg-in-git-als-versionskontrollsystem/</a></p>
<p><a rel="nofollow"  href="http://www.online-tutorials.net/programmierung/git/tutorials-t-3-263.html#erste-schritte" target="_blank">http://www.online-tutorials.net/programmierung/git/tutorials-t-3-263.html#erste-schritte</a></p>
<p><a rel="nofollow"  href="http://www.kernel.org/pub/software/scm/git/docs/everyday.html" target="_blank">http://www.kernel.org/pub/software/scm/git/docs/everyday.html</a></p>
<p><a rel="nofollow"  href="http://hoth.entp.com/output/git_for_designers.html">http://hoth.entp.com/output/git_for_designers.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexanderjaeger.de/git-unter-apple-maxosx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trainingstagebuch Uploader</title>
		<link>http://www.alexanderjaeger.de/trainingstagebuch-uploader/</link>
		<comments>http://www.alexanderjaeger.de/trainingstagebuch-uploader/#comments</comments>
		<pubDate>Mon, 11 May 2009 19:06:04 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[sport]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[adobe integrated runtime]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[kostenlos]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Plattformunabhängigkeit]]></category>
		<category><![CDATA[polar]]></category>
		<category><![CDATA[polar s625x]]></category>
		<category><![CDATA[profiles]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[trainingstagebuch]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.alexanderjaeger.de/?p=509</guid>
		<description><![CDATA[Trainingstagebuch.org startet mit plattformunabhängigem Uploader zum Einstellen der eigenen Trainingswerte.]]></description>
			<content:encoded><![CDATA[<p><img src="http://4.bp.blogspot.com/_-rWaT3lCn34/SgMASKh60LI/AAAAAAAAArI/yomrEcM0m3Y/s400/uploader-windows.png" alt="" /></p>
<p>Der <a href="http://trainingstagebuch.blogspot.com" rel="nofollow">Trainingstagebuch Blog</a> vermeldet heute eine schöne Neuerung: einen <a href="http://trainingstagebuch.org/uploader">Trainingstagebuch Uploader.</a></p>
<p>Dieser Uploader kann HRM-, SL2HRM- und TCX-Dateien direkt in das eigene Profil importieren. Dadurch wird der Schritt über Trainingseinheit importieren gespart.</p>
<p>Ein schönes Bonbon ist die Plattformunabhängigkeit, die Software läuft auf Windows, Mac OS X und Linux. Basis ist hierbei die Adobe Integrated Runtime (AIR), welche kostenlos über Adobe bezogen werden kann. AIR soll eine Brücke zwischen Web- und Desktop-Anwendungen schlagen und Vorteile aus beiden zu vereinen. Es werden dabei die Formate Flash und PDF nativ unterstützt.</p>
<p>Als Nutzer einer Polar S625x fehlt da nur noch eine ansprechende Software zur Übertragung der Daten von der Uhr auf den Mac.</p>
<p>Links zu Artikel:<br />
<a href="http://www.trainingstagebuch.org">trainingstagebuch</a><br />
<a href="http://www.alexanderjaeger.de/sport-auswerten-mit-trainingstagebuch/">Trainingstagebuch Bericht auf Alexander Jäger</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexanderjaeger.de/trainingstagebuch-uploader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TrueCrypt und Dropbox koppeln</title>
		<link>http://www.alexanderjaeger.de/truecrypt-und-dropbox-koppeln/</link>
		<comments>http://www.alexanderjaeger.de/truecrypt-und-dropbox-koppeln/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 08:40:37 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[betriebssystem]]></category>
		<category><![CDATA[betriebssystemunabhängig]]></category>
		<category><![CDATA[containers]]></category>
		<category><![CDATA[crypto]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[knobloch]]></category>
		<category><![CDATA[mac software]]></category>
		<category><![CDATA[nette]]></category>
		<category><![CDATA[nicht]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[rechnerunabhängig]]></category>
		<category><![CDATA[speicher]]></category>
		<category><![CDATA[truecrypt]]></category>
		<category><![CDATA[verschlüsselt]]></category>

		<guid isPermaLink="false">http://www.alexanderjaeger.de/?p=386</guid>
		<description><![CDATA[feat. TrueCrypt &#8211; systemübergreifend verschlüsseln greift einen Beitrag Karsten Knobloch auf, in dem beschrieben wird, wie man seine Daten verschlüsselt in dem Online Speicher Dropbox ablegen kann. Das Nette daran ist, das Entgegen des ersten Eindrucks, der komplette Container bei jeder Änderung abgeglichen wird, sondern durch einen kleinen Kniff nur wirkliche Änderungen zu Treffic führen. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.alexanderjaeger.de/wp-content/uploads/2008/02/bild-1.png" alt="Truecrypt Logo" /><br />
feat.<br />
<img src="https://www.getdropbox.com/static/1235993843/images/main_logo.png" alt="Dropbox Logo" /></p>
<p><a href="http://freewareosx.wordpress.com/2009/03/30/truecrypt-systemubergreifend-verschluesseln/">TrueCrypt &#8211; systemübergreifend verschlüsseln</a> greift einen <a title="Truecrypt Dropbox" href="http://stadt-bremerhaven.de/2009/03/28/dropbox-und-truecrypt-verschluesselte-daten-in-der-cloud/" target="_blank">Beitrag Karsten Knobloch</a> auf, in dem beschrieben wird, wie man seine Daten verschlüsselt in dem Online Speicher Dropbox ablegen kann.</p>
<p>Das Nette daran ist, das Entgegen des ersten Eindrucks, der komplette Container bei jeder Änderung abgeglichen wird, sondern durch einen kleinen Kniff nur wirkliche Änderungen zu Treffic führen.</p>
<p>Dazu wird in der Dropbox ein Container erstellt, welcher dann auf beliebigen Betriebssystem gemounted und mit Inhalt befüllt werden kann. Truecrypt muss so eingestellt werden, dass nicht jede Dateiänderung im Container den Zeitstempel des Containers verändert.</p>
<p>Nun wird nur die wirkliche Änderung im Container abgeglichen. Dies geschieht jedoch erst nach aushängen des Containers.</p>
<p>Fazit: <strong>betriebssystemunabhängig, verschlüsselt, rechnerunabhängig</strong></p>
<p><strong>Siehe auch:</strong></p>
<p><a title="Truecrypt OSX Support" href="http://www.alexanderjaeger.de/truecrypt-osx-unterstutzung-und-pre-boot-verschlusselung/" target="_self">Truecrypt OSX Support</a></p>
<p><a title="Dropbox" href="http://www.alexanderjaeger.de/gedropbox-manage-files-everywhere/" target="_self">Dropbox get files from everywhere</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexanderjaeger.de/truecrypt-und-dropbox-koppeln/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

