-
How to install Drupal on Plesk – Step by Step instructions
-
Using perror to explain mysql error codes
A customer came to us with a problem copying one database to another, and requested we do it for him. Once we logged in we saw the error fairly quickly ~# mysqldump -uadmin -p`cat /root/.mysqlpass` database >dbdump.sql mysqldump: Got error: 29: File ‘./database/tablename.MYD’ not found (Errcode: 24) when using LOCK TABLES ~# It can be…
-
Ubuntu 12.10 Quantal Quetzal install images
We are proud to announce the release of the new installer images for Ubuntu 12.10 Quantal Quetzal Server Edition. It is available as an reinstall option for existing servers, or in the new servers orders page The version is intended for those looking at getting newer versions of the packages for the 12.04 LTS (long…
-
Custom VPS Image via API
The RimuHosting server management API can be used to create new servers (and shut them down and reinstall them and more). The API lets you pass in scripts that run during setup. And to provide links to external files. This lets you do some interesting things. Like using the API to setup a custom image. …
-
Installing Oracle RDBMS Server
Oracle is a very popular database. Particularly for enterprise customers running on dedicated servers with lots of CPU and fast RAID setups. This tutorial will guide you to install Oracle database server on CentOS Linux distro. Hopefully the steps are simple enough that even a technically minded non-DBA can get the database installed. Oracle RDBMS…
-
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
-
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…