Category: Linux & Server Administration

  • SSH keys on new servers

    You can now set your public ssh key(s) at http://rimuhosting.com/cp/sshkeys.jsp .  These keys will automatically be added to new server setups.  And the keys can be used when you enable a server’s console-over-vps feature. SSH keys are great when you want to avoid re-entering passwords every time you log into a server.  The Ubuntu team…

  • Emailed backup of a database via cron – Attaching files via command line

    Sometimes people want an easy offsite backup option for important databases or files, and having a cron to automate that can be helpful. One of our customers had such a case so i wrote a shell script which emailed him a copy of his database every day. Since i thought it was a handy thing…

  • Restarting Apache on deploy

    Often we have customers who have larger websites they deploy, or even multiple websites they deploy , and they need the apache cache cleaned or even the application restarted. Often the reason people want this is so developers do not need to login with SSH, do not need root access, and things are just a…

  • Saving some typing and time with SSH configs

    If you are like me, then you may find yourself connecting via SSH to multiple machines a lot during the day. There is an easy way to make short cuts to save you remembering ip addresses, user names, or other things. This tutorial is for people using Linux primarily, people using Windows should be able…

  • Installer updates, Glassfish, Confluence and more…!

    One of the services we provide includes maintaining a set of installer scripts for automating common tasks and setups our customers like to use. Those help you by taking the pain and time out of getting setup and serving the content you want to publish. From our tracking system some of the most significant changes…

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