<?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>A world in dk(decay/denmark) &#187; Meta</title>
	<atom:link href="http://rotand.dk/blog/category/meta/feed/" rel="self" type="application/rss+xml" />
	<link>http://rotand.dk/blog</link>
	<description>Just another pointless weblog</description>
	<lastBuildDate>Sat, 27 Jun 2009 19:17:46 +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>New server</title>
		<link>http://rotand.dk/blog/2008/04/03/new-server/</link>
		<comments>http://rotand.dk/blog/2008/04/03/new-server/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 19:49:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://rotand.dk/blog/2008/04/03/new-server/</guid>
		<description><![CDATA[The time has come and I&#8217;m moving to a new server.
Its a virtual private server, which mean root access via ssh, and a lot more managing. At the moment I&#8217;m fiddling with testing and moving data. Though very soon I will be moving, which probably will give some weirdness here, until everything is settled.
I am [...]]]></description>
			<content:encoded><![CDATA[<p>The time has come and I&#8217;m moving to a new server.</p>
<p>Its a virtual private server, which mean root access via ssh, and a lot more managing. At the moment I&#8217;m fiddling with testing and moving data. Though very soon I will be moving, which probably will give some weirdness here, until everything is settled.</p>
<p>I am looking forward to be able to do all the fun stuff on the new server, ie jsp. In the meantime its just annoying to configure DNS, take backup&#8217;s, fixing stuff.</p>
<p>Lessons learned so far :</p>
<p>Its kool to be able to ssh in to the new server and just move everything with ftp and not download and upload.</p>
<p>iconv is a nifty unix command for converting: <em> iconv -f ISO-8859-1 -t UTF-8 file &gt; newFile</em></p>
<p>DNS is a nightmare at least for me so far.</p>
<p>Its easy to move wordpress: Export everything, install a new wordpress and import the file. (which incidental also means upgrading).</p>
<p>pmwiki is also easy to move.</p>
<p>I have a mediawiki, that I don&#8217;t use any more and i couldn&#8217;t find an easy way to convert it to static html, so i think ill just have to live without it. Which is a bit annoying since  I wikisquatted at it to show of some povray stuff and that will be lost.</p>
<p>I have a lot of old junk files from various experiments.</p>
]]></content:encoded>
			<wfw:commentRss>http://rotand.dk/blog/2008/04/03/new-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Annoying db-server</title>
		<link>http://rotand.dk/blog/2007/05/30/annoying-db-server/</link>
		<comments>http://rotand.dk/blog/2007/05/30/annoying-db-server/#comments</comments>
		<pubDate>Wed, 30 May 2007 07:02:47 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://rotand.dk/blog/2007/05/30/19/</guid>
		<description><![CDATA[I knew my host didn&#8217;t have the best databases, but once I had installed Wordpress. Which uses a mysql for every page, i found out just how bad it was. Often I was not even able to get a page to load. So I contacted support.
The answer : since you don&#8217;t have a business solution, [...]]]></description>
			<content:encoded><![CDATA[<p>I knew my host didn&#8217;t have the best databases, but once I had installed Wordpress. Which uses a mysql for every page, i found out just how bad it was. Often I was not even able to get a page to load. So I contacted support.</p>
<p>The answer : since you don&#8217;t have a business solution, you will experience lag at peak-hours. Apparently there are more peak than non-peak hours in a day&#8230;</p>
<p>The solution : upgrade to business ( which is triple the price ) or</p>
<ul>
<li>backup and delete all databases</li>
<li>wait until their controlpanel restart</li>
<li>create a new database, which now will be on the database-server with least load</li>
<li>restore backup</li>
</ul>
<p>I did it, and it seems to work better. But I think its bad service and i immediately went looking for other hosting. I have prepaid so I&#8217;ll probably stay the year out &#8211; but if you know of a good an reliable host (and  reasonably priced host ) please let me know.</p>
<p>the <a href="http://www.surftown.dk/">annoying host is surftown</a></p>
<p>The transistion went faily well, meaning i got to restore my blog &#8211; before their main controlpanel went down for maintenance?!</p>
<p>After restoring Tinymce wouldn&#8217;t show popups ( tinymce &#8211; is the visual editor for Wordpress). It shouldn&#8217;t be related. But anyways i had to add a line to a tiny_mce_popup.js stating the domain. Something about FireFox blocking javascript, i found <a href="http://breadcrumbs.davejlowe.com/archive/83/tinymce-error-permission-denied">this fix</a><br />
edit: which wasn&#8217;t a solution after all, something is &#8220;bugging&#8221; me&#8230;</p>
<p><a href="http://www.surftown.dk/"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://rotand.dk/blog/2007/05/30/annoying-db-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>another one bites the bits</title>
		<link>http://rotand.dk/blog/2007/05/27/another-one-bites-the-bits/</link>
		<comments>http://rotand.dk/blog/2007/05/27/another-one-bites-the-bits/#comments</comments>
		<pubDate>Sun, 27 May 2007 19:33:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Meta]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://rotand.dk/blog/?p=3</guid>
		<description><![CDATA[Well it was ment to happen.
Everybody has one, so now I have to join in, with another pointless blog.
I will primarily use it to show off :

 Code &#8211; i like programming


 Weird links


 I intend to stay away from political and personal rants.

]]></description>
			<content:encoded><![CDATA[<p>Well it was ment to happen.</p>
<p>Everybody has one, so now I have to join in, with another pointless blog.</p>
<p>I will primarily use it to show off :</p>
<ul>
<li> Code &#8211; i like programming</li>
</ul>
<ul>
<li> Weird links</li>
</ul>
<ul>
<li> I intend to stay away from political and personal rants.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rotand.dk/blog/2007/05/27/another-one-bites-the-bits/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
