<?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>RimuHosting Blog</title>
	<atom:link href="http://blog.rimuhosting.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rimuhosting.com</link>
	<description>Mighty Linux servers, support worth raving about</description>
	<lastBuildDate>Tue, 15 May 2012 22:54:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>New drive options: bigger, faster Intel SSDs!</title>
		<link>http://blog.rimuhosting.com/2012/05/16/intel-330-ssds/</link>
		<comments>http://blog.rimuhosting.com/2012/05/16/intel-330-ssds/#comments</comments>
		<pubDate>Tue, 15 May 2012 22:54:23 +0000</pubDate>
		<dc:creator>Glenn Enright</dc:creator>
				<category><![CDATA[Rimuhosting]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[hdd]]></category>
		<category><![CDATA[inte330]]></category>
		<category><![CDATA[needmorespeed]]></category>
		<category><![CDATA[ssd]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://blog.rimuhosting.com/?p=2051</guid>
		<description><![CDATA[Intel recently released their new generation of 330 series SSD drives.  These take over from the well regarded X25-M SSD drives.  But add more capacity.  Better performance.  And lower cost per GB! Our new Sandybridge dedicated servers come with SATA3 &#8230; <a href="http://blog.rimuhosting.com/2012/05/16/intel-330-ssds/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://rimuhosting.com/order/startorder1.jsp?hom=t-ded-dal"><img class="alignleft size-full wp-image-2056" title="intel330" src="http://blog.rimuhosting.com/wp-content/uploads/2012/05/intel330.jpg" alt="" width="288" height="288" /></a>Intel recently released their new generation of 330 series SSD drives.  These take over from the well regarded X25-M SSD drives.  But add more capacity.  Better performance.  And lower cost per GB!</p>
<p>Our new Sandybridge dedicated servers come with SATA3 which helps maximize the 330 series drive performance.  Data sheets show that over SATA 3 (at 6Gb/s) these drives can achieve 450+ MB/s, and ~25k IOPS.</p>
<p>We now offer the larger capacity 120GB and 180GB Intel 330 SSD (Sandforce based) options replacing both the original Intel X25-M 80gb option.</p>
<p>The SSDs are ideal for customers with performance critical IO loads.  Primarily: databases on sites with many concurrent users.  The low latency and very high throughput reduce overall server load.   And let you maximize other resources besides IO (like CPU and bandwidth).  This has the cascade effect of allowing your services to do more work on the same hardware.   Combine with plenty of RAM and our new Sandybridge CPUs and the  SSDs are hard to beat.</p>
<p>The SSDs are available for order on any of our Dallas-based dedicated servers.  Select the model that best suits you at <a href="http://rimuhosting.com/order/startorder1.jsp?hom=t-ded-dal">http://rimuhosting.com/order/startorder1.jsp?hom=t-ded-dal</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rimuhosting.com/2012/05/16/intel-330-ssds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql Master/Master Replication &amp; File sync for quick easy scaling or load balance</title>
		<link>http://blog.rimuhosting.com/2012/05/14/mysql-mastermaster-replication-file-sync-for-quick-easy-scaling-or-load-balence/</link>
		<comments>http://blog.rimuhosting.com/2012/05/14/mysql-mastermaster-replication-file-sync-for-quick-easy-scaling-or-load-balence/#comments</comments>
		<pubDate>Mon, 14 May 2012 02:15:03 +0000</pubDate>
		<dc:creator>Liz Quilty</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Rimuhosting]]></category>
		<category><![CDATA[master-master]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[replication]]></category>

		<guid isPermaLink="false">http://blog.rimuhosting.com/?p=2026</guid>
		<description><![CDATA[A lot of our customers often need a quick easy way to scale up without moving to a new host or changing IP, or even just want an overseas copy of their site, so this is a brief tutorial on &#8230; <a href="http://blog.rimuhosting.com/2012/05/14/mysql-mastermaster-replication-file-sync-for-quick-easy-scaling-or-load-balence/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A lot of our customers often need a quick easy way to scale up without moving to a new host or changing IP, or even just want an overseas copy of their site, so this is a brief tutorial on how to duplicate your server, and have the database and files replicate between the 2 instances.</p>
<p>First, order your second VPS. This will work between data centers, around the world, or even within the same data center no problems at all. Make sure the disk size is the same size on both VPS. Install the new VPS with a copy of the old one, you can do this in your rimuhosting panel. This step is not overly necessary, but may save you setup/config and initial data transfer.<br />
<span id="more-2026"></span><br />
<h2>MySQL Replication</h2>
<p>First you need to edit your my.cnf , this will be located in /etc/ or /etc/mysql/ . Add in the following items onto both servers<br />
<code>master-host = 192.168.16.4<br />
master-user = replication<br />
master-password = slave321<br />
master-port = 3306<br />
master-connect-retry = 60<br />
</code><br />
Make sure you change the IP to the IP of the OTHER server, so server 1 has server 2 IP and vice versa, it just needs to know what to connect too and how. Check that you replace the 'replication' with user of choice, and passwords of choice</p>
<p>Next you need to put the following into one server to give it an id<br />
<code>server-id = 1<br />
replicate-same-server-id = 0<br />
auto-increment-increment = 2<br />
auto-increment-offset = 1</code></p>
<p>And this into the other<br />
<code>server-id = 2<br />
replicate-same-server-id = 0<br />
auto-increment-increment = 2<br />
auto-increment-offset = 2</code></p>
<p>This identifies the servers with an id, and also sets auto_increment to be offset so you do not get clashes with trying to overwrite any data.<br />
If you only want to replicate the one database you can add a line like this on both<br />
<code>replicate-do-db = databasename</code></p>
<p>If you want to sync the entire database then you leave that out. If you want to ignore syncing for just one database then do something like this<br />
<code>binlog-ignore-db=mysql # input the database that should be ignored for replication</code></p>
<p>Okay, next you need to check the binlog line is uncommented if it is commented out, or add one<br />
<code>log_bin = /var/log/mysql/mysql-bin.log</code></p>
<p>Remove any instances of skip-networking and if you have bind-address make sure it looks like<br />
<code>bind-address = 0.0.0.0</code></p>
<p>Save and exit the mysql config now, and login to mysql on the command line. You will need to add the user you just setup on those configs that will be used for replication. Run this on both mysql servers, changing the IP/user/pass for the ones in your configs.<br />
<code>grant replication slave on *.* to 'replication'@192.168.16.5 identified by 'slave';</code><br />
Make sure the user for each server has the hostname of the other server they are getting connections from on both of those.<br />
Now the hard work is done, restart mysql on both servers. Now all you need to do is login via command line and start each as a slave</p>
<p><code>mysql&gt; start slave;<br />
mysql&gt; show slave status\G;</p>
<p>*************************** 1. row ***************************</p>
<p>Slave_IO_State: Waiting for master to send event<br />
Master_Host: 192.168.16.4<br />
Master_User: replica<br />
Master_Port: 3306<br />
Connect_Retry: 60<br />
Master_Log_File: MASTERMYSQL01-bin.000009<br />
Read_Master_Log_Pos: 4<br />
Relay_Log_File: MASTERMYSQL02-relay-bin.000015<br />
Relay_Log_Pos: 3630<br />
Relay_Master_Log_File: MASTERMYSQL01-bin.000009<br />
Slave_IO_Running: Yes<br />
Slave_SQL_Running: Yes<br />
Replicate_Do_DB:<br />
Replicate_Ignore_DB:<br />
Replicate_Do_Table:<br />
Replicate_Ignore_Table:<br />
Replicate_Wild_Do_Table:<br />
Replicate_Wild_Ignore_Table:<br />
Last_Errno: 0<br />
Last_Error:<br />
Skip_Counter: 0<br />
Exec_Master_Log_Pos: 4<br />
Relay_Log_Space: 3630<br />
Until_Condition: None<br />
Until_Log_File:<br />
Until_Log_Pos: 0<br />
Master_SSL_Allowed: No<br />
Master_SSL_CA_File:<br />
Master_SSL_CA_Path:<br />
Master_SSL_Cert:<br />
Master_SSL_Cipher:<br />
Master_SSL_Key:<br />
Seconds_Behind_Master: 1519187<br />
1 row in set (0.00 sec)<br />
</code><br />
If there are any errors they should show up here, and if you get stuck at all let us know, we are happy to help out!</p>
<h2>File Replication</h2>
<p>For file replication we are going to use Unison, its easy to install and use . Make sure you have <a href="http://www.debian-administration.org/articles/152" target="_blank">passwordless ssh</a> setup on both servers so they can connect to each other without passwords or prompts (preferably as root).</p>
<p>Now create a directory in /root/.unison/<br />
This is where you will store your configs. You can have multiple configs and include them from each other if needed, but in this tutorial we will be only using the one for now called default.prf<br />
Create a file called /root/.unison/default.prf and insert something similar to the following</p>
<p><code>log = true<br />
logfile = /var/log/unison.log</p>
<p># Roots of the synchronization<br />
root = /var/www<br />
root = ssh://192.168.1.5:1022//var/www # this is the IP of the remote server, SSH is on port 1022 as an example</p>
<p># things you want to ignore - check manual if you want to do this<br />
ignore = Name *.tmp ## ignores all files with the extension .tmp<br />
#ignore = Name *cache*<br />
ignore = Path .unison</p>
<p>auto=true<br />
batch=true<br />
confirmbigdel=true<br />
fastcheck=true<br />
group=true<br />
owner=true<br />
prefer=newer<br />
silent=true<br />
</code></p>
<p>Now you should be able to run 'unison' from the command line and see any output, make sure things are ok. Pays to test a few times, I had errors regarding tmp files which was why i ignored those. No need to sync a cache for a website either if that is what you are syncing.<br />
Despite this running on one server, it will sync both ways, so this only needs to be run on the one server not both (unless you have multiple servers).<br />
When you have the unison as you want it to run, add that into a crontab and have it run every minute or two.<br />
I have mine run only every 10 minutes or so, but you can have it running every minute if you need, or even have it triggered by another method if needed.<br />
Here is my crontab entry</p>
<p><code>*/10 * * * * /usr/bin/unison &gt; /dev/null 2&gt;&amp;1<br />
</code></p>
<p>Pays to create and delete files to test this on both sides to make sure it is working also.</p>
<p>Now you have 2 servers replicating each other. This means you can now add DNS so that doing a DNS lookup on a website shows 2 IPs, this means people will be spread over the 2 servers instead of the one, lowering the load on a single server. You can scale this up to multiple servers if required, and then take servers out of the array if they need work, without having downtime.</p>
<p><strong>Things to note:</strong><br />
You may also want to sync configs (eg apache configs, websites, passwd files for users, etc).<br />
Master/Master replication can be buggy - especially if you have very busy servers. There may be clashes on updates on both servers at the same time or things getting out of sync. This is why monitoring is critical to make sure it is going ok. For some sites it may be more suitable to have a single mysql on its own for some sites, and give it huge memory and CPU instead.<br />
Other alternative ways for replication are described here <a href="http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-replication-multi-master.html" target="_blank">http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-replication-multi-master.html</a><br />
As a general rule, there is no one fix or solution for scaling upwards, this post was just to get you started on some of the basics.</p>
<p>If you need any help with this, just pop in a ticket and let us know what we can do for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rimuhosting.com/2012/05/14/mysql-mastermaster-replication-file-sync-for-quick-easy-scaling-or-load-balence/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Intel Dual Sandybridge servers avilable</title>
		<link>http://blog.rimuhosting.com/2012/05/14/dual-sandybridge-servers/</link>
		<comments>http://blog.rimuhosting.com/2012/05/14/dual-sandybridge-servers/#comments</comments>
		<pubDate>Mon, 14 May 2012 02:04:01 +0000</pubDate>
		<dc:creator>Glenn Enright</dc:creator>
				<category><![CDATA[Rimuhosting]]></category>
		<category><![CDATA[CPU]]></category>
		<category><![CDATA[dedicated]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[sandybridge]]></category>

		<guid isPermaLink="false">http://blog.rimuhosting.com/?p=2020</guid>
		<description><![CDATA[We are pleased to announce the immediate availability of powerful new dual processor servers running Intel Sandybridge E5-2620 or E5-2630 CPUs. These impressive machines are built on the popular Supermicro platforms using the X9DR-f motherboard This new platform will enhance &#8230; <a href="http://blog.rimuhosting.com/2012/05/14/dual-sandybridge-servers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a style="font-size: 24px; line-height: 36px;" href="http://blog.rimuhosting.com/2011/05/07/sandy-bridge-servers-in-stock-get-one-quick/intel-sandy-bridge-chip/" rel="attachment wp-att-1176"><img class="alignleft  wp-image-1176" style="font-size: 24px; line-height: 36px;" title="Intel-Sandy-Bridge-Chip" src="http://blog.rimuhosting.com/wp-content/uploads/2011/05/Intel-Sandy-Bridge-Chip-278x300.jpg" alt="Intel-Sandy-Bridge" width="278" height="300" /></a>We are pleased to announce the immediate availability of powerful new dual processor servers running Intel Sandybridge E5-2620 or E5-2630 CPUs. These impressive machines are built on the popular <a title="RimuHosting Hardware" href="http://rimuhosting.com/hardware.jsp" target="_blank">Supermicro platforms</a> using the <a title="Supermicro X9DR-f motherboard" href="http://www.supermicro.com/products/motherboard/xeon/c600/x9dri-f.cfm" target="_blank">X9DR-f motherboard</a></p>
<p>This new platform will enhance any large scale dedicated or virtualized deployments with access to 24 hyperthreaded cores and support for 128GB RAM or more in a 1U form.</p>
<p><a title="Anandtech: The Xeon E5-2600: Dual Sandy Bridge for Servers" href="http://www.anandtech.com/show/5553/the-xeon-e52600-dual-sandybridge-for-servers/14" target="_blank">Anandtech</a> have shown about 40% speed boosts over the previous generation E5560 processor for common server loads, up to 70% increases for some computationally intensive tasks.  They say:</p>
<blockquote><p>Our conclusion about the Xeon E5-2690 2.9 GHz is short and simple: it is the fastest server CPU you can get in a reasonably priced server and it blows the competition and the previous Xeon generation away.</p></blockquote>
<p>The servers are available for ordering in Dallas at <a href="http://rimuhosting.com/order/startorder1.jsp?hom=t-ded-dal">http://rimuhosting.com/order/startorder1.jsp?hom=t-ded-dal</a> in the dual CPU section under "<a href="http://rimuhosting.com/order/serverdetails.jsp?plan=DSRHTX2XSB1U">2 x 2012 Sandy Bridge Xeon</a>"</p>
<p>You can configure the server with up to 96GB of memory.  There are dual power supply and redundant power options.  Plus our standard option of private networking.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rimuhosting.com/2012/05/14/dual-sandybridge-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping your hosting panel updated</title>
		<link>http://blog.rimuhosting.com/2012/05/05/keeping-your-hosting-panel-updated/</link>
		<comments>http://blog.rimuhosting.com/2012/05/05/keeping-your-hosting-panel-updated/#comments</comments>
		<pubDate>Sat, 05 May 2012 04:01:05 +0000</pubDate>
		<dc:creator>Glenn Enright</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[reseller]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[virtualmin]]></category>
		<category><![CDATA[webmin]]></category>

		<guid isPermaLink="false">http://blog.rimuhosting.com/?p=2001</guid>
		<description><![CDATA[From time to time hosting control panels (Such as Plesk) get updated by their creators. Those updates may often include patches to critical vulnerabilities, so its a good idea to keep track of those. We try to keep our customers &#8230; <a href="http://blog.rimuhosting.com/2012/05/05/keeping-your-hosting-panel-updated/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.rimuhosting.com/2012/05/05/keeping-your-hosting-panel-updated/2060971239_d3c1ecce02_m/" rel="attachment wp-att-2003"><img class="alignleft size-full wp-image-2003" title="email-rss" src="http://blog.rimuhosting.com/wp-content/uploads/2012/05/2060971239_d3c1ecce02_m.jpg" alt="" width="128" height="128" /></a>From time to time <a title="Web Hosting panels from RimuHosting" href="https://rimuhosting.com/resellerhosting.jsp" target="_blank">hosting control panels</a> (Such as Plesk) get updated by their creators. Those updates may often include patches to critical vulnerabilities, so its a good idea to keep track of those.</p>
<p>We try to keep our customers informed. One example is a recent notification from Parallels affecting some <a title="Plesk PHP vulnerability - Panel version 9.0-9.2.3&lt;br /&gt;<br />
" href="https://rimuhosting.com/maintenance.jsp?server_maint_oid=411460712" target="_blank">older versions of Plesk</a>.</p>
<p>However it is a great idea to keep track yourself. We recommend signing up to the relevant announcement channels. Some handy examples are below.</p>
<p><a title="Plesk anouncements via email" href="http://kb.parallels.com./subscriptions/index.html?Type=&amp;ArticleID=&amp;ArticleLanguage=en&amp;Product=&amp;Category=" target="_blank">Plesk email anouncements</a> or <a title="Plesk anouncement rss feed" href="http://kb.parallels.com./rss/index.html" target="_blank">rss feed</a></p>
<p><a title="Virtualmin issue tracker" href="http://www.virtualmin.com/project/issues" target="_blank">Virtualmin Profesional issue tracker</a></p>
<p><a title="Webmin release anouncements" href="http://www.webmin.com/mailing-announce.html" target="_blank">Webmin email anouncements</a> or <a title="Webmin community support" href="http://www.webmin.com/community.html" target="_blank">Webmin/Usermin community support</a></p>
<p>If you have questions at any time about enhancing the security of anything to do with your server please do get in <a title="Open a RimuHosting support ticket" href="https://rimuhosting.com/ticket/startticket.jsp" target="_blank">touch with us</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rimuhosting.com/2012/05/05/keeping-your-hosting-panel-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordcamp New Zealand &#8211; Scaling Servers</title>
		<link>http://blog.rimuhosting.com/2012/04/24/wordcamp-new-zealand-scaling-servers/</link>
		<comments>http://blog.rimuhosting.com/2012/04/24/wordcamp-new-zealand-scaling-servers/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 01:36:59 +0000</pubDate>
		<dc:creator>Liz Quilty</dc:creator>
				<category><![CDATA[Rimuhosting]]></category>
		<category><![CDATA[scaling]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[wordcamp]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.rimuhosting.com/?p=1978</guid>
		<description><![CDATA[ On the 22nd of April, I (Liz) was lucky enough to be able to speak on scaling WordPress and servers at the New Zealand WordCamp. The people there were great, and i ended up meeting and talking to many fascinating &#8230; <a href="http://blog.rimuhosting.com/2012/04/24/wordcamp-new-zealand-scaling-servers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1992" title="wordcamplogo" src="http://blog.rimuhosting.com/wp-content/uploads/2012/04/wordcamplogo1.png" alt="" width="548" height="66" /> On the 22nd of April, I (Liz) was lucky enough to be able to speak on scaling WordPress and servers at the <a title="http://wordcamp.org.nz/" href="http://wordcamp.org.nz/" target="_blank">New Zealand WordCamp</a>.</p>
<p>The people there were great, and i ended up meeting and talking to many fascinating people about all sorts of code, servers, set ups among other things.<br />
I was a little nervous that i only had 30 minutes to fit in a lot of information, and i had to dumb it down a fair bit for those with less technical knowledge to make it understandable.<br />
<span id="more-1978"></span><br />
I did manage to fit the talk in with no problems at all, it only took 45 mins, plus question time! Nobody seemed to notice the missing 15 minutes from their clocks luckily, and everyone appeared to understand and have great questions about how it worked.</p>
<p>Because scaling is really specific, the hardest part i came up against was really trying to describe something, and explain something, in a way that was non-specific. Anyone who knows servers, knows that there is no one solution to suit everyone. How ever there are a few common areas you can usually look into.</p>
<p>For WordPress one of the bet things you can do is deactivate and DELETE any unused plugins or themes. Get a developer to check them, a broken one can take down your entire server easily! Not deleting them leaves a potential security hole should that plugin be discontinued, those files are still accessible via the web remember!</p>
<p>A few things identified were setting up things like a Cache (or Cache Plugin), enabling the wordpress object cache in wp-config, and moving as many things offsite as possible.<br />
By moving things offsite, i mean things like video content, photos, music etc.<br />
Why spend hours of your time setting up a shockwave/html5 video player, converters, and using disk space to play video when you can just use youtube? This is what they do for a living, they have extensive programmers who specialize in this, so it stands to reason they are very good at it, and it will save you a lot of money and time. The same method works for Photography, Music, or any other large files if you can do it. It will save you a lot of pain and money later on down the track.</p>
<p>Another key thing for scaling a single server larger is setting up HyperDB, then having 2 separate databases on other servers. This offloads database offsite, but without the difficulty of having to setup MySQL replication.</p>
<p>If you are using WordPress and want to know more, check here for your nearest WordCamp <a title="http://central.wordcamp.org/" href="http://central.wordcamp.org/" target="_blank">http://central.wordcamp.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rimuhosting.com/2012/04/24/wordcamp-new-zealand-scaling-servers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Run your own kernel with PV-Grub</title>
		<link>http://blog.rimuhosting.com/2012/04/24/pv-grub/</link>
		<comments>http://blog.rimuhosting.com/2012/04/24/pv-grub/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 22:38:11 +0000</pubDate>
		<dc:creator>John Billings</dc:creator>
				<category><![CDATA[Rimuhosting]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[pv-grub]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://blog.rimuhosting.com/?p=1981</guid>
		<description><![CDATA[We have just added PV-Grub capability to our VPS offerings. PV-Grub lets you run a custom kernel on your server.  Rimuhosting is all about flexibility and PV-Grub is one feature that will give our customers a lot of different options.  &#8230; <a href="http://blog.rimuhosting.com/2012/04/24/pv-grub/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We have just added PV-Grub capability to our VPS offerings.</p>
<p>PV-Grub lets you run a custom kernel on your server.  Rimuhosting is all about flexibility and PV-Grub is one feature that will give our customers a lot of different options.  Custom modules, latest kernel, old kernel, kernel development, lots of good stuff.</p>
<p>We continue to offer our own kernels.  These run <a title="standard VPS image options" href="https://rimuhosting.com/knowledgebase/rimuhosting/notes-about-our-standard-vps-images">external to the VPS</a>. In these we enable most common options (but occasionally a customer would require an option we had not enabled). And in that case, if the customer lets us know we would often just go build a custom kernel for that customer with the options enabled.</p>
<p>PV-Grub is an option for you if you need to run some particular version of some kernel or module for a particular reason.  Most customers will not need to touch their kernel setup (the externally provided kernels work really well for a lot of people).</p>
<p>With PV-Grub, you are in control of the kernel you use, and can keep that updated as you see fit and load whichever modules you would like to run.</p>
<p>With our provided kernels then we get to do a bit of testing.  To ensure that the servers operate reliably on that particular kernel.  And to enable to us automatically upgrade kernels over time.  For people that do not want to fuss about doing that even if there are security exploits discovered.</p>
<p>To switch to PV-Grub or to find out if it is right for you check:<br />
<a title="How to implement PV-Grub" href=" http://rimuhosting.com/knowledgebase/rimuhosting/pv-grub"></p>
<p>http://rimuhosting.com/knowledgebase/rimuhosting/pv-grub</a></p>
<p>For example, you will need to install grub and a kernel.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rimuhosting.com/2012/04/24/pv-grub/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress mass update script 3.3.2</title>
		<link>http://blog.rimuhosting.com/2012/04/23/wordpress-mass-update-script-3-3-2/</link>
		<comments>http://blog.rimuhosting.com/2012/04/23/wordpress-mass-update-script-3-3-2/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 23:15:43 +0000</pubDate>
		<dc:creator>Liz Quilty</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Rimuhosting]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.rimuhosting.com/?p=1974</guid>
		<description><![CDATA[This script will search /var/www (changeable in a variable) for any wordpress installs and make sure its upgraded to the latest version. It will run a backup to /root/wp_upgrade/ of all files and database before doing anything with the site &#8230; <a href="http://blog.rimuhosting.com/2012/04/23/wordpress-mass-update-script-3-3-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This script will search /var/www (changeable in a variable) for any wordpress installs and make sure its upgraded to the latest version.<br />
It will run a backup to /root/wp_upgrade/ of all files and database before doing anything with the site in case of major catastrophe (make sure you have spare disk space if your sites have a lot of uploaded files).</p>
<p>I have now added putting the site into maintenance mode whilst upgrading. This just involves adding a .maintenance in the document root.</p>
<p>It pays to check each site after the upgrade to make sure plugins all worked (and upgrade plugins before the upgrade works also!)</p>
<p>Let me know if you have any bugs at all, or any problems.</p>
<p>Here’s your script to upgrade them all.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>b.ri.mu<span style="color: #000000; font-weight: bold;">/</span>files<span style="color: #000000; font-weight: bold;">/</span>wordpress-upgrade.sh
<span style="color: #c20cb9; font-weight: bold;">bash</span> wordpress-upgrade.sh</pre></div></div>

<p>MD5<br />
07fb381feaf0d57daeb2b73017d0057d  wordpress-upgrade-3.3.2.sh</p>
<p>SHA1<br />
c5318dd294626ccac3873f62c0e03c3882c27d1d  wordpress-upgrade-3.3.2.sh</p>
<p>If you find any bugs or problems, just let me know at liz at rimuhosting dot com. I have now renamed the script to wordpress-upgrade.sh for easy future memorability (using symlinks to  link to the latest version)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rimuhosting.com/2012/04/23/wordpress-mass-update-script-3-3-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>$100/m off selected dual proc Xeons!</title>
		<link>http://blog.rimuhosting.com/2012/04/18/100m-off-dual-proc-xeons/</link>
		<comments>http://blog.rimuhosting.com/2012/04/18/100m-off-dual-proc-xeons/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 22:40:12 +0000</pubDate>
		<dc:creator>Peter Bryant</dc:creator>
				<category><![CDATA[Rimuhosting]]></category>
		<category><![CDATA[dedicated]]></category>
		<category><![CDATA[discount]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[special]]></category>

		<guid isPermaLink="false">http://blog.rimuhosting.com/?p=1968</guid>
		<description><![CDATA[We have a very limited stock of some great dual processor Xeons available. For a limited time and while stocks last we are offering a $100/m discount on these servers. 2 x Intel Xeon Quad Core 2006 Clovertown or Harpertown &#8230; <a href="http://blog.rimuhosting.com/2012/04/18/100m-off-dual-proc-xeons/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We have a very limited stock of some great dual processor Xeons available.</p>
<p>For a limited time and while stocks last we are offering a $100/m discount on these servers.</p>
<ul>
<li>2 x Intel Xeon Quad Core 2006 Clovertown or Harpertown CPU 1.6GHz+ (specific model would depend on available stock)</li>
<li>Can take 4-24GB of memory.</li>
<li>RAID as standard.  The servers can take up to 4 x 2TB disks.</li>
<li>We can set it up as a regular dedicated server, or as a virtualization host running one or more virtual servers.</li>
<li>Pricing from $199/m (including the discount)</li>
</ul>
<p>Just mention this blog post in the order comments when you order.  You can order at <a href="http://rimuhosting.com/order/serverdetails.jsp?plan=DSRHTXXF1">http://rimuhosting.com/order/serverdetails.jsp?plan=DSRHTXXF1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rimuhosting.com/2012/04/18/100m-off-dual-proc-xeons/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Great T-Shirt Swap &#8211; Instructables</title>
		<link>http://blog.rimuhosting.com/2012/04/04/the-great-t-shirt-swap/</link>
		<comments>http://blog.rimuhosting.com/2012/04/04/the-great-t-shirt-swap/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 02:23:28 +0000</pubDate>
		<dc:creator>Liz Quilty</dc:creator>
				<category><![CDATA[Rimuhosting]]></category>
		<category><![CDATA[instructables]]></category>
		<category><![CDATA[thanks]]></category>
		<category><![CDATA[tshirt]]></category>

		<guid isPermaLink="false">http://blog.rimuhosting.com/?p=1960</guid>
		<description><![CDATA[Well, we got the first shirts in the door today, thanks to our great friends over at http://instructables.com Here is a picture of a few of the office staff (not all of them) located in Cambridge wearing them.]]></description>
			<content:encoded><![CDATA[<p>Well, we got the first shirts in the door today, thanks to our great friends over at <a href="http://instructables.com" target="_blank">http://instructables.com</a></p>
<p>Here is a picture of a few of the office staff (not all of them) located in Cambridge wearing them.</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-1961" title="Rimuhosting staff wearing instructables shirts" src="http://blog.rimuhosting.com/wp-content/uploads/2012/04/couch-shirts.jpg" alt="" width="614" height="499" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rimuhosting.com/2012/04/04/the-great-t-shirt-swap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>T-shirt swap</title>
		<link>http://blog.rimuhosting.com/2012/03/28/t-shirt-swap/</link>
		<comments>http://blog.rimuhosting.com/2012/03/28/t-shirt-swap/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 02:59:36 +0000</pubDate>
		<dc:creator>Peter Bryant</dc:creator>
				<category><![CDATA[Rimuhosting]]></category>
		<category><![CDATA[merchandise]]></category>
		<category><![CDATA[swap]]></category>
		<category><![CDATA[tshirt]]></category>

		<guid isPermaLink="false">http://blog.rimuhosting.com/?p=1956</guid>
		<description><![CDATA[There is only one thing cooler than a cool customer.  Its a cool customer with their own website on their tshirt.  We'd love to wear one.  So if you have one we'll swap you one of yours for one of &#8230; <a href="http://blog.rimuhosting.com/2012/03/28/t-shirt-swap/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.rimuhosting.com/2012/02/21/bare-elbows/rh-t/" rel="attachment wp-att-1868"><img class="alignleft size-full wp-image-1868" title="rh-t" src="http://blog.rimuhosting.com/wp-content/uploads/2012/02/rh-t.jpg" alt="" width="225" height="225" /></a>There is only one thing cooler than a cool customer.  Its a cool customer with their own website on their tshirt.  We'd love to wear one.  So if you have one we'll swap you one of yours for one of ours (<a href="http://blog.rimuhosting.com/2012/02/21/bare-elbows/">http://blog.rimuhosting.com/2012/02/21/bare-elbows/</a>).</p>
<p>Contact us at support to arrange the exchange!  To get our T-shirt you can order directly at <a href="http://www.cafepress.com/rimuhosting">http://www.cafepress.com/rimuhosting</a> and we can give you a hosting credit.  Cafe Press is good because you can order the size and colors and designs you prefer easily.  If you are in NZ then we can post you one from our stock at the office.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rimuhosting.com/2012/03/28/t-shirt-swap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

