In this article we will guide you through the steps of installing the latest version of WordPress on an Ubuntu 18.04 VPS, including the installation of Nginx web server, PHP and MySQL database server.

In this article we will guide you through the steps of installing the latest version of WordPress on an Ubuntu 18.04 VPS, including the installation of Nginx web server, PHP and MySQL database server.

In this tutorial, we will show you how to install Redmine on an Ubuntu 18.04 VPS.

In this post, we will show you how to install Ruby on an Ubuntu 18.04 VPS.

Installing Ruby is an easy task and should not take more than 10 minutes. Let’s begin with the installation.
In this tutorial, we will cover the steps needed for installing Redis on Ubuntu 18.04, as well as a couple of ways to use Redis.
Redis (short for Remote Dictionary Server), is an open-source in-memory data structure store which can be used as a database, cache, and message broker. Redis is a NoSQL Key/Value store, which offers flexibility and improves performance. One of the best features of Redis is the huge range of data types or data structures that it supports, such as lists, sets, stored sets, hashes, bitmaps, etc…
Redis has built-in master-slave replication that allows a Redis server to be an exact copy of a master server’s database. Masters can have multiple slaves, and the replication is done asynchronously, meaning that the master will continue to handle queries while slave servers are synchronizing.
In this tutorial, we will show you how to install and configure WordPress with OpenLiteSpeed on an Ubuntu 18.04 VPS.

In this tutorial, we will show you how to install Dolibarr on your Debian 9 VPS.

In this tutorial, we will show you how to install ClickHouse on a CentOS 7 VPS, as well as demonstrate some things that you can do in ClickHouse.

Let’s get started with the installation.
In this article, we will show you how to install Apache CouchDB on a Debian 9 VPS.
Apache CouchDB is a free and open-source NoSQL document-oriented database solution that uses JSON to store data. CouchDB 