How to install SilverStripe CMS on a Linux Virtual Server

silverstripe vpsSilverStripe is a very popular open source Content Management System (CMS) and Framework that can help you to create and manage the content of your websites and web applications.
To install and run SilverStripe on a Linux virtual server follow the very easy steps described below.
The installation instructions apply to any Linux based server with LAMP (Linux, Apache, MySQL and PHP) installed on it. Currently, SilverStripe requires PHP >= 5.3+ with MySQL, GD graphics library, tidy, curl and zlib extensions enabled, Apache Web Server >= 1.3.19 compiled with mod_rewrite module and ‘AllowOverride All’ set, and MySQL >= 5.0 installed on your Linux virtual server.

Read More

How to Install Ruby 2.0 and RubyGems 2.1.11 on Ubuntu 13.10 from source

ruby 2.0 Ruby is an open source, object-oriented scripting language, best known for its use in the Ruby on Rails framework. The amount of Ruby code being written suggests it’s genuinely popular and will be around for quite some time.
This is a quick tutorial on installing Ruby 2.0 and RubyGems 2.1.11 on Ubuntu 13.10 from source. You can download, compile and install Ruby from source code on a Linux VPS with Ubuntu 13.10 OS in less than 5 minutes using the following steps:

Update the Ubuntu package lists from the repositories to get information on the newest versions of packages and their dependencies, then install Ruby dependencies using the following commands:

Read More

Install And Set Up Roundcube Webmail Interface

Install and set-up Roundcube webmail interfaceThe following article is about how to install and set up the Roundcube webmail interface on a CentOS VPS.

It is actually part 2 of our mailserver with virtual users and domains using Postfix and Dovecot on a CentOS 6 VPS series.

What is Roundcube?

Roundcube is a web-based IMAP email client written in PHP. Roundcube’s most prominent feature is the pervasive use of Ajax technology to present a more fluid and responsive user interface than one of the traditional webmail clients. It provides the full functionality you expect from an email client, including MIME support, address book, folder manipulation, message searching, spell checking, etc.

Read More

How to install WordPress Multisite on Centos VPS with Apache

how-to-install-wordpress-multisite-on-centos-vps-with-apache

Today we will guide you through the installation process of WordPress Multisite on your Centos VPS. The WordPress Multisite option became available with WordPress 3.0. This feature allows you – the website administrator – to create multiple websites without the need of installing separate WordPress instances, creating separate home directories or separate databases. Or, you can allow other users to create their own websites on your WordPress installation.

Read More

How to install Monit on your CentOS6 VPS

how-to-install-monit-on-your-centos6-vpsToday we’ll show you how to install Monit on your Centos VPS. Monit is a monitoring and managing as well as an automatic maintenance tool. The monitoring can be directly on the command line or on the web. You can assign Monit multiple tasks (not only monitoring), so if a certain service fails the check, Monit can alert or do something about it (try to restart the service for example).

Read More

How to Reset MariaDB Root Password

How to Reset MariaDB Root Password

We’ll show you, how to reset MariaDB root password.  Did you forget your MariaDB root password? Do not worry, there is an easy way to reset your password on MariaDB in less than 5 minutes. Please note that you need to have root access to your server to be able to change the password of MariaDB. Resetting your MariaDB root password on your Linux server is an easy task if you carefully follow our tutorial below.

Read More

Install Nagios3 on Ubuntu 13.10 VPS for monitoring virtual servers and services

install-nagios3-on-ubuntu-13-10-vps-for-monitoring-virtual-servers-and-servicesIn the following article we will guide you through the steps on how to install Nagios3 on a Ubuntu 13.10 VPS so you can monitor your virtual servers and services from your VPS.

Nagios3 is a robust and very powerful monitoring system which can help you monitor your virtual servers and the services running on your servers.

It is one of the best open-source monitoring systems out there.

Read More