<?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>yaleman.org &#187; Web Hosting</title>
	<atom:link href="http://www.yaleman.org/category/web-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yaleman.org</link>
	<description>a blog by James Hodgkinson</description>
	<lastBuildDate>Thu, 19 Jan 2012 11:10:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Missing categories problem with WordPress 2.6</title>
		<link>http://www.yaleman.org/2008/07/29/missing-categories-problem-with-wordpress-26/</link>
		<comments>http://www.yaleman.org/2008/07/29/missing-categories-problem-with-wordpress-26/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 12:00:45 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.ricetek.net/?p=302</guid>
		<description><![CDATA[So, loads of people are having issues with this as per a search or two on the WordPress forums, and I found myself in the same boat. Check it out &#8211; I found a fix I inserted the wp_categories table from my backups and then ran the sql query I found here: update wp_term_taxonomy, wp_categories [...]]]></description>
			<content:encoded><![CDATA[<p>So, loads of people are having issues with this as per a <a href="http://wordpress.org/search/+2.6+categories?forums=1">search or two</a> on the <a href="http://wordpress.org/support/">WordPress forums</a>, and I found myself in the same boat. Check it out &#8211; I found a fix <img src='http://www.yaleman.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I inserted the wp_categories table from my backups and then ran <a href="http://wordpress.org/support/topic/191189#post-814069">the sql query I found here</a>:</p>
<blockquote><p>update wp_term_taxonomy, wp_categories set description = cat_name where term_id = cat_ID;<br />
update wp_terms, wp_categories set name = cat_name, slug = category_nicename where term_id = cat_ID;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.yaleman.org/2008/07/29/missing-categories-problem-with-wordpress-26/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH Reverse DNS Lookup Disable</title>
		<link>http://www.yaleman.org/2007/12/09/ssh-reverse-dns-lookup-disable/</link>
		<comments>http://www.yaleman.org/2007/12/09/ssh-reverse-dns-lookup-disable/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 02:42:22 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Networks]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[netork]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[usedns]]></category>

		<guid isPermaLink="false">http://www.ricetek.net/2007/12/09/ssh-reverse-dns-lookup-disable/</guid>
		<description><![CDATA[This isn&#8217;t the most interesting of posts, but a good &#8220;note to self&#8221; for future reference. If not disabled, SSHD will try to do a slow reverse lookup of the IP address of the client causing for an unnecessary delay during authentication. I often run into trouble with this when creating a new install of [...]]]></description>
			<content:encoded><![CDATA[<p>This isn&#8217;t the most interesting of posts, but a good &#8220;note to self&#8221; for future reference. If not disabled, SSHD will try to do a slow reverse lookup of the IP address of the client causing for an unnecessary delay during authentication. I often run into trouble with this when creating a new install of Linux or FreeBSD. Do the following to disable it:</p>
<blockquote><p>In file /etc/ssh/sshd_config:</p>
<p>UseDNS no</p></blockquote>

]]></content:encoded>
			<wfw:commentRss>http://www.yaleman.org/2007/12/09/ssh-reverse-dns-lookup-disable/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why I shouldn&#8217;t trust salespeople.</title>
		<link>http://www.yaleman.org/2007/08/28/why-i-shouldnt-trust-salespeople/</link>
		<comments>http://www.yaleman.org/2007/08/28/why-i-shouldnt-trust-salespeople/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 12:26:21 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.ricetek.net/2007/08/28/why-i-shouldnt-trust-salespeople/</guid>
		<description><![CDATA[I really should know better than to trust sales people, I keep getting messed around, but I go back for more. This was a conversation I had with one of the reps at The Planet tonight. Please wait while we find an agent to assist you&#8230; You have been connected to Brian J. Brian J: [...]]]></description>
			<content:encoded><![CDATA[<p>I really should know better than to trust sales people, I keep getting messed around, but I go back for more. <img src='http://www.yaleman.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  This was a conversation I had with one of the reps at <a href="http://www.theplanet.com" target="_blank" title="The Planet - Web Hosting">The Planet</a> tonight.</p>
<blockquote><p><em>Please wait while we find an agent to assist you&#8230; </em><br />
<em>You have been connected to Brian J. </em></p>
<ul>
<li>Brian J: Hello, how may I help you?</li>
<li><strong>Customer: Hi, I was just wondering what the different backup solutions offered with the dedicated servers actually were</strong></li>
<li><strong> Customer: you list network backup or discsync, what&#8217;s the difference? </strong></li>
<li>Brian J: Disksync is automated and much more user friendly.</li>
<li>Brian J: You can set it up to automatically run as frequent as you prefer.</li>
<li>Brian J: NAS is space in a seperate storage array you would have to copy and send the data to when you would like to save.</li>
<li><strong>Customer: so the network backup is nas space allocated to us, disksync uses an automated agent? </strong></li>
<li>Brian J: Correct</li>
<li><strong>Customer: and what does disksync require on the server, a username/password setup on ftp or ssh?</strong></li>
<li>Brian J: Neither its a GUI agent installed on the user console</li>
<li><strong>Customer: I&#8217;m a little lost </strong></li>
<li>Brian J: Using a simple GUI interface, you can manage all aspects of your backup and recovery including data retention periods, backup schedules, and data restoration.</li>
<li><strong> Customer: yes, but how does it access the server assuming I&#8217;m going to change firewall rules and services running on the server I intend to setup? </strong></li>
<li><strong>Customer: (I&#8217;m looking at a bare bsd/centos box) </strong></li>
<li>Brian J: The firewall rules would have no effect on Discsync</li>
<li><strong>Customer: how does it access the server? </strong></li>
<li><strong>Customer: assuming it doesn&#8217;t traverse the network (which you seem to be implying by saying the firewall rules will not effect it) </strong></li>
<li>Brian J: Through the agent console installed on the box</li>
<li><strong>Customer: never mind, found the information</strong></li>
<li><strong>Customer: you&#8217;re incorrect by the way &#8211; firewall rules would actually cause problems if they weren&#8217;t correct </strong></li>
<li><strong>Customer: refer to your company&#8217;s faq on http://forums.theplanet.com/index.php?showtopic=83882  </strong></li>
<li><strong>Customer: goodbye. </strong></li>
</ul>
<p><em>Your session has ended. You may now close this window.</em></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.yaleman.org/2007/08/28/why-i-shouldnt-trust-salespeople/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

