<?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/category/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>MacBook seem sluggish? Monitor page outs to see if you need more RAM</title>
		<link>http://sandhillcreative.com/kb/2011/03/13/macbook-seem-sluggish-monitor-page-outs-to-see-if-you-need-more-ram/</link>
		<comments>http://sandhillcreative.com/kb/2011/03/13/macbook-seem-sluggish-monitor-page-outs-to-see-if-you-need-more-ram/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 23:33:02 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=292</guid>
		<description><![CDATA[If your Mac is sluggish and unresponsive you are probably using all of your RAM. To check this examine the amount of paging out going on. You can do this from the command line with &#8220;sar&#8221;. The sar command is used to sample and report various cumulative statistic counters maintained by the operating system. sar [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2011/03/13/macbook-seem-sluggish-monitor-page-outs-to-see-if-you-need-more-ram/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using wget with cron to hit a page</title>
		<link>http://sandhillcreative.com/kb/2010/11/04/using-wget-with-cron-to-hit-a-page/</link>
		<comments>http://sandhillcreative.com/kb/2010/11/04/using-wget-with-cron-to-hit-a-page/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 02:58:17 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=253</guid>
		<description><![CDATA[*/5 * * * * /usr/bin/wget -q -O /dev/null http://12.120.186.8/index/parsexml */5 = every 5 minutes * = every hour * = every day * = every month * = every day of the week Cause the program wget (located at /usr/bin/wget) to quietly (-q) activate sending any output (-O) to nowhere (/dev/null) oh, and we [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/11/04/using-wget-with-cron-to-hit-a-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An IP Address changed and now I can&#8217;t pull with Mercurial! Hjelp!</title>
		<link>http://sandhillcreative.com/kb/2010/09/21/an-ip-address-changed-and-now-i-cant-pull-with-mercurial-hjelp/</link>
		<comments>http://sandhillcreative.com/kb/2010/09/21/an-ip-address-changed-and-now-i-cant-pull-with-mercurial-hjelp/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 18:03:07 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=238</guid>
		<description><![CDATA[No worries! There are a few things you can do to resolve this speed bump in your race to code. I&#8217;ll walk you through a sample &#8220;WTF?!&#8221; session and the resolve things as we go along&#8230; 1. You run hg pull and get an error like this: remote: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ remote: @ WARNING: REMOTE HOST IDENTIFICATION [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/09/21/an-ip-address-changed-and-now-i-cant-pull-with-mercurial-hjelp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change an Ubuntu server&#8217;s timezone from the command line</title>
		<link>http://sandhillcreative.com/kb/2010/04/20/change-an-ubuntu-servers-timezone/</link>
		<comments>http://sandhillcreative.com/kb/2010/04/20/change-an-ubuntu-servers-timezone/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 03:30:08 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=216</guid>
		<description><![CDATA[This is pretty straight forward. Log in to the system and type: dpkg-reconfigure tzdata Follow along as it prompts you. Bam. Done. &#160;&#160;&#160;&#160;&#160;]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/04/20/change-an-ubuntu-servers-timezone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>9</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>

