<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss version="0.92">
<channel>
	<title>David Steven-Jennings</title>
	<link>http://www.dsj.za.net</link>
	<description>sleep 8h; cat /dev/urandom &gt; /dev/dsp</description>
	<lastBuildDate>Tue, 24 Aug 2010 21:39:32 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	

	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/xml" href="http://feeds.feedburner.com/dsjzanet" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="dsjzanet" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Create an Ubuntu 10.04 Xen Guest Image via Debootstrap</title>
		<description><![CDATA[This is a lot easier than everyone makes it out to be. I&#8217;m doing this post because I was looking around at other tutorials and saw crap like having to hack scripts from Karmic and stuff like that. What the hell. Anyway, here&#8217;s a step-by-step guide to create a Lucid Lynx Xen-ready image (pvgrub-ready) using [...]]]></description>
		<link>http://www.dsj.za.net/create-an-ubuntu-10-04-xen-guest-image-via-debootstrap/</link>
			</item>
	<item>
		<title>Reset MySQL Root Password</title>
		<description><![CDATA[Forgetting the root password for a MySQL server probably happens at least once in a sys admin&#8217;s life. It must also be really embarrassing if the sys admin is also the DB admin, heh. MySQL passwords are encrypted by default, so your only real option is to reset the root password. It&#8217;s a straight-forward process [...]]]></description>
		<link>http://www.dsj.za.net/reset-mysql-root-password/</link>
			</item>
	<item>
		<title>How To Remove the wlwmanifest.xml Link in WordPress</title>
		<description><![CDATA[I happened to glance at the HTML header code for this blog and noticed the following line: &#60;link rel=&#8221;wlwmanifest&#8221; type=&#8221;application/wlwmanifest+xml&#8221; href=&#8221;http://www.dsj.za.net/wp-includes/wlwmanifest.xml&#8221; /&#62; Well, I haven&#8217;t seen that line before. The file looks like it enables tagging support for Windows Live Writer. Well, as I don&#8217;t really use Windows other than for gaming, I decided to [...]]]></description>
		<link>http://www.dsj.za.net/how-to-remove-the-wlwmanifest-xml-link-in-wordpress/</link>
			</item>
	<item>
		<title>What is a VPS</title>
		<description><![CDATA[A part of my job consists of building and managing VPS&#8217;s. They&#8217;re pretty hot right now (have been for a long time), however whenever I bring them up during discussions about webhosting, people just stare at me blankly. So here is a quick, layman&#8217;s-terms guide to what a VPS is and why webmasters should be [...]]]></description>
		<link>http://www.dsj.za.net/what-is-a-vps/</link>
			</item>
	<item>
		<title>How To Install Denyhosts on Centos</title>
		<description><![CDATA[Denyhosts is a lovely python script that can help stop SSH bruteforce attacks. It scans your SSH logs and bans IPs that fail too many login attempts. While it is a staple on Debian/Ubuntu servers, it isn&#8217;t in the main Centos repositories. Fear not! Here is how to get it installed on a Centos box. [...]]]></description>
		<link>http://www.dsj.za.net/how-to-install-denyhosts-on-centos/</link>
			</item>
	<item>
		<title>Reading Online Complaints? 7 Things to Keep in Mind</title>
		<description><![CDATA[When looking for things like a web hosting company, people will often do a &#8220;X sucks&#8221;-type search in Google, &#8216;X&#8217; being the name of the company. Some will often take this one step further and do a &#8220;X rocks&#8221;-style search and weigh the two together. However, while the logic behind such a move is sound, [...]]]></description>
		<link>http://www.dsj.za.net/reading-online-complaints-7-things-to-keep-in-mind/</link>
			</item>
	<item>
		<title>Setting Up Domains on Your Computer For Development Work</title>
		<description><![CDATA[I, like most people who like to test out new website applications/scripts or do some personal dev work, have a webserver installed on my computer. A grumbling I&#8217;ve heard often (most recently was last night, at the time of writing) is that they always have to have the script in a subdirectory, eg localhost/blahblah. Sure, [...]]]></description>
		<link>http://www.dsj.za.net/setting-up-domains-on-your-computer-for-development-work/</link>
			</item>
	<item>
		<title>How To Log Subject Lines in Postfix</title>
		<description><![CDATA[By default, Postfix doesn&#8217;t log the subject lines of emails that it handles. There&#8217;s nothing wrong with this, however sometimes a user will want to know if an email came in (or was sent), and you&#8217;ll almost never have the message ID on hand to search for. Luckily, Postfix does allow you to log warning [...]]]></description>
		<link>http://www.dsj.za.net/how-to-log-subject-lines-in-postfix/</link>
			</item>
	<item>
		<title>SSH in Ubuntu OpenVZ Doesn’t Log to Auth.log File</title>
		<description><![CDATA[I have a couple of Ubuntu 8.04 OpenVZ VPS&#8217;s, and I use the Deny Hosts script to block hackers trying to bruteforce SSH. However, the other day I noticed two files in /var/ on one of my VPS&#8217;s: logauth.log and logmail.err. Logauth.log was sitting at 105 megabytes! Not only was the info being logged to [...]]]></description>
		<link>http://www.dsj.za.net/ssh-in-ubuntu-openvz-doesnt-log-to-auth-log-file/</link>
			</item>
	<item>
		<title>Setting Up Sarg Correctly in Ubuntu</title>
		<description><![CDATA[The annoying thing about Ubuntu&#8217;s version of Sarg is that the cronjobs used to generate the reports are buggy &#8211; the weekly and monthly jobs only show some of the days :( Here is how I fix it. It&#8217;s not difficult at all, really, as you&#8217;re only modifying the contents of 4 files and removing [...]]]></description>
		<link>http://www.dsj.za.net/setting-up-sarg-correctly-in-ubuntu/</link>
			</item>
</channel>
</rss>
