Author: admin

  • JBoss AS 7.1 install script

    JBoss Application Server (or JBoss AS) is an open-source Java EE-based application server. It has been optimized for multiples cores, it has a very fast startup time and a great low memory consumption. We have created a new version of the jboss install script. Jboss 7 changed a lot the way it is configured, that…

  • Cron script for checking disk space

    Here is script for those that interested in not installing a daemon like monit, and just rely on a simple bash script to send notifications when the disk space is low. It is a quite common of a server crashing even though it has been well configured, that rotates logs, etc, but still receives an…

  • Linux kernel CVE-2012-0056 vulnerability

    You have probably all heard about the recent local privilige escalation in recent Linux kernels by now. If not you can read all about it here. This only affects our recent Ubuntu 11.10 “Oneiric” VPSs, which by default were installed with a Linux 3.0.4 kernel. The 3.0.4 kernel was also tested to work with some…

  • Centos brcm-iscsi.log

    We have noticed a log related to iscsi daemons filling up disk space on a few of our Centos 5 VPSs lately. There have been a few reports of this in other places: http://www.webhostingtalk.com/archive/index.php/t-1046154.html It seems after you do a yum or apt-get update past Centos 5.6, this unneeded service will sometimes get enabled: #…

  • 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…

  • Setup mail hosting on Debian Squeeze and other distros using postfixadmin

    Postfix is our favorite mail server. We find it’s easy to configure and performs really well. When asked at a recent conference talk, Eric Allman the creator of Sendmail, said he would use Postfix if starting today. Many people ask us if there is an easier way to setup and manage email address and aliases,…

  • Proftpd exploitable versions

    Due the severity of the proftp bug, and the mixed systems and versions in the VPSs, we many customers have switched to use vsftp, others just started using sftp, regardless that we have the following notes for customers willing to enable proftpd again: The bug affects versions >= 1.3.2rc3, for more information: http://bugs.proftpd.org/show_bug.cgi?id=3521 Here is…

  • 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…

  • 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…