<?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>Glotzfisch.de &#187; Apfel</title>
	<atom:link href="http://www.glotzfisch.de/category/os-and-apps/apfel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.glotzfisch.de</link>
	<description>If something does not work out the way you want it to - try something different</description>
	<lastBuildDate>Wed, 26 May 2010 08:43:27 +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>Mac &gt; rsync</title>
		<link>http://www.glotzfisch.de/mac-rsync/</link>
		<comments>http://www.glotzfisch.de/mac-rsync/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 09:08:55 +0000</pubDate>
		<dc:creator>Gabi</dc:creator>
				<category><![CDATA[Apfel]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[rsync]]></category>

		<guid isPermaLink="false">http://www.glotzfisch.de/mac-rsync/</guid>
		<description><![CDATA[This page saved my day&#8230;  to sync my iTunes Library with an external FAT32 drive, I used rsync but about 50% of the files got copied with every run.  Then I found this link! and this really does the trick&#8230;
  rsync /Users/glotzfisch/Music/iTunes/iTunes\ Music/* /MyExternalDisk/MusicMaster/ -vru --modify-window=1
]]></description>
			<content:encoded><![CDATA[<p>This page saved my day&#8230;  to sync my iTunes Library with an external <span class="createlink">FAT32</span> drive, I used rsync but about 50% of the files got copied with every run.  Then I found this <a href="http://www.samba.org/rsync/FAQ.html#2" class="urllink">link</a>! and this really does the trick&#8230;</p>
<pre>  rsync /Users/glotzfisch/Music/iTunes/iTunes\ Music/* /<span class="createlink">MyExternalDisk</span>/<span class="createlink">MusicMaster</span>/ -vru --modify-window=1</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.glotzfisch.de/mac-rsync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MAC &gt; Addons</title>
		<link>http://www.glotzfisch.de/mac-addons/</link>
		<comments>http://www.glotzfisch.de/mac-addons/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 09:05:22 +0000</pubDate>
		<dc:creator>Gabi</dc:creator>
				<category><![CDATA[Apfel]]></category>

		<guid isPermaLink="false">http://www.glotzfisch.de/mac-addons/</guid>
		<description><![CDATA[Open Terminal Here
one of the first things I do in Windows (see WinXP&#62;Registry), inside the Apple, you need a plugin *sigh*
see here
]]></description>
			<content:encoded><![CDATA[<h3>Open Terminal Here</h3>
<p>one of the first things I do in Windows (see <a href="/winxp-registry/">WinXP&gt;Registry</a>), inside the Apple, you need a plugin *sigh*</p>
<p>see <a href="http://www.macworld.com/weblogs/macosxhints/2005/11/folderinterm/index.php" class="urllink">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.glotzfisch.de/mac-addons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Itunes</title>
		<link>http://www.glotzfisch.de/itunes/</link>
		<comments>http://www.glotzfisch.de/itunes/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 17:47:19 +0000</pubDate>
		<dc:creator>Gabi</dc:creator>
				<category><![CDATA[Apfel]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.glotzfisch.de/itunes/</guid>
		<description><![CDATA[       I wanted to know who was connected to my iTunes Library and found this helpful article here in which the author says:
Who&#8217;s connected:
Go to your command prompt and type:
    lsof &#124;grep iTunes &#124;grep TCP
You&#8217;ll see something like this:
    iTunes 338 name 16u [...]]]></description>
			<content:encoded><![CDATA[<p><!--PageTitleFmt--><!--PageText-->       I wanted to know who was connected to my iTunes Library and found this helpful article <a href="http://www.hackszine.com/blog/archive/2007/03/whos_listening_to_your_shared.html" class="urllink">here</a> in which the author says:</p>
<h2>Who&#8217;s connected:</h2>
<p>Go to your command prompt and type:</p>
<pre>    lsof |grep iTunes |grep TCP</pre>
<p>You&#8217;ll see something like this:</p>
<pre>    iTunes 338 name 16u <span class="createlink">IPv4</span> 0x37fc710 0t0 TCP *:daap (LISTEN)
    iTunes 338 name 17u <span class="createlink">IPv4</span> 0x2efb920 0t0 TCP 192.168.0.3:daap-&gt;192.168.0.8:50565 (ESTABLISHED)</pre>
<p>The first line is just your iTunes application listening for incoming connections. The second is another machine with IP address 192.168.0.8 that is connected and browsing the music library. If nobody were connected, you&#8217;d just see that first line.</p>
<h2>Who&#8217;s listening?</h2>
<p>When another machines iTunes client connects to your library, it first opens up a TCP connection for browsing your music library. When the client chooses to play a file, a second TCP connection is made to transmit that file&#8217;s data. When you search for TCP connections and someone is actually downloading music, you&#8217;ll see something like this:</p>
<pre>    iTunes 338 name 16u <span class="createlink">IPv4</span> 0x37fc710 0t0 TCP *:daap (LISTEN)
    iTunes 338 name 17u <span class="createlink">IPv4</span> 0x2efb920 0t0 TCP 192.168.0.3:daap-&gt;192.168.0.8:50565 (ESTABLISHED)
    iTunes 338 name 18u <span class="createlink">IPv4</span> 0x2dae920 0t0 TCP 192.168.0.3:daap-&gt;192.168.0.8:50573 (ESTABLISHED)</pre>
<p>Because there are two connections from 192.168.0.8 in this scenario, we know that the remote iTunes client is transferring file data, and not just browsing.</p>
<h2>What&#8217;s being listened to?</h2>
<p>Back at the command prompt, run another lsof and look for files that are open in your music library. This assumes that your files are stored in the default iTunes Music directory.</p>
<pre>    lsof |grep "iTunes Music"</pre>
<p>You should see something like this:</p>
<pre>    iTunes 338 name 17r REG 14,2 5657237 965155
       /Users/name/Music/iTunes/iTunes Music/Compilations/Xen Cuts
       (Disc 3)/3-07 Drunk Trumpet 1.mp3</pre>
<p>Now keep in mind, this will list every file that is opened by your iTunes application, whether it&#8217;s being transmitted over the network or you are listening to it locally. Unfortunately, I don&#8217;t know of a way to associate a particular file with a particular downloader, but it&#8217;s not too difficult to figure out unless there are several people connected. If it&#8217;s just a single user, just look for any files you aren&#8217;t currently listening to yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.glotzfisch.de/itunes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some things for Apple beginners like me that have mainly used Windows before&#8230;</title>
		<link>http://www.glotzfisch.de/some-things-for-apple-beginners-like-me-that-have-mainly-used-windows-before/</link>
		<comments>http://www.glotzfisch.de/some-things-for-apple-beginners-like-me-that-have-mainly-used-windows-before/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 17:44:09 +0000</pubDate>
		<dc:creator>Gabi</dc:creator>
				<category><![CDATA[Apfel]]></category>

		<guid isPermaLink="false">http://www.glotzfisch.de/some-things-for-apple-beginners-like-me-that-have-mainly-used-windows-before/</guid>
		<description><![CDATA[First strange thing is that there is no such thing as a program menu. Applications can either be found in the &#8220;Dock&#8221;, something like the windows Quck launch bar that is part of the task bar. In MacOS?, it&#8217;s all the same. If you launch a program from the Dock, (after it has been jumping [...]]]></description>
			<content:encoded><![CDATA[<p>First strange thing is that there is no such thing as a program menu. Applications can either be found in the &#8220;Dock&#8221;, something like the windows Quck launch bar that is part of the task bar. In <span class="createlink">MacOS</span><span class="createlink">?</span>, it&#8217;s all the same. If you launch a program from the Dock, (after it has been jumping a little bit because it&#8217;s so happy that you called it), you&#8217;ll find a small triangle below the icon (or next to it, depending on where you put the dock) showing that the program is actually running. Which, of course does not mean that the window of the program is in any way visible or can be made visible by hitting Alt-Tab, which is Apple-Tab here but at the same place as the usual Alt key so that&#8217;s pretty easy.</p>
<p>All (?) programs not residing in the dock can be found in the Finder, something like the Windows Explorer or the good old Norton Commander. On the other hand, there is a complete Linux beneath the surface, so other tools and programs (such as e.g. emacs!!) can just be called from a terminal window. I&#8217;ve not yet made up my mind how I will mainly access my tools&#8230;</p>
<p>Every running program brings its own menu bar at the top, but not at the top of the program window but at the top of the screen which confused me a little in the beginning because the windows are sort of detached from their menus, but one gets used to it. <a title="index" name="index" id="index"></a>Some topics that might be covered in the future &#8230;</p>
<ul>
<li> <span class="createlink">Mac Preferences</span><span class="createlink"></span> &#8211; what can I do here?</li>
<li> <span class="createlink">Mac Startup</span><span class="createlink"></span> &#8211; how can I reconnect my network drives???</li>
<li> <span class="createlink">Mac Browsers</span><span class="createlink"></span> &#8211; Firefox and Safari</li>
<li> <span class="createlink">Mac Images</span><span class="createlink"></span> &#8211; tools for creating and processing images</li>
<li> <span class="wikilink">iTunes</span></li>
<li> <span class="wikilink">Add Ons</span></li>
<li> <span class="wikilink">Mac Tipps</span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.glotzfisch.de/some-things-for-apple-beginners-like-me-that-have-mainly-used-windows-before/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
