<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>devinzuczek.com</title>
	<link>http://www.devinzuczek.com</link>
	<description>another devin-inspired website</description>
	<lastBuildDate>Fri, 02 Dec 2011 03:23:26 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>quick start Linux + PHP + XDebug howto</title>
		<description><![CDATA[Ever really debugged before? It's a life changer. Forget dpm, dd, print_r, var_dump... 1) Install a debugger of your choice (NetBeans, protoeditor, Komodo, Eclipse...) 2) Install/Configure XDebug extension pecl install xdebug If you get errors regarding `pecl`, `phpize` or missing libraries, try installing the php-pecl and php-devel packages. Go to /etc/php.d, or wherever your PHP [...]]]></description>
		<link>http://www.devinzuczek.com/2011/12/quick-start-linux-php-xdebug/</link>
			</item>
	<item>
		<title>ubuntu</title>
		<description><![CDATA[]]></description>
		<link>http://www.devinzuczek.com/2011/12/ubuntu/</link>
			</item>
	<item>
		<title>google voice mistranslations</title>
		<description><![CDATA[This is Mary. Joe has gone dead and I have wonderful news for you at the Can. It's quite a bit fast. On October 8. You filled out the entry slip with my company Sundance return my call. Devin because I E M O I do have your wonderful and very exciting news. Waiting for [...]]]></description>
		<link>http://www.devinzuczek.com/2011/10/google-voice-mistranslations/</link>
			</item>
	<item>
		<title>taking a screenshot with phpunit and selenium RC</title>
		<description><![CDATA[PHPUnit has built in support for taking a screenshot with Selenium and storing it locally (as in, on the server that is running the firefox instance) This doesn't work well when you're running selenium RC, because you won't know what server firefox eventually runs on. Fortunately, PHPUnit also implements captureEntirePageScreenshotToString(), which will return a base64-encoded [...]]]></description>
		<link>http://www.devinzuczek.com/2011/08/taking-a-screenshot-with-phpunit-and-selenium-rc/</link>
			</item>
	<item>
		<title>raid5: cannot start dirty degraded array for mdN</title>
		<description><![CDATA[rebuilding a software raid array and stuck with this error? for example, I was rebuilding on a live array and the server took a dive. try tricking the array into believing its clean, then try to add a new drive or start the array again. echo "clean" > /sys/block/md0/md/array_state mdadm /dev/mdN -a /dev/sdXN or mdadm [...]]]></description>
		<link>http://www.devinzuczek.com/2010/09/raid5-cannot-start-dirty-degraded-array-for-mdn/</link>
			</item>
	<item>
		<title>replace dolphin with konqueror</title>
		<description><![CDATA[Dolphin is still missing some features that I have set up in Konqueror. But EVEN AFTER changing your preferred "file browsing" application to Konqueror under System Settings ->Default Applications, Dolphin still runs on mostly any folder operation. I found that the easiest way to get Konqueror to run instead was to symlink dolphin to konqueror. [...]]]></description>
		<link>http://www.devinzuczek.com/2010/08/replace-dolphin-with-konqueror/</link>
			</item>
	<item>
		<title>configure SSH to connect to host on nonstandard port, user</title>
		<description><![CDATA[instead of doing ssh customuser@hostname.com -p 12345 put some lines in your ~/.ssh/config file (create it if it doesn't exist) Host hostname.com Port 12345 User customuser save some keystrokes, now you can do ssh hostname.com]]></description>
		<link>http://www.devinzuczek.com/2010/06/configure-ssh-to-connect-to-host-on-nonstandard-port-user/</link>
			</item>
	<item>
		<title>PowerGenix NiZn batteries</title>
		<description><![CDATA[I managed to pick up a PowerGenix 4-pack of NiZn (Nickel-Zinc) rechargeable batteries and a charger while I was at the International CES in Las Vegas - I saw them demoed at Lunch@Pieros and they were nice enough to donate a pack. Well, that was back at the beginning of January. I've had them in [...]]]></description>
		<link>http://www.devinzuczek.com/2010/03/powergenix-nizn-batteries/</link>
			</item>
	<item>
		<title></title>
		<description><![CDATA[for some reason, node_save was timing out inside of a hook_workflow block. hook_workflow is passed the operation, old state, new state, and the node being operated on. &#160; function custom_workflow&#40;$op, $old_state, $new_state, $node&#41; &#123; $new_state_array = workflow_get_state&#40;$new_state&#41;; $new_state_name = $new_state_array&#91;'state'&#93;; if &#40;$op==&#34;transition post&#34;&#41; &#123; if &#40;$new_state_name==&#34;Published&#34;&#41; &#123; $node-&#62;status=1; node_save&#40;$node&#41;; &#125; &#125; &#125; &#160; this wasn't [...]]]></description>
		<link>http://www.devinzuczek.com/2010/02/317/</link>
			</item>
	<item>
		<title>Intel HDA/Realtek ALC800 surround sound in linux</title>
		<description><![CDATA[actually just posting this so I'll google it in the future and will get to this page. for some reason sound only comes out of the front speakers and is impossible to route to any others. adding this model parameter makes it happen. /etc/modprobe.d/local.conf options snd-hda-intel model=6stack rinse and repeat, I mean, reboot]]></description>
		<link>http://www.devinzuczek.com/2009/12/intel-hdarealtek-alc800-surround-sound-in-linux/</link>
			</item>
</channel>
</rss>

