Tag: Linux

  • Using Ansible to manage your VPSs – Part One

    Ansible is a system to automate the updating of server configurations and other administration tasks.  In this post I’ll explain what’s necessary to get started with Ansible, creating a configuration structure, telling Ansble about your hosts and running ad-hock commands on multiple hosts. Ansible is useful when you have 3 or more VPSs and need…

  • LXD containers now available for Ubuntu

    The latest Ubuntu LTS release, Xenial 16.04 , comes with support for a container system called LXD.  LXD builds on the existing LXC container system, allowing for more convenient management of those containers. In this post I show how you can test out LXD containers on a Rimu VPS running Ubuntu 16.04.  I assume you…

  • Install ownCloud on a Rimu VPS

    Owncloud is a popular file storage and synchronization system, with many additional features available for it.  It’s a self-hosted alternative to systems like dropbox, but with owncloud your files are stored on your own servers.  This allows you to meet requirements to keep data in a certain jurisdiction, for example, or it might give you…

  • Ubuntu 16.04 LTS is here!

    We are pleased to announce the availability of Ubuntu 16.04 LTS server for new setups. This release has been code named Xenial Xerus. The official release notes are available from the Ubuntu team here. Our new VPS images are based on the official builds provided directly from http://cloud-images.ubuntu.com Significant updates in this release include

  • Debian Squeeze (6) ends support – time to upgrade

    February 29th, 2016 marks the end of LTS Support for Debian Squeeze, which is still used by many of our customers.  This means that updates for known security issues will no longer be produced and over time, a server running this version will become vulnerable to being exploited. Squeeze was released in 2011 and was…

  • DebConf15 Report

    Camera Canon EOS 650D We love Debian.  A lot.  In fact we make it our recommended distro.  We do that since it makes it easy to deploy, and maintain most recent packages resulting in fewer sysadmin headaches for us and our customers. This year we decided to send a delegation of one (Juan Rossi) to…

  • $40 hosting credit coupon on new orders

    A little coupon fun! You can add a $40 credit to your account when you order a new server with us. Our servers are popular for hosting WordPress sites, drupal and Tomcat-based websites.  When paired with a hosting control panel (like cPanel or Plesk) it is very easy to host multiple sites for you or…

  • Debian 8 (Jessie) available

    We now have a Debian 8 image available for new VM setups and reinstalls. Debian 8 is code named “Jessie”. There is only a 64 bit image.  Most customers are now ordering 64 bit distros.  And some distros only come in a 64 bit flavor now, e.g. Centos 7. Debian 8 is also an option…

  • Linux 4.0 kernel available

    On the http://rimuhosting.com/cp/vps/kernel.jsp page you can now select the 4.0 kernel for your VM.  Includes: OverlayFS, carries on with support required for Docker and SELinux, lots of new nf/eb table options, openvswitch, nfs4 support and too many other new kernel tweaks to mention.  Plus newer, fresher kernel code with lots of fixes to bugs (which…

  • Tuning apache for production use

    Apache is probably the most common web service our customers use. It is an amazingly powerful and mature tool for serving all your website needs. And is very easy to get up and running with Our team is often asked to tune apache to run more smoothly, more quickly, and more reliably. With a few…