<?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>0wned.it</title>
	<atom:link href="http://0wned.it/feed/" rel="self" type="application/rss+xml" />
	<link>http://0wned.it</link>
	<description>Owned is a slang word that originated among 1990s hackers, where it referred to &#34;rooting&#34; or gaining administrative control over someone else&#039;s computer.</description>
	<lastBuildDate>Mon, 08 Mar 2010 23:55:23 +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>Z-Push patch on wiki</title>
		<link>http://0wned.it/2010/03/08/z-push-patch-on-wiki/</link>
		<comments>http://0wned.it/2010/03/08/z-push-patch-on-wiki/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 23:55:23 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Wiki]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[z-push]]></category>

		<guid isPermaLink="false">http://0wned.it/?p=38</guid>
		<description><![CDATA[The patch I use against Z-Push is now on my wiki, here. It fixes several long standing bugs with Z-Push that haven&#8217;t yet made it in to SVN (will they ever?). It also adds the ability to turn debugging on/off, otherwise the debug.txt file grows beyond belief.
I&#8217;ve been using Z-Push+Dovecot with my iPhone for some [...]]]></description>
			<content:encoded><![CDATA[<p>The patch I use against Z-Push is now on my <a title="0wned wiki" href="http://0wned.it/wiki/">wiki</a>, <a title="Z-Push patch" href="http://0wned.it/wiki/patches:z-push">here</a>. It fixes several long standing bugs with Z-Push that haven&#8217;t yet made it in to SVN (will they ever?). It also adds the ability to turn debugging on/off, otherwise the debug.txt file grows beyond belief.</p>
<p>I&#8217;ve been using Z-Push+Dovecot with my iPhone for some time now and so far, so good. Only issue I sometimes get is when someone sends a stupidly large attachment and PHP dies as it exhausts the maximum allowed memory.</p>
<p>If you have any issues with my patch and need some support, best to direct it at the <a title="Z-Push forums" href="http://z-push.sourceforge.net/phpbb/">Z-Push forums</a> and not me. Although feedback is always welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://0wned.it/2010/03/08/z-push-patch-on-wiki/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rebuilt server, new blog and a wiki.</title>
		<link>http://0wned.it/2010/03/08/rebuilt-server-new-blog-and-a-wiki/</link>
		<comments>http://0wned.it/2010/03/08/rebuilt-server-new-blog-and-a-wiki/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 22:19:03 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Wiki]]></category>

		<guid isPermaLink="false">http://0wned.it/?p=31</guid>
		<description><![CDATA[My home server, where this is all served from, was running Debian GNU/Linux 3.1 (Sarge). Sarge was first released on 6th of June, 2005. Almost a 5 year run without a reinstall. Pretty good going. Unfortunately the time had come to upgrade as I needed access to MySQL 5.1 and PHP5. I did try an [...]]]></description>
			<content:encoded><![CDATA[<p>My home server, where this is all served from, was running <a title="Debian GNU/Linux" href="http://www.debian.org/">Debian</a> GNU/Linux 3.1 (<a title="Debian &quot;sarge&quot; release" href="http://http://www.debian.org/releases/sarge/">Sarge</a>). Sarge was first released on 6th of June, 2005. Almost a 5 year run without a reinstall. Pretty good going. Unfortunately the time had come to upgrade as I needed access to MySQL 5.1 and PHP5. I did try an upgrade from Debian 3.1 to 5.0.1 (<a title="Debian &quot;lenny&quot; release" href="http://www.debian.org/releases/lenny/">Lenny</a>) but this didn&#8217;t go too well. I over-looked running a hand rolled 2.4 kernel with <a href="http://www.grsecurity.net/">grsecurity</a> enable. I got in to a situation where I couldn&#8217;t run any commands at all. As I didn&#8217;t have a CDROM drive connected to the server and couldn&#8217;t be bothered taken things apart, I accepted that the installation was horribly broken and decided to bite the bullet.</p>
<p>To cut a long story short, I put in two new hard drives, TFTP booted <a title="Ubuntu Linux" href="http://www.ubuntu.com/">Ubuntu</a> 9.04 and started a clean install of my server. I took the opportunity to configure everything from scratch again. I didn&#8217;t fancy trying to re-use old configs and fixing them up to work with the much newer software packages that had jumped a major version or two. It&#8217;s now almost complete. Just a few things to finish off, like a hand rolled kernel with grsecurity etc.</p>
<p>As mentioned, one of the main reasons for the upgrade was to gain access to MySQL 5.1 and PHP5 so I could run webapps such as Wordpress. My old blog which I wrote from the ground up was too cumbersome and why reinvent the wheel? I just don&#8217;t have the time anymore. So here it is.</p>
<p>I&#8217;ve also got <a title="DokuWiki" href="http://www.dokuwiki.org/dokuwiki">DokuWiki</a> <a title="0wned wiki" href="http://0wned.it/wiki/">on the go</a>, so I can easily document specific configs. Mainly so I remember what was done and why and also to help others out there. For example, at the moment I&#8217;m writing up my Postfix+Dovecot+dspam notes as the documention I found was bitty and not very well explained.</p>
<p>Also to be wikified will be my High Availability Linux iSCSI cluster notes and a patch for <a title="Z-Push" href="http://z-push.sourceforge.net/soswp/">z-push</a> to make it work properly (specifically with the iPhone).</p>
]]></content:encoded>
			<wfw:commentRss>http://0wned.it/2010/03/08/rebuilt-server-new-blog-and-a-wiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
