Tag: Linux

  • Ubuntu 12.04 LTS Precise Pangolin

    We are delighted to offer the latest release of Ubuntu Server, codenamed Precise Pangolin. That is available as an reinstall option or for order on all our VPS and dedicated server ordering pages.

  • Keeping your hosting panel updated

    From time to time hosting control panels (Such as Plesk) get updated by their creators. Those updates may often include patches to critical vulnerabilities, so its a good idea to keep track of those. We try to keep our customers informed. One example is a recent notification from Parallels affecting some older versions of Plesk.…

  • Run your own kernel with PV-Grub

    We have just added PV-Grub capability to our VPS offerings. PV-Grub lets you run a custom kernel on your server.  Rimuhosting is all about flexibility and PV-Grub is one feature that will give our customers a lot of different options.  Custom modules, latest kernel, old kernel, kernel development, lots of good stuff. We continue to…

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

  • Monitoring your server

    Its always a good option to have monitoring, and there are a lot of options available. If you are interested in uptime and notifications, you can use a service like http://pingability.com If you are interested in making sure services are up and running, and have more time to spare there are a lot of amazing…

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

  • Distrubution release support (CentOS4/Debian 5)

    Linux distributions keep moving forwards, and as they progress older releases stop receiving security patches or updates. As part of our commitment to maintaining reliable and safe services, we would like to highlight the following announcements… CentOS-4 End Of Life The CentOS-4 distribution (current version 4.9) will be at End of Life on February 29,…

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

  • Fixing broken permissions or ownership

    People are not perfect, not even the staff here. Perfection is not required to be a sysadmin we found, just some good shell scripts to fix things when you break them accidentally. One of the more common accidents are chown or chmod ones, especially the ones done as root from / . Its easy to…