-
HOWTO videos for Rimuhosting Control Panel on youtube
Sometimes explaining how to do something in the control panel can be fairly involved, and often confusing for people new to VPS or Rimuhosting. We have a fairly involved control panel that can do a lot of tasks, and it saves you a lot of time if you can do these things yourself in your…
-
Package management using apt-get
Our support team receives a few queries each day about managing packages under Linux. All our installs have the APT toolset installed. We have a guide on some of the basic uses listed on our HowTo page. There are a a number of uses which can make life easier which I will detail below, but…
-
Easy web server Load-Balancing with HAProxy
Configuring load balancing between multiple web servers may seem challenging, but it doesn’t have to be. HAProxy is a great lightweight tool that is easy to setup and has a large number of rich features for managing and serving content. Lets look at a simple scenario using two application or web servers n2 and n3,…
-
Special Offer: Upgrade your RimuHosting VPS to a VPS on a dedicated server?
Updating this list as part of our commitment to offering great server deals, current as of 28th August 2011. We have some older but still powerful machines available. Rather than let them gather dust, we thought we would offer them to customers who are currently have a VPS on a shared host. And would like…
-
Jira Issue Tracker install script
Recently I posted about a script to install Confluence. At the same time I was working on an install script for the Jira® issue tracker (also from Atlassian®) as the underlying setup is quite similar and they are often used together. Jira is great for keep track of issues while providing a lot of tools…
-
Confluence Wiki install script
Quite often lately we have been asked to set up a Java based wiki, or customers have asked specifically for Confluence® (made by Atlassian® ) by name. Confluence is a powerful and sometimes complex piece of software, so to make the setup for that easier I created an install script. In a very short time…
-
Sandy Bridge servers in stock; get one quick
Remember back a couple of years and Pentium 4 CPUs were nearly hitting 4Ghz? Then along came the new Core 2 Duos and we were back to a mere 2Ghz (albeit with these new ‘cores’). Intel has been pushing performance via efficiency (e.g. multiple cores) not brute Ghz. But that has always hampered ‘straight-line’ performance.…
-
$50 hosting credit for server migration
I’d like to offer a USD 50 hosting credit to anyone ordering a new server with us where that server is currently hosted elsewhere. Get started now, order a fast VPS with a ton of memory at a pretty decent price using our Launchtime ordering system. Why order a server with RimuHosting? We’re run by…
-
mod_flvx – flv movies working with apache/apache2
Want to do some streaming of flv on your site? heres how! cd /usr/local/src wget http://people.apache.org/~pquerna/modules/mod_flvx.c apxs -i -a -c mod_flvx.c if apxs does not exist, then apxs2 should. If neither do then install the apache dev packages Debian based distros use apt-get install apache2-prefork-dev The module load will automatically be created for you usually,…