Tag: Linux

  • Be at Linux Conf in Wellington, or be square

    RimuHosting: Proudly supporting LCA2010 Linux Conf down under will be in Wellington from Monday 18 January to Saturday 23 January 2010. This is right on our door-step (well an 8 hour drive down SH1 from Cambridge, at least).  So there will be a few Rimu-ites heading down.  And have signed up to be a sponsor…

  • Quick and easy iptables blocking and firewalling basics

    A customer emailed in today had noticed somebody trying to hack or crash his VPS. He tracked it down to one particular IP address but didnt know how to block him. There are several things you can do to block him, the long term solution and better option is probably using a firewall like iptables.…

  • Debugging broken mail daemons

    Getting bounced mail? here let me try and explain a few of the more common problems. Have you added the domain to accept mail? You need to add the domain into the mail server so it knows to accept email for it. If it accepts mail for every domain then its fairly easy for somebody…

  • Karmic Koala VPS Images Available

    The latest 6 monthly Ubuntu build, Karmic Koala, was released to the public on Oct, 29th.  That is now an option when ordering a new VPS  or for a fresh install on an existing VPS (contact us if you have questions about retaining your data after the reinstall). If you don’t want to reinstall an…

  • 32bit or 64bit – Choose Your VPS Kernel

    Sometimes we roll out new features in our control panel without announcing them.  We usually do this so that we see a trickle of new users initially which helps identify any bugs or missing functionality before the entire userbase starts hammering the new features.  :) Selecting your VPS kernel bit-edness (32bit or 64bit) is one…

  • apache modules to help keep your system steady

    libapache2-mod-bw – bandwidth limiting module This module allows you to limit bandwidth usage on every virtual host or directory or to restrict the number of simultaneous connections. The bandwidth control, for example, can be configured according to the criteria: origin of the connection, file extension, file size or user agent of the client. Example: LoadModule…

  • Postfixadmin – debian – mysql and errors

    A lot of our users use postfixadmin, it means email users are in the database, its easy to use, easy to admin. However the setup can be a little tricky for those not used to it. If you want to have a go doing it yourself, we have a great tutorial here http://rimuhosting.com/knowledgebase/linux/mail/postfixadmin Today however…

  • Upgrading to Karmic Koala ? VPS broken? Heres the fix!

    If you upgraded to Ubuntu 9.10, and rebooted, and it hasn’t come back up, here’s what to do The first thing you try is the console  https://rimuhosting.com/cp/vps/console.jsp . Add your key or setup a password and then ssh into the host it gives you to see if you actually have this problem. If you can…

  • Postfix problems that keep popping up

    We have had several customers with postfix problems and they seem to be all of a similar nature, so i thought i would blog a couple. The most common one is trying to use both aliases and virtualhosts for a domain. Especially with Virtualmin which tries to do both. The main symptoms are something in…

  • Using libcloud with RimuHosting

    Libcloud.org has merged our RimuHosting driver into their Python library.  All of our api functionality isn’t included in that driver, but there are a number of handy things that you can do via just a smattering of python code.  I’m going to write a few articles on this topic to demonstrate some of the cool…