-
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
-
CPU usage graphs
-
Centos 7 Release – Whats New
-
Connecting to MySQL from external sources + IPTables
By default, MySQL only allows local connections. This is due to security, and for the most part works just fine for most people. Ideally you can use things like PHPMyAdmin for things like this, or even command line. Occasionally people need to connect from externally, either from a web front end, or some other PC,…
-
CPanel Upgrades break Cookie IP validation
-
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…
-
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…