<?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>Digital Life &#187; OS X</title>
	<atom:link href="http://www.ottosalminen.net/archives/tag/os-x/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ottosalminen.net</link>
	<description>Portfolio and blog of digital media artist Otto Salminen</description>
	<lastBuildDate>Mon, 21 Dec 2009 16:07:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Change &#8220;primary&#8221; display on OS X</title>
		<link>http://www.ottosalminen.net/archives/43</link>
		<comments>http://www.ottosalminen.net/archives/43#comments</comments>
		<pubDate>Wed, 23 Apr 2008 05:19:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.ottosalminen.net/?p=43</guid>
		<description><![CDATA[Open system preferences -&#62; displays -&#62; arrangement. Just click and drag menu bar on display of your choice.]]></description>
			<content:encoded><![CDATA[<p>Open system preferences -&gt; displays -&gt; arrangement. Just click and drag menu bar on display of your choice.</p>
<p><img src="http://www.ottosalminen.net/wp-content/nostot/menu_bar.png" alt="" width="311" height="138" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ottosalminen.net/archives/43/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back up folder in tar.gz and split it to smaller chunks</title>
		<link>http://www.ottosalminen.net/archives/27</link>
		<comments>http://www.ottosalminen.net/archives/27#comments</comments>
		<pubDate>Mon, 06 Aug 2007 07:57:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.ottosalminen.net/?p=27</guid>
		<description><![CDATA[Making compressed archive from a folder: tar -czvf destination.tar.gz source_folder/ Use split to slice the file. Slice size can be defined with -b option: split -b 1100m destination.tar.gz destination_ To join parts use cat: cat destination_a* &#62; destination.tar.gz To extract the compressed file: tar -zxvf destination.tar.gz]]></description>
			<content:encoded><![CDATA[<p>Making compressed archive from  a folder:</p>
<p><code>tar -czvf destination.tar.gz source_folder/</code></p>
<p>Use split to slice the file. Slice size can be defined with <code>-b</code> option:</p>
<p><code>split -b 1100m destination.tar.gz destination_</code></p>
<p>To join parts use cat:</p>
<p><code>cat destination_a* &gt; destination.tar.gz</code></p>
<p>To extract the compressed file:</p>
<p><code>tar -zxvf destination.tar.gz</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ottosalminen.net/archives/27/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing pyGame for OS X</title>
		<link>http://www.ottosalminen.net/archives/26</link>
		<comments>http://www.ottosalminen.net/archives/26#comments</comments>
		<pubDate>Tue, 24 Jul 2007 06:30:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.ottosalminen.net/?p=26</guid>
		<description><![CDATA[Find out the version of installed Python. Type to terminal: $ python -V Load packages for your version of Python from: http://pythonmac.org/packages/ Install needed packages: pygame PyObjC]]></description>
			<content:encoded><![CDATA[<p>Find out the version of installed Python.<br />
Type to terminal:</p>
<p><code>$ python -V</code></p>
<p>Load packages for your version of Python from:<br />
<a href="http://pythonmac.org/packages/">http://pythonmac.org/packages/</a></p>
<p>Install needed packages:</p>
<ul>
<li>pygame</li>
<li>PyObjC</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ottosalminen.net/archives/26/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu for MacBook</title>
		<link>http://www.ottosalminen.net/archives/21</link>
		<comments>http://www.ottosalminen.net/archives/21#comments</comments>
		<pubDate>Thu, 05 Jul 2007 10:46:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.ottosalminen.net/?p=21</guid>
		<description><![CDATA[Official installation tutorial for dualboot, Ubuntu /OS X, system: https://help.ubuntu.com/community/MacBook]]></description>
			<content:encoded><![CDATA[<p>Official installation tutorial for dualboot, Ubuntu /OS X, system:</p>
<p><a href="https://help.ubuntu.com/community/MacBook">https://help.ubuntu.com/community/MacBook</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ottosalminen.net/archives/21/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My IP in *NIX</title>
		<link>http://www.ottosalminen.net/archives/20</link>
		<comments>http://www.ottosalminen.net/archives/20#comments</comments>
		<pubDate>Thu, 05 Jul 2007 10:19:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.ottosalminen.net/?p=20</guid>
		<description><![CDATA[IP and gateway info can be found with ifconfig: /sbin/ifconfig]]></description>
			<content:encoded><![CDATA[<p>IP and gateway info can be found with ifconfig:</p>
<p><code>/sbin/ifconfig</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ottosalminen.net/archives/20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zooming in OS X</title>
		<link>http://www.ottosalminen.net/archives/16</link>
		<comments>http://www.ottosalminen.net/archives/16#comments</comments>
		<pubDate>Sun, 01 Apr 2007 14:07:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.ottosalminen.net/?p=16</guid>
		<description><![CDATA[Just hold Ctrl and roll the wheel of your mouse.]]></description>
			<content:encoded><![CDATA[<p>Just hold Ctrl and roll the wheel of your mouse.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ottosalminen.net/archives/16/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
