<?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>Hank Beaver &#187; install</title>
	<atom:link href="http://www.hankbeaver.com/index.php/tag/install/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hankbeaver.com</link>
	<description>Open-source, Internet technologist who works for MaxMedia located in Atlanta, GA, USA</description>
	<lastBuildDate>Tue, 09 Aug 2011 18:20:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install ruby pg on OSX Leopard</title>
		<link>http://www.hankbeaver.com/index.php/2009/01/29/install-ruby-pg-on-osx-leopard/</link>
		<comments>http://www.hankbeaver.com/index.php/2009/01/29/install-ruby-pg-on-osx-leopard/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 21:08:31 +0000</pubDate>
		<dc:creator>hbeaver</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.rubyslacker.com/?p=77</guid>
		<description><![CDATA[
Grab Package from EnterpriseDB.
Find exact version location in /Library/PostgreSQL/x.x/
Put above dir + bin in PATH
sudo gem install ruby-pg

]]></description>
			<content:encoded><![CDATA[<ul>
<li>Grab Package from EnterpriseDB.</li>
<li>Find exact version location in /Library/PostgreSQL/x.x/</li>
<li>Put above dir + bin in PATH</li>
<li>sudo gem install ruby-pg</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.hankbeaver.com/index.php/2009/01/29/install-ruby-pg-on-osx-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Finder as root on OSX &#8211; to solve app install issues</title>
		<link>http://www.hankbeaver.com/index.php/2008/08/22/running-finder-as-root-on-osx-to-solve-app-install-issues/</link>
		<comments>http://www.hankbeaver.com/index.php/2008/08/22/running-finder-as-root-on-osx-to-solve-app-install-issues/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 17:28:07 +0000</pubDate>
		<dc:creator>hbeaver</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[finder]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[sudo]]></category>

		<guid isPermaLink="false">http://1000fires.com/wordpress/?p=42</guid>
		<description><![CDATA[open terminal
sudo sh
killall Finder
/System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
Why? I&#8217;ve found sometimes certain applications require root to run/install. Office 2004 and an HP Officejet software are two examples.
UPDATE: Realize this may bork your login/session after this and you are likely going to want to reboot.
]]></description>
			<content:encoded><![CDATA[<blockquote><p>open terminal<br />
sudo sh<br />
killall Finder<br />
/System/Library/CoreServices/Finder.app/Contents/MacOS/Finder</p></blockquote>
<p>Why? I&#8217;ve found sometimes certain applications require root to run/install. Office 2004 and an HP Officejet software are two examples.</p>
<p>UPDATE: Realize this <em>may</em> bork your login/session after this and you are likely going to want to reboot.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hankbeaver.com/index.php/2008/08/22/running-finder-as-root-on-osx-to-solve-app-install-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

