<?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>SC Knowledge Base &#187; unix</title>
	<atom:link href="http://sandhillcreative.com/kb/tag/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://sandhillcreative.com/kb</link>
	<description></description>
	<lastBuildDate>Fri, 09 Sep 2011 20:37:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Accessing Your Local MAMP Dev Environment From VirtualBox</title>
		<link>http://sandhillcreative.com/kb/2009/11/19/accessing-your-local-mamp-dev-environment-from-virtualbox/</link>
		<comments>http://sandhillcreative.com/kb/2009/11/19/accessing-your-local-mamp-dev-environment-from-virtualbox/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 01:30:19 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[unix]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=162</guid>
		<description><![CDATA[Want to know how to access your MAMP environment from within a virtual instance of Windows or Linux (like VirtualBox or VMware fusion or Parallels)? Read on! You already have a local development environment set up using MAMP (MAMP uses port 8888 so your localhost is accessed at http://localhost:8888 and custom sites, assuming you have [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2009/11/19/accessing-your-local-mamp-dev-environment-from-virtualbox/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Zend_Tool Set-up</title>
		<link>http://sandhillcreative.com/kb/2009/05/07/zend_tool-set-up-and-use/</link>
		<comments>http://sandhillcreative.com/kb/2009/05/07/zend_tool-set-up-and-use/#comments</comments>
		<pubDate>Thu, 07 May 2009 06:23:40 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[unix]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zend_tool]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=125</guid>
		<description><![CDATA[Download Zend Framework (1.8.0 is the current version at present&#8230; change as needed): wget http://framework.zend.com/releases/ZendFramework-1.8.0/ZendFramework-1.8.0-minimal.tar.gz Unpack the downloaded file: tar zxvf ~/Downloads/ZendFramework-1.8.0-minimal.tar.gz Move into that unpacked directory: cd ~/Downloads/ZendFramework-1.8.0-minimal Find out where your PHP binary is: which php Put zf.sh and zf.php into the same dir as the PHP binary: cp bin/zf.sh bin/zf.php /Applications/MAMP/bin/php5/bin/ Find [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2009/05/07/zend_tool-set-up-and-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using UNIX&#8217;s find to locate modified files</title>
		<link>http://sandhillcreative.com/kb/2009/05/07/using-unixs-find-to-locate-modified-files/</link>
		<comments>http://sandhillcreative.com/kb/2009/05/07/using-unixs-find-to-locate-modified-files/#comments</comments>
		<pubDate>Thu, 07 May 2009 05:15:45 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[unix]]></category>
		<category><![CDATA[find]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=115</guid>
		<description><![CDATA[This will find anything that was accessed in the past 30 minutes: sudo find / -amin 30 Finds anything larger than 10k that was modified today: find / -size +10k -mtime 0 Finds any file larger than 1MB that was not modified in the past year: find / -type f -size +1M -mtime +365 Finds [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2009/05/07/using-unixs-find-to-locate-modified-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

