<?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>Jeff Combs - IT Professional / Web Developer &#187; Uncategorized</title>
	<atom:link href="http://jcombs.net/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://jcombs.net</link>
	<description>System Administration</description>
	<lastBuildDate>Sat, 31 Mar 2012 23:19:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Xedebug with Cakephp and Netbeans</title>
		<link>http://jcombs.net/uncategorized/xedebug-with-cakephp-and-netbeans</link>
		<comments>http://jcombs.net/uncategorized/xedebug-with-cakephp-and-netbeans#comments</comments>
		<pubDate>Wed, 07 Mar 2012 15:10:08 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jcombs.net/?p=239</guid>
		<description><![CDATA[I&#8217;m using Debian and Xedebug is available via the package manager. apt-get install php5-xdebug Configure PHP to use xdebug. vi /etc/php5/conf.d/xdebug.ini ; configuration for php xdebug module zend_extension=/usr/lib/php5/20090626+lfs/xdebug.so xdebug.remote_enable = 1 xdebug.remote_handler = dbgp xdebug.remote_mode = req xdebug.remote_host = 10.11.228.223 ; [Remote address if debugging from a remote client] xdebug.remote_port = 9000 xdebug.max_nesting_level = 500 [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using Debian and Xedebug is available via the package manager.</p>
<blockquote><p>
apt-get install php5-xdebug
</p></blockquote>
<p>Configure PHP to use xdebug.</p>
<blockquote><p>
vi /etc/php5/conf.d/xdebug.ini</p>
<p>; configuration for php xdebug module<br />
zend_extension=/usr/lib/php5/20090626+lfs/xdebug.so</p>
<p>xdebug.remote_enable = 1<br />
xdebug.remote_handler = dbgp<br />
xdebug.remote_mode = req<br />
xdebug.remote_host = 10.11.228.223 ; [Remote address if debugging from a remote client]<br />
xdebug.remote_port = 9000<br />
xdebug.max_nesting_level = 500 ; [This may be needed for larger scripts]<br />
xdebug.profiler_enable_trigger = 1 ; [Use trigger to enable with something like chrome/firefox extensions]<br />
;xdebug.profiler_enable = 1
</p></blockquote>
<p>Configure netbeans under Tool > Options.  Make sure PHP is configured with the proper port.  You can remove the option to stop at first line.  You must also make sure the project has the webroot defined under sources. Without this setting the debugger will not stop at the breakpoints. </p>
]]></content:encoded>
			<wfw:commentRss>http://jcombs.net/uncategorized/xedebug-with-cakephp-and-netbeans/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find and Delete Files</title>
		<link>http://jcombs.net/uncategorized/find-and-delete-files</link>
		<comments>http://jcombs.net/uncategorized/find-and-delete-files#comments</comments>
		<pubDate>Sun, 19 Feb 2012 17:33:03 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jcombs.net/?p=221</guid>
		<description><![CDATA[If you need to find and delete files you can execute the following command. find /path/to/search -name &#039;file-to-search-for&#039; -exec rm -f \; If you want to be prompted for each file you can use -i instead of -f]]></description>
			<content:encoded><![CDATA[<p>If you need to find and delete files you can execute the following command.</p>
<pre class="brush: text">
find /path/to/search -name &#039;file-to-search-for&#039; -exec rm -f \;
</pre>
<p>If you want to be prompted for each file you can use -i instead of -f</p>
]]></content:encoded>
			<wfw:commentRss>http://jcombs.net/uncategorized/find-and-delete-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://jcombs.net/uncategorized/hello-world</link>
		<comments>http://jcombs.net/uncategorized/hello-world#comments</comments>
		<pubDate>Wed, 14 Oct 2009 02:38:18 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jcombs.net/?p=1</guid>
		<description><![CDATA[If you are seeing this it is because I&#8217;m trying to create this site pretty much in real time. I started creating this minimalistic theme and decided I&#8217;d upload changes as I go rather than only testing from my development machine. This theme will have nothing very fancy, but I do plan to actually start [...]]]></description>
			<content:encoded><![CDATA[<p>If you are seeing this it is because I&#8217;m trying to create this site pretty much in real time.  I started creating this minimalistic theme and decided I&#8217;d upload changes as I go rather than only testing from my development machine.  This theme will have nothing very fancy, but I do plan to actually start blogging about things I do as an IT Pro and Web Developer.  Hopefully the majority of this blog will be completed over the next week or two.</p>
]]></content:encoded>
			<wfw:commentRss>http://jcombs.net/uncategorized/hello-world/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

