<?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</title>
	<atom:link href="http://sandhillcreative.com/kb/feed/" rel="self" type="application/rss+xml" />
	<link>http://sandhillcreative.com/kb</link>
	<description></description>
	<lastBuildDate>Mon, 24 May 2010 07:13:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>OpenVPN Setup tips</title>
		<link>http://sandhillcreative.com/kb/2010/05/24/openvpn-setup-tips/</link>
		<comments>http://sandhillcreative.com/kb/2010/05/24/openvpn-setup-tips/#comments</comments>
		<pubDate>Mon, 24 May 2010 07:13:36 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=235</guid>
		<description><![CDATA[To send all traffic over an established VPN connection: sudo iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE sudo -s echo &#8220;1&#8243; > /proc/sys/net/ipv4/ip_forward sudo openvpn /etc/openvpn/server.conf &#160;&#160;&#160;&#160;&#160;]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/05/24/openvpn-setup-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH Tunneling Tips: Now With More Awesome!</title>
		<link>http://sandhillcreative.com/kb/2010/05/23/ssh-tunneling-tips-now-with-more-awesome/</link>
		<comments>http://sandhillcreative.com/kb/2010/05/23/ssh-tunneling-tips-now-with-more-awesome/#comments</comments>
		<pubDate>Sun, 23 May 2010 05:15:14 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=232</guid>
		<description><![CDATA[OK, that previous tip was pretty weak. Try this instead. Set up a SOCKS proxy and tunnel it through SSH! Here&#8217;s how: 1. Open the SSH connection&#8230; ssh -ND 8887 -p 22 rufus@83.27.411.896 2. Set your network to point to the proxy. On a Mac that would be&#8230; a. Open Network Preferences&#8230; b. Click Advanced&#8230; [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/05/23/ssh-tunneling-tips-now-with-more-awesome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH Tunneling Tips</title>
		<link>http://sandhillcreative.com/kb/2010/05/23/ssh-tunneling-tips/</link>
		<comments>http://sandhillcreative.com/kb/2010/05/23/ssh-tunneling-tips/#comments</comments>
		<pubDate>Sun, 23 May 2010 04:56:18 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=229</guid>
		<description><![CDATA[To tunnel one, single website over SSH: ssh -L 8887:google.com:80 -p 22 -l rufus -N 83.27.411.896 Explanation: The first port, 8887, is the one on your local machine that you are going to point your proxy to&#8230;. &#8230; next comes the website you are visiting&#8230; &#8230; next is the port of the service on the [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/05/23/ssh-tunneling-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mercurial &#8211; pushing changes to a remote site</title>
		<link>http://sandhillcreative.com/kb/2010/04/28/mercurial-pushing-changes-to-a-remote-site/</link>
		<comments>http://sandhillcreative.com/kb/2010/04/28/mercurial-pushing-changes-to-a-remote-site/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 03:16:00 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=224</guid>
		<description><![CDATA[OK, this was not straight forward but it was mainly because of paths and permissions issues. My local repository is here: /Applications/MAMP/htdocs/aproj/ On the remote machine I need to get a copy of this so I issue the following: sudo hg -v clone ssh://me@192.168.1.107//Applications/MAMP/htdocs/aproj/ /var/www/aproj/ This will clone the repository. After making changes I try [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/04/28/mercurial-pushing-changes-to-a-remote-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Color in Mac OS X Terminal</title>
		<link>http://sandhillcreative.com/kb/2010/04/23/enable-color-in-mac-os-x-terminal/</link>
		<comments>http://sandhillcreative.com/kb/2010/04/23/enable-color-in-mac-os-x-terminal/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 21:09:40 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=222</guid>
		<description><![CDATA[Want to colorize your ls output in Terminal? Stick this in your ~/.bashrc or ~/.bash_profile files: export CLICOLOR=1 While you are at it add this alias to include invisible files in ls: alias ls='ls -la' Oh! One more useful one&#8230; to reload your .bash_profile without quitting and restarting the shell: source ~/.bash_profile &#160;&#160;&#160;&#160;&#160;]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/04/23/enable-color-in-mac-os-x-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The iTunes Window Extends Off Screen and I Can&#8217;t Resize It, Help!</title>
		<link>http://sandhillcreative.com/kb/2010/04/22/the-itunes-window-extends-off-screen-and-i-cant-resize-it-help/</link>
		<comments>http://sandhillcreative.com/kb/2010/04/22/the-itunes-window-extends-off-screen-and-i-cant-resize-it-help/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 19:24:34 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=219</guid>
		<description><![CDATA[So you thought you could click the little plus button at the window&#8217;s top left corner (the green one unless you use the alternate Mac color scheme) to resize and you discovered that that only opens a tiny control panel? Here is the big secret&#8230; hold down the option key while clicking the button with [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/04/22/the-itunes-window-extends-off-screen-and-i-cant-resize-it-help/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>Wrap many lines of text in list item tags using RegEx</title>
		<link>http://sandhillcreative.com/kb/2010/04/16/wrap-many-lines-of-text-in-list-item-tags-using-regex/</link>
		<comments>http://sandhillcreative.com/kb/2010/04/16/wrap-many-lines-of-text-in-list-item-tags-using-regex/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 02:49:51 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=205</guid>
		<description><![CDATA[So I have an email with a huge list of names. They are displayed one per line. I want to wrap them in list item tags so I can stick them in an unordered list. Here is how to do it fast and painlessly&#8230; First, here is what I start with (just imagine 1000 names, [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/04/16/wrap-many-lines-of-text-in-list-item-tags-using-regex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic secure file copying using SCP</title>
		<link>http://sandhillcreative.com/kb/2010/04/15/basic-secure-file-copying-using-scp/</link>
		<comments>http://sandhillcreative.com/kb/2010/04/15/basic-secure-file-copying-using-scp/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 17:46:47 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=200</guid>
		<description><![CDATA[Securely copy a file from one computer to another (in this example on my local network): $ sudo scp stuart@192.168.1.100:Downloads/somefile.iso /home/stuart/downloads This will copy the file somefile.iso that is in my remote computer&#8217;s home dir&#8217;s Download directory ~/Downloads/ or put another way as the remote computer is a Mac /Users/stuart/Downloads/ over to the local computer&#8217;s [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/04/15/basic-secure-file-copying-using-scp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic PHP Debugging with FirePHP (Firebug style)</title>
		<link>http://sandhillcreative.com/kb/2010/04/11/basic-php-debugging-with-firephp-firebug-style/</link>
		<comments>http://sandhillcreative.com/kb/2010/04/11/basic-php-debugging-with-firephp-firebug-style/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 21:53:56 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=192</guid>
		<description><![CDATA[FirePHP is a Firebug extension that let&#8217;s you debug PHP in the same manner as you would Javascript using Firebug. In a nutshell you include the core FirePHP library, call `ob_start()`, call the FirePHP method `fb()` and pass it some stuff to output. Check the Firebug console for your output. It&#8217;s that simple. One problem [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/04/11/basic-php-debugging-with-firephp-firebug-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 2.903 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-07-29 17:17:25 -->
