<?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>Code Snips</title>
	<atom:link href="http://www.chesterproductions.net.nz/blogs/it/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chesterproductions.net.nz/blogs/it</link>
	<description>Simple code hopefully worth remembering</description>
	<lastBuildDate>Fri, 09 Apr 2010 04:43:53 +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>An SSL Client Using OpenSSL</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/c/an-ssl-client-using-openssl/245/</link>
		<comments>http://www.chesterproductions.net.nz/blogs/it/c/an-ssl-client-using-openssl/245/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 03:34:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[c++]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sockets]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=245</guid>
		<description><![CDATA[Recently I wrote about how to use OpenSSL to connect to a plain data server, this time I&#8217;m modifying the<a href="http://www.chesterproductions.net.nz/blogs/it/c/an-ssl-client-using-openssl/245/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.chesterproductions.net.nz/blogs/it/c/an-ssl-client-using-openssl/245/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Non SSL Connections Using OpenSSL</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/code/non-ssl-connections-using-openssl/238/</link>
		<comments>http://www.chesterproductions.net.nz/blogs/it/code/non-ssl-connections-using-openssl/238/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 05:35:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[c++]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[sockets]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=238</guid>
		<description><![CDATA[Strange as it seems but you can make non-SSL connections using the OpenSSL libraries.  The following code is a brief<a href="http://www.chesterproductions.net.nz/blogs/it/code/non-ssl-connections-using-openssl/238/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.chesterproductions.net.nz/blogs/it/code/non-ssl-connections-using-openssl/238/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Child&#8217;s Toys and JQuery</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/code/childs-toys-and-jquery/235/</link>
		<comments>http://www.chesterproductions.net.nz/blogs/it/code/childs-toys-and-jquery/235/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 09:28:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=235</guid>
		<description><![CDATA[In late January I suffered a rather nasty medical event which had me on my back for a few weeks<a href="http://www.chesterproductions.net.nz/blogs/it/code/childs-toys-and-jquery/235/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.chesterproductions.net.nz/blogs/it/code/childs-toys-and-jquery/235/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SELinux and audit2allow</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/sysadmin/selinux-and-audit2allow/226/</link>
		<comments>http://www.chesterproductions.net.nz/blogs/it/sysadmin/selinux-and-audit2allow/226/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 04:12:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[selinux]]></category>

		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=226</guid>
		<description><![CDATA[Using SELinux is reasonably straight forward once you get used to it.  It protects OS objects and configuration from potentially<a href="http://www.chesterproductions.net.nz/blogs/it/sysadmin/selinux-and-audit2allow/226/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.chesterproductions.net.nz/blogs/it/sysadmin/selinux-and-audit2allow/226/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Brief Linux Sockets Connect Illustration</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/code/a-brief-linux-sockets-connect-illustration/223/</link>
		<comments>http://www.chesterproductions.net.nz/blogs/it/code/a-brief-linux-sockets-connect-illustration/223/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 09:14:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[c++]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[sockets]]></category>

		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=223</guid>
		<description><![CDATA[For a little while I&#8217;ve been playing with sockets in C now and have come up with the following succinct<a href="http://www.chesterproductions.net.nz/blogs/it/code/a-brief-linux-sockets-connect-illustration/223/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.chesterproductions.net.nz/blogs/it/code/a-brief-linux-sockets-connect-illustration/223/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When there&#8217;s Nothing in your Sock</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/code/when-theres-nothing-in-your-sock/214/</link>
		<comments>http://www.chesterproductions.net.nz/blogs/it/code/when-theres-nothing-in-your-sock/214/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 04:32:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[c++]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[sockets]]></category>

		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=214</guid>
		<description><![CDATA[Normally I do most of my network programming in Java; life is just easier that way. But some times, *very*<a href="http://www.chesterproductions.net.nz/blogs/it/code/when-theres-nothing-in-your-sock/214/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.chesterproductions.net.nz/blogs/it/code/when-theres-nothing-in-your-sock/214/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looping Back through Netfilter</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/code/looping-back-through-netfilter/206/</link>
		<comments>http://www.chesterproductions.net.nz/blogs/it/code/looping-back-through-netfilter/206/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 07:50:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=206</guid>
		<description><![CDATA[Using netfilter as a loopback device is surprisingly simple and can let you tap into that network conversation between components<a href="http://www.chesterproductions.net.nz/blogs/it/code/looping-back-through-netfilter/206/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.chesterproductions.net.nz/blogs/it/code/looping-back-through-netfilter/206/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hex Translation of a char Buffer to a hex char Buffer</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/c/hex-translation-of-a-char-buffer-to-a-hex-char-buffer/199/</link>
		<comments>http://www.chesterproductions.net.nz/blogs/it/c/hex-translation-of-a-char-buffer-to-a-hex-char-buffer/199/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 05:20:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[c++]]></category>

		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=199</guid>
		<description><![CDATA[Some time ago I wrote up a hex2bin and a bin2hex utility in this blog.  This is an example of<a href="http://www.chesterproductions.net.nz/blogs/it/c/hex-translation-of-a-char-buffer-to-a-hex-char-buffer/199/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.chesterproductions.net.nz/blogs/it/c/hex-translation-of-a-char-buffer-to-a-hex-char-buffer/199/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PSP Movie Encoding</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/scripts/psp-movie-encoding/189/</link>
		<comments>http://www.chesterproductions.net.nz/blogs/it/scripts/psp-movie-encoding/189/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 09:22:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[scripts]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=189</guid>
		<description><![CDATA[If you want to encode video to PSP format on Linux install ffmpeg and try this: ffmpeg -i my_home_movie.mpg -f<a href="http://www.chesterproductions.net.nz/blogs/it/scripts/psp-movie-encoding/189/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.chesterproductions.net.nz/blogs/it/scripts/psp-movie-encoding/189/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pidgin and Office Communicator</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/sysadmin/pidgin-and-office-communicator/182/</link>
		<comments>http://www.chesterproductions.net.nz/blogs/it/sysadmin/pidgin-and-office-communicator/182/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 04:16:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=182</guid>
		<description><![CDATA[We use office communicator at work which is a bit of a pain because it doesn&#8217;t log anything. If you<a href="http://www.chesterproductions.net.nz/blogs/it/sysadmin/pidgin-and-office-communicator/182/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.chesterproductions.net.nz/blogs/it/sysadmin/pidgin-and-office-communicator/182/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
