<?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>dimitar.me &#187; MacOS X</title>
	<atom:link href="http://dimitar.me/category/apple/macos-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://dimitar.me</link>
	<description>Dimitar Darazhanski&#039;s blog.</description>
	<lastBuildDate>Wed, 01 Sep 2010 13:50:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to Resume Partial File Transfers</title>
		<link>http://dimitar.me/how-to-resume-partial-file-transfers/</link>
		<comments>http://dimitar.me/how-to-resume-partial-file-transfers/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 05:03:11 +0000</pubDate>
		<dc:creator>dimitar</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MacOS X]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://dimitar.me/?p=793</guid>
		<description><![CDATA[I work primarily with UNIX and Linux machines and scp is my main choice to transfer files with. It is both convenient, short and secure. Example: scp localfile user@remotecomputer:/path/to/target/dir Recently I was transferring an 8GB file and due to a network issue, the transfer was interrupted at nearly 40%. I found a solution at joen.dk [...]]]></description>
			<content:encoded><![CDATA[<p>I work primarily with UNIX and Linux machines and <em>scp</em> is my main choice to transfer files with. It is both convenient, short and secure.<em></em><em></em></p>
<p>Example:</p>
<pre><code>scp localfile user@remotecomputer:/path/to/target/dir</code></pre>
<p>Recently I was transferring an 8GB file and due to a network issue, the transfer was interrupted at nearly 40%.</p>
<p>I found a solution at <a href="http://joen.dk/wordpress/?p=34" onclick="pageTracker._trackPageview('/outgoing/joen.dk/wordpress/?p=34&amp;referer=');">joen.dk</a> ,which uses <em>rsync</em> to resume the transfer:</p>
<pre><code>rsync --partial --progress --rsh=ssh host:remote_file local_file</code></pre>
<p>Now we can improve this slightly by shortening the above command. We can substitute <em>&#8211;rsh=ssh</em> with <em>-e ssh</em>, and use <em>-P</em> instead of <em>&#8211;partial &#8211;progress</em>. Also, you can add <em>user@host</em> if you need to specify a different remote shell user:</p>
<pre><code>rsync -P -e ssh user@host:remote_file local_file</code></pre>
<p>This above example will work with any file that was partially transfered. How the transfer was started does not really matter. It could be through scp, nc or even ftp. After you execute the above command it will take <em>rsync</em> a little time to verify the previously downloaded part before it continues with the rest. Be patient, depending on your network speed <em>rsync</em> could take some time to go through what you have already transfered. Of course this is much faster than if you were to start the download all over again and it shows you the progress in percentages.</p>
<p>Keep in mind that there have to be a couple of requirements in place in order to resume the file transfer with <em>rsync</em>:</p>
<p>1. You should have remote shell access.<br />
2. The remote machine should have rsync installed. Since rsync is by default on most Linux distributions that generally should not be an issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://dimitar.me/how-to-resume-partial-file-transfers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When a Linux User Buys Apple</title>
		<link>http://dimitar.me/when-a-linux-user-buys-apple/</link>
		<comments>http://dimitar.me/when-a-linux-user-buys-apple/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 20:00:11 +0000</pubDate>
		<dc:creator>dimitar</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MacOS X]]></category>

		<guid isPermaLink="false">http://dimitar.me/?p=717</guid>
		<description><![CDATA[I just came upon two articles by Thomas Driemeyer. The author seems to be very sincere in his attempt to describe his experiences in switching from Linux to Apple (and subsequently back) and his good sense of humor makes the reading pleasant and amusing: When a Linux user buys Apple&#8217;s Mac mini When an Apple [...]]]></description>
			<content:encoded><![CDATA[<p>I just came upon two articles by Thomas Driemeyer. The author seems to be very sincere in his attempt to describe his experiences in switching from Linux to Apple (and subsequently back) and his good sense of humor makes the reading pleasant and amusing:</p>
<p><a href="http://bitrot.de/macswitch.html" onclick="pageTracker._trackPageview('/outgoing/bitrot.de/macswitch.html?referer=');">When a Linux user buys Apple&#8217;s Mac mini</a></p>
<p><a href="http://bitrot.de/macswitchback.html" onclick="pageTracker._trackPageview('/outgoing/bitrot.de/macswitchback.html?referer=');">When an Apple Mac mini user gets disenchanted</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dimitar.me/when-a-linux-user-buys-apple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Has Apple become like Mirosoft? Or may be even worse?</title>
		<link>http://dimitar.me/has-apple-become-like-mirosoft/</link>
		<comments>http://dimitar.me/has-apple-become-like-mirosoft/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 04:05:58 +0000</pubDate>
		<dc:creator>dimitar</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MacOS X]]></category>

		<guid isPermaLink="false">http://dimitar.me/?p=379</guid>
		<description><![CDATA[I love Apple! I cannot live without my iPod, much less without my iPhone! The &#8220;I am a Mac, I am a PC&#8221; commercials on TV are so adorable&#8230; Sometimes I rewind my DVR just to see one of those commercials again. In these moments I tell myself &#8220;Show that evil empire Microsoft how things [...]]]></description>
			<content:encoded><![CDATA[<p>I love Apple!</p>
<p>I cannot live without my iPod, much less without my iPhone! The &#8220;I am a Mac, I am a PC&#8221; commercials on TV are so adorable&#8230; Sometimes I rewind my DVR just to see one of those commercials again. In these moments I tell myself &#8220;Show that evil empire Microsoft how things are done!&#8221;.</p>
<p>But then&#8230; I must have been brain dead for a while! You see, what got me is that I have always been for a free market and fair competition. And what Microsoft was doing was not right. No two ways about it. Apple was the company that materialized those feelings and stood up to Microsoft. Naturally, I (like many others) fell for it and blindly screamed &#8220;Go Apple!&#8221;.</p>
<p>It turns out that I have supported a company that became worse than the one it had set out to defy.</p>
<p>Apple said that if you want to have an iPod, you can only use it with iTunes and if you want to buy music for it&#8230; guess what?&#8230; you need iTunes for that as well. Same applies to the iPhone with the only difference that you have to be an AT&amp;T customer. Oh yeah&#8230; and all these songs you might have bought from Apple, you can&#8217;t put on any other mp3 player but on an iPod, unless you remove the DRM protection.</p>
<p>On the computer front things do not look much more different. Mac OS X can legally run only on officially approved Apple hardware and vise versa. If you like the OS, well your only chance is to drop some major cash for the hardware as well. This goes over and beyond what Microsoft has ever attempted to do. After all you can run Windows on anything you feel like.</p>
<p>I am a huge believer in FOSS and Apple has shaped to be the absolute opposite of this philosophy. Even though their OS is built on top of FreeBSD and NetBSD, and they have ported a number of Linux applications to Mac OS X, they have not contrubuted back to the community at all. They even officially announced that iTunes will not be released for Linux. I would like to think that the only reason for this is because they know that Linux users are not going to tollerate DRM content anyway.</p>
]]></content:encoded>
			<wfw:commentRss>http://dimitar.me/has-apple-become-like-mirosoft/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
