<?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>hibbins.com &#187; Unix/Linux</title>
	<atom:link href="http://www.hibbins.com/category/softwaredevelopment/platform/unixlinux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hibbins.com</link>
	<description>Software Development: C#, SQL Server, .NET, Analysis Services, Reporting Services, Intergration Services, OLAP, PHP, HTML, XML, CSS, Java, Javascript and anything else technical, complex and hibbins.com</description>
	<lastBuildDate>Thu, 15 Apr 2010 02:02:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SVN Port TCP Port is 3690</title>
		<link>http://www.hibbins.com/2009/02/12/svn-port-tcp-port-is-3690/</link>
		<comments>http://www.hibbins.com/2009/02/12/svn-port-tcp-port-is-3690/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 10:29:43 +0000</pubDate>
		<dc:creator>Jon Hibbins</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Platform]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[3690]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[TCP]]></category>

		<guid isPermaLink="false">http://www.hibbins.com/?p=192</guid>
		<description><![CDATA[SVN Port TCP Port is 3690]]></description>
			<content:encoded><![CDATA[<p>If you need to access SVN remotely, by default it runs on port TCP port 3690, so you need to make sure it is open in your firewall etc.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.hibbins.com%2F2009%2F02%2F12%2Fsvn-port-tcp-port-is-3690%2F';
  addthis_title  = 'SVN+Port+TCP+Port+is+3690';
  addthis_pub    = 'JHibbins';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.hibbins.com/2009/02/12/svn-port-tcp-port-is-3690/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Autostart Zend Core on Ubuntu</title>
		<link>http://www.hibbins.com/2008/09/18/autostart-zend-core-on-ubuntu/</link>
		<comments>http://www.hibbins.com/2008/09/18/autostart-zend-core-on-ubuntu/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 07:13:21 +0000</pubDate>
		<dc:creator>Jon Hibbins</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Platform]]></category>
		<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[Auto]]></category>
		<category><![CDATA[Boot]]></category>
		<category><![CDATA[Core]]></category>
		<category><![CDATA[Restart]]></category>
		<category><![CDATA[Startup]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://www.hibbins.com/?p=164</guid>
		<description><![CDATA[This is the 2nd time I have had to search for starting up Zend Core automatically on Ubuntu Workstation, so here is the answer:
First change the permissions of /etc/rc.local by opening a terminal window (Applications&#124;Accessories&#124;Terminal) and enter the following command:
sudo chmod 777 /etc/rc.local
Then open this file with the text editor (Applications&#124;Accessories&#124;Text Editor) and put the [...]]]></description>
			<content:encoded><![CDATA[<p>This is the 2nd time I have had to search for starting up Zend Core automatically on Ubuntu Workstation, so here is the answer:</p>
<p>First change the permissions <span class="MsgBodyText">of /etc/rc.local by opening a terminal window (Applications|Accessories|Terminal) and enter the following command:</span></p>
<blockquote><p><span class="MsgBodyText">sudo chmod 777 /etc/rc.local</span></p></blockquote>
<p><span class="MsgBodyText">Then open this file with the text editor </span><span class="MsgBodyText">(Applications|Accessories|Text Editor) and</span><span class="MsgBodyText"> put the following text before the exit 0 command<br />
</span></p>
<blockquote><p><span class="MsgBodyText">cd /usr/local/Zend/Core/mysql &amp;&amp; ./bin/safe_mysqld &amp;<br />
/usr/local/Zend/apache2/bin/apachectl start &amp;</span></p></blockquote>
<p>Zend Core, PHP and MySQL should now all start automaticaly at boot time.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.hibbins.com%2F2008%2F09%2F18%2Fautostart-zend-core-on-ubuntu%2F';
  addthis_title  = 'Autostart+Zend+Core+on+Ubuntu';
  addthis_pub    = 'JHibbins';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.hibbins.com/2008/09/18/autostart-zend-core-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
