<?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>joshkim.org &#187; install</title>
	<atom:link href="http://joshkim.org/tag/install/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshkim.org</link>
	<description>Be Awesome Instead // Essays by Josh Kim</description>
	<lastBuildDate>Sun, 01 Jan 2012 22:27:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Dropbox on Jolicloud?</title>
		<link>http://joshkim.org/2010/12/11/dropbox-on-jolicloud/</link>
		<comments>http://joshkim.org/2010/12/11/dropbox-on-jolicloud/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 03:20:40 +0000</pubDate>
		<dc:creator>joshkim</dc:creator>
				<category><![CDATA[Gadgets & Toys]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[jolicloud]]></category>

		<guid isPermaLink="false">http://joshkim.org/?p=1535</guid>
		<description><![CDATA[Problems with installing Dropbox? First, install the Dropbox Client from the App Center. Go to the settings &#8220;tab&#8221;, the little gear icon. Then select &#8220;This Device&#8221; on the right column. Click &#8220;Legacy Apps&#8221; and open up &#8220;Local Apps&#8221;. There, you&#8217;ll &#8230; <a href="http://joshkim.org/2010/12/11/dropbox-on-jolicloud/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Problems with installing Dropbox?</p>

<p>First, install the Dropbox Client from the App Center. Go to the settings &#8220;tab&#8221;, the little gear icon. Then select &#8220;This Device&#8221; on the right column. Click &#8220;Legacy Apps&#8221; and open up &#8220;Local Apps&#8221;. There, you&#8217;ll see that your device was waiting to finish the install device this entire time.</p>

<p>The current problem is that the icon on the main screen is still grey, and seems to not open up anything. In the very least, you can access your Dropbox.</p>

<p>Remember, alt+tab works, so leave Nautilus (the file explorer) open, and just hop back and forth.</p>

<p>// Ah, looks like you can access the Dropbox folder via clicking on the icon on the top taskbar.</p>
]]></content:encoded>
			<wfw:commentRss>http://joshkim.org/2010/12/11/dropbox-on-jolicloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Homebrew (Mac) Installation</title>
		<link>http://joshkim.org/2010/03/06/homebrew-mac-installation/</link>
		<comments>http://joshkim.org/2010/03/06/homebrew-mac-installation/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 03:09:09 +0000</pubDate>
		<dc:creator>joshkim</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://joshkim.org/?p=1408</guid>
		<description><![CDATA[Homebrew is an up and coming successor to Fink and MacPorts. Although a bit generically named, it works quite well for a lot of the things I muck around with these days, which tend to have that web development smell &#8230; <a href="http://joshkim.org/2010/03/06/homebrew-mac-installation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://github.com/mxcl/homebrew">Homebrew</a> is an up and coming successor to Fink and MacPorts. Although a bit generically named, it works quite well for a lot of the things I muck around with these days, which tend to have that web development smell to it.</p>

<p>It used to be that I had to get a git binary, then grab homebrew from github, then uninstall the git through the binary, and <em>then</em> install git through homebrew. Then, the fun would begin.</p>

<p>Now, it&#8217;s even more streamlined. Just grab the <a href="http://gist.github.com/323731">installer gist</a> from the <a href="http://github.com/mxcl/homebrew/blob/master/README.md">README.md</a> page, and it <em>should</em> work. Although, I couldn&#8217;t get it to work and I was in a hurry, so I just grabbed the master tarball, and just physically moved the resulting /bin, /Library, and README.md.</p>

<p>Note: This probably worked for me because I already did everything else that was in the install script earlier, such as chmod&#8217;ing the /usr/local folder, as well as adding /usr/local/bin to the path.</p>

<p>Hooray for adhering to POSIX standards (<a href="http://www.pathname.com/fhs/pub/fhs-2.3.html#USRLOCALLOCALHIERARCHY">Reference here</a>: This is an awesome read, by the way, if you ever had any questions about <em>why</em> directories were as such in a Linux/BSD setting.).</p>

<pre><code>brew install git
brew install ruby
brew install stuff
</code></pre>

<p>More on how brew affects Ruby on Rails installations later.</p>
]]></content:encoded>
			<wfw:commentRss>http://joshkim.org/2010/03/06/homebrew-mac-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reinstalling Leopard on the MacBook Air</title>
		<link>http://joshkim.org/2008/03/17/reinstalling-leopard-on-the-macbook-air/</link>
		<comments>http://joshkim.org/2008/03/17/reinstalling-leopard-on-the-macbook-air/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 04:36:05 +0000</pubDate>
		<dc:creator>joshkim</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[macbook air]]></category>
		<category><![CDATA[reinstall]]></category>

		<guid isPermaLink="false">http://joshkim.org/2008/03/17/reinstalling-leopard-on-the-macbook-air/</guid>
		<description><![CDATA[If you do a Google search for anything related to leopard macbook air installation or reinstallation, you get all these blog posts about how the included DVDs will only work on a MacBook Air. This is obviously not news&#8230; Apple &#8230; <a href="http://joshkim.org/2008/03/17/reinstalling-leopard-on-the-macbook-air/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you do a Google search for anything related to leopard macbook air installation or reinstallation, you get all these blog posts about how the included DVDs will only work on a MacBook Air. This is obviously not news&#8230; Apple has been including system specific discs for some time&#8230; But really, that&#8217;s beside the point. This post is for those that are really truly looking to &#8220;(re)install leopard on a macbook air&#8221;.</p>

<p>This is in the users manual, by the way, on page 46. It looks like that there is an included application to do just this called: &#8220;Remote Install Mac OS X&#8221;. Thank you, Quicksilver, for making my search for this application that much quicker.</p>

<p><strong>Very Important</strong> (and the mistake I made twice): DO <em><strong>NOT</strong></em> try to run the Mac OS X Install Disc 1 through Remote Disc. This is not the right way to reinstall Leopard on your MacBook Air. You&#8217;ll just keep putting in your password and restarting your computer wondering why nothing is happening.</p>

<p>It&#8217;s taking a ridiculously long time for my MacBook Pro at the &#8220;Waiting for MacBook Air to start up&#8230;&#8221; dialog box, which is highly discouraging. I even bought the Ethernet dongle so that this process would be made at least fast as if I had a USB external DVD drive (Gigabit ethernet isn&#8217;t the bottleneck (1 Gbps), it&#8217;s the USB 2.0 (480 Mbps)).</p>

<p>Oh. It&#8217;s done. Time to go nuts and reformat the thing.</p>

<p>And yes, I&#8217;ll start blogging again soon. That&#8217;s one of the many reasons why I bought this thing to begin with. Now&#8230; if it&#8217;ll work as it should, I&#8217;ll be very very very happy.</p>
]]></content:encoded>
			<wfw:commentRss>http://joshkim.org/2008/03/17/reinstalling-leopard-on-the-macbook-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

