Tag: Linux

  • Picking Your Distro

    We frequently get questions asking which distribution to choose. The short answer is – pick whatever distribution you’re currently using if it’s one that you like and are comfortable using. :) It’s not going to make a tremendous difference at the end of the day and the differences are mostly in the way you’ll manage…

  • Whats using all my disk space up?

    Often we get asked by customers ‘What is using up all my disk space on my VPS?’. Usually we track it down to log files not being rotated or email etc. Here are a few of the commands we use to do that.

  • Glassfish Installation Script

    We do a lot of Java hosting for our customers. As with any technology, there are a lot of different deployment scenarios to choose from. With Java we tend to see mostly Tomcat hosting because most folks don’t require a full fledged application server (and the associated memory costs that come along with it). JBoss…

  • rdiff-backup script using sshfs for larger backups

    We have had a few customers who have much more data to back up, and taking a copy of that every day uses a LOT of disk space and can be time consuming. The answer is rdiff-backup . It does incremental backups whenever you run it, only backing up the difference from the initial complete…

  • Quick and Easy Automatic Backup Script

    At Rimuhosting we do a weekly snapshot backup of your VPS. This means that if anything goes wrong you can revert to the previous image. However since its weekly, not daily, you may find you have lost the data between those dates. This is a backup script that will backup your database and required files…

  • PHP 5.2 on Centos upgrade

    Many of our customers request upgrading php to the latest stable version. Unfortunately CentOS does not have anything beyond 5.1.* in the official repository. We used to setup the remi repository as per http://rimuhosting.com/howto/php.jsp However, Remi moved on to the latest 5.3 branch. Unfortunately the 5.3 branch is not compatible with most php CMS/blogs out…

  • Virtualmin and Webmin upgrade errors & the fix

    We had a customer email in saying they were having a problem upgrading. The error was fairly verbose, but the general gist was this –> Processing Dependency: /usr/libexec/webmin for package: wbt-virtual-server-mobile –> Processing Dependency: /usr/libexec/webmin for package: wbm-virtualmin-mailman –> Processing Dependency: /usr/libexec/webmin for package: wbm-ruby-gems –> Processing Dependency: /usr/libexec/webmin for package: wbm-ruby-gems –> Finished Dependency…

  • Keeping Tabs on Successful Logins

    There are a number of things that any sysadmin should be doing (or is already doing) to keep tabs on the systems they manage. One of the things that I do which is quite simple (read: quick and dirty) is having my server send me a message anytime a user logs into the server. I…

  • RimuHosting December 2009 newsletter

    This post is a copy of the newsletter just sent out to customers. News in brief We are now offering hosting based out of Auckland, New Zealand. http://blog.rimuhosting.com/2009/11/20/rimuhosting-launches-nz-based-vps-hosting/ In November we launched the RimuHosting cloud server management API. Create servers, shut them down, reboot them, fetch a server status. We have written wrappers/drivers for libcloud,…

  • RimuHosting visit by Richard Stallman

    Free and open source software are so important at RimuHosting. Our servers would be pretty useless without the Linux kernel and free and open source applications we install on them. We try to do our bit for ‘software freedom’ like http://blog.rimuhosting.com/2009/09/24/rimuhosting-does-software-freedom-day/ providing OSS develeoper discounts and sponsoring events like LCA2010 http://blog.rimuhosting.com/2009/12/08/rimuhosting-at-linuconf-2010/ But our efforts are…