<?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/"
	>

<channel>
	<title>Marko's Blog &#187; Mac</title>
	<atom:link href="http://blog.markojung.net/category/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.markojung.net</link>
	<description>Texts for friends. Irrelevant stuff.</description>
	<pubDate>Wed, 14 Apr 2010 08:08:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Looking for a job? My team is growing&#8230;</title>
		<link>http://blog.markojung.net/2010/01/looking-for-a-job-my-team-is-growing/</link>
		<comments>http://blog.markojung.net/2010/01/looking-for-a-job-my-team-is-growing/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 10:27:38 +0000</pubDate>
		<dc:creator>mjung</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[LinuxTag]]></category>

		<category><![CDATA[Mac]]></category>

		<category><![CDATA[Pro]]></category>

		<category><![CDATA[Job]]></category>

		<category><![CDATA[Oxford]]></category>

		<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://blog.markojung.net/?p=347</guid>
		<description><![CDATA[Oxford University is a great place to work and Oxford a beautiful small town to live. Our team is looking for an Apple Mac specialist. Find the the job description and application documents at the OUCS website.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ox.ac.uk">Oxford University</a> is a great place to work and <a href="http://www.oxford.gov.uk">Oxford</a> a beautiful small town to live. Our team is looking for an Apple Mac specialist. Find the the <a href="http://www.oucs.ox.ac.uk/jobs/">job description and application documents</a> at the <a href="http://www.oucs.ox.ac.uk/">OUCS</a> website.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markojung.net/2010/01/looking-for-a-job-my-team-is-growing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Apple iPhone, Adress Book and Google Sync</title>
		<link>http://blog.markojung.net/2009/02/sync-everything-with-google/</link>
		<comments>http://blog.markojung.net/2009/02/sync-everything-with-google/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 14:46:08 +0000</pubDate>
		<dc:creator>mjung</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Handicrafts]]></category>

		<category><![CDATA[Mac]]></category>

		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://blog.markojung.net/?p=285</guid>
		<description><![CDATA[Google announced yesterday a new service for syncing Gmail contacts and up to five Google calendars with mobile devices, even  the iPhone by offering M$ ActiveSync for compatible devices.

As expected set-up is quick and easy, even directly from the iPhone, and it works even though the beta state rather. As long as your contacts do [...]]]></description>
			<content:encoded><![CDATA[<p>Google announced yesterday a new service for <a href="http://m.google.com/sync/" target="_blank">syncing Gmail contacts and up to five Google calendars with mobile devices</a>, even  the iPhone by offering <a href="http://yro.slashdot.org/article.pl?sid=09/02/09/2330232" target="_blank">M$ ActiveSync</a> for compatible devices.</p>
<p><span id="more-285"></span></p>
<p>As expected set-up is quick and easy, even directly from the iPhone, and it works even though the beta state rather. As long as your contacts <a href="http://www.google.com/support/mobile/bin/answer.py?answer=139635&amp;topic=14252" target="_blank">do not have more than one mobile number</a>. But there is at least one new problem to solve: how to get Apple Adressbook sync again with Gmail?</p>
<p><a href="http://blog.markojung.net/wp-content/uploads/2009/02/abookgooglesync.png"><img class="alignright size-medium wp-image-287" title="Adressbook syncs with Google " src="http://blog.markojung.net/wp-content/uploads/2009/02/abookgooglesync-231x250.png" alt="Adressbook syncs with Google " width="231" height="250" /></a>Since Mac OSX 10.5.3 there is a new feature that enables Apple Address Book sync with Gmail by using the Google Data APIs Objective-C Client Library - <a href="http://www.zaphu.com/2008/05/29/how-to-enable-mac-address-book-syncing-with-googles-gmail-contacts-without-an-iphone-or-mac/" target="_blank">not only for iPhone and iPod touch owners</a>. It works very well, although not all fields are synced correctly. Maybe this is the niche commercial solutions like <a href="http://spanningsync.com/" target="_blank">Spanning Sync</a>.</p>
<p>However to re-enable the &#8220;Sync Now&#8221; function, i found a two command solution at <a href="http://www.google.com/support/forum/p/Google+Mobile/thread?tid=69dae97a4171354b&amp;hl=en#" target="_blank">Google mobile help</a>. By default, the sync client for Google is an &#8220;app client&#8221;, which means it requires some other address book to run (MobileMe, Yahoo, Exchange or an iPod contact sync) to run. To enable Google sync client to operate as a full sync client, you have to change the client type from &#8220;app&#8221; to &#8220;server&#8221;. This will enable the &#8220;Sync now&#8221; button and will make sure Google sync is run every time a sync is run.</p>
<p>To change the Google sync client type, open a terminal window and type (one line)<br />
<code>sudo defaults write /System/Library/PrivateFrameworks/GoogleContactSync.framework/Resources/ClientDescription Type 'server'</code></p>
<p>Then type the following one line command to restore the permissions on the plist file:<br />
<code>sudo chmod 644 /System/Library/PrivateFrameworks/GoogleContactSync.framework/Resources/ClientDescription.plist</code></p>
<p>You can now go in Address Book&#8217;s preferences and enable Google contacts sync, without needing to enable Yahoo sync or plug an iPod for sync to work. Optionally go into iSync &gt; Preferences and add the iSync menu to your menu bar. This let&#8217;s you see when it is syncing, and sync it manually.</p>
<p>Of course you can also initiate the synchronisation using the command line. Use this to run it periodically using launchd or cron:<code><br />
/System/Library/PrivateFrameworks/GoogleContactSync.framework/Versions/A/Resources/gconsync --sync gconclid --register 1 --username user@gmail.com --password PASSWORD --syncmode fast</code></p>
<p>Wonder why this is a so mac centric post? On my Linux workstations I am using <a href="http://www.mozilla.org/projects/calendar/sunbird/" target="_blank">Sunbird</a> in combination with the <a href="https://addons.mozilla.org/de/sunbird/addon/4631" target="_blank">Provider for Google Calendar</a> plugin and the <a href="https://addons.mozilla.org/de/thunderbird/addon/7307" target="_blank">Google contacts extension</a> for Thunderbird since ages without having any trouble. But getting the the Apple stuff to work right with Google took me quite some time. Kudos to Michael Shick!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markojung.net/2009/02/sync-everything-with-google/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HP Color LaserJet 3600dn an Max OSX 10.5 (Leopard)</title>
		<link>http://blog.markojung.net/2008/12/hp-color-laserjet-3600dn-an-max-osx-105-leopard/</link>
		<comments>http://blog.markojung.net/2008/12/hp-color-laserjet-3600dn-an-max-osx-105-leopard/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 16:40:49 +0000</pubDate>
		<dc:creator>mjung</dc:creator>
		
		<category><![CDATA[Mac]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Printing]]></category>

		<guid isPermaLink="false">http://blog.markojung.net/?p=211</guid>
		<description><![CDATA[After my good old Brother black &#38; white laser printer died some months ago, I decided to buy a HP Color LaserJet 3600dn after a huge market comparison and literary study. I am quite happy with the printer. It is working perfect using CUPS on Linux on all of my favourite distributions out of the [...]]]></description>
			<content:encoded><![CDATA[<p>After my good old Brother black &amp; white laser printer died some months ago, I decided to buy a <a href="http://h10010.www1.hp.com/wwpc/de/de/sm/WF06b/18972-18972-3328060-236268-236268-501044-402216.html" target="_blank">HP Color LaserJet 3600dn</a> after a huge market comparison and literary study. I am quite happy with the printer. It is working perfect using CUPS on Linux on all of my favourite distributions out of the box. So i thought using this printer with Apple&#8217;s latest Mac OSX 10.5 (Leopard) would be child&#8217;s play.<span id="more-211"></span></p>
<p>But unfortunately Apple does not ship a fitting driver and the software provided by HP is not really compatible with Mac OSX 10.5. Of course you can use the basic printing feature, but if it comes to duplex printing there is now way to get this enabled with the tools provided by Apple and HP.</p>
<p>Fortunately I encountered at <a href="http://www.linuxfoundation.org/en/OpenPrinting" target="_blank">Open Printing</a> a project of <a href="https://www.linux-foundation.org/" target="_blank">Linux Foundation</a> a port of <a href="http://www.linuxfoundation.org/en/OpenPrinting/MacOSX/hpijs" target="_blank">hpijs for Mac OSX</a>. After downloading and installing all three required packages (Footmatic, Ghostscript and hpijs) all printer features worked just fine. Kudos to all guys working on Open Printing!</p>
<p>Was my expectation to have this working out of the box by Apple - the owner of CUPS - too high? I do not think so. Most interestingly there is a <a href="http://discussions.apple.com/thread.jspa?threadID=1253482" target="_blank">relatively long discusion</a> in Apple&#8217;s discussion  oard, which has been closed without any official statement or solution.  Hopefully Apple includes Footmatic and hpijs in one of their future releases or releases at least a support document for this issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markojung.net/2008/12/hp-color-laserjet-3600dn-an-max-osx-105-leopard/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lazy service</title>
		<link>http://blog.markojung.net/2008/06/lazy-service/</link>
		<comments>http://blog.markojung.net/2008/06/lazy-service/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 13:38:18 +0000</pubDate>
		<dc:creator>mjung</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<category><![CDATA[Handicrafts]]></category>

		<category><![CDATA[Mac]]></category>

		<category><![CDATA[Needless]]></category>

		<category><![CDATA[Beer]]></category>

		<category><![CDATA[Nürnberg]]></category>

		<guid isPermaLink="false">http://blog.markojung.net/?p=23</guid>
		<description><![CDATA[What happenes if the service at my favourite beergarden is lazy and my colleagues are in the right mood to start playing around?
I proudly present the first proove that the Bieramyde is not only a mysterious tale:

Picture credits: Martin &#8216;notlocalhorst&#8217; Lasarsch
]]></description>
			<content:encoded><![CDATA[<p>What happenes if the service at my favourite beergarden is lazy and my colleagues are in the right mood to start playing around?</p>
<p>I proudly present the first proove that the Bieramyde is not only a mysterious tale:</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-24" title="Bieramyde @ Anderland" src="http://blog.markojung.net/wp-content/uploads/2008/06/bieramyde.jpg" alt="Bieramyde @ Anderland" width="260" height="398" /></p>
<p>Picture credits: <a href="http://www.flickr.com/photos/notlocalhorst/" target="_blank">Martin &#8216;notlocalhorst&#8217; Lasarsch</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markojung.net/2008/06/lazy-service/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
