VEXXHOST Logo

Tutorials

Step-by-step guides to help you get the most out of your cloud infrastructure. Learn how to deploy, configure, and optimize your applications.

How To Configure a Galera Cluster with MariaDB on Ubuntu 12.04.Database

How To Configure a Galera Cluster with MariaDB on Ubuntu 12.04.

Every online system use database to store its information. Keeping the data safe and secure is top priority for such system. There are a lot of possible

Read
How to configure HTTP authentication with Nginx on Ubuntu 14.04.Nginx

How to configure HTTP authentication with Nginx on Ubuntu 14.04.

HTTP supports the use of several authentication mechanisms to control access to pages and other resources. These mechanisms are all based around the use

Read
How to Convert React Class Components into Functional Components using React Hooks.General

How to Convert React Class Components into Functional Components using React Hooks.

React's 2019 announcement of hooks was a way to abstract logic into reusable parts. Hooks were created by React to address common problems. They are

Read
How To Create a High Availability HAProxy Setup with Corosync, Pacemaker &  Floating IPs on Ubuntu 14.04.Linux

How To Create a High Availability HAProxy Setup with Corosync, Pacemaker & Floating IPs on Ubuntu 14.04.

In this tutorial we will cover the build of a two-node high-availability cluster using the Corosync cluster engine, and the Pacemaker.

Read
How To Create a SSL Certificate on Nginx for Ubuntu.Nginx

How To Create a SSL Certificate on Nginx for Ubuntu.

Security is always very important when it comes to any type internet communication. SSL certificates are one way to get higher level of security for web

Read
How To Customize your Ghost Instance.General

How To Customize your Ghost Instance.

Ghost is an Open Source application created and dedicated to blogging. It allows us to write and publish our own blog, giving you the tools to make it

Read
How To Deploy a Clojure Web Application on Ubuntu 14.04.Linux

How To Deploy a Clojure Web Application on Ubuntu 14.04.

Clojure is a modern, functional programming for the JVM and a dialect of the Lisp (LISt Processing) that focuses on concurrent programming found in

Read
How To Deploy a Hugo Site to Production with Git Hooks on Ubuntu 14.04.Linux

How To Deploy a Hugo Site to Production with Git Hooks on Ubuntu 14.04.

Hugo is an open source static site generator. Static site generators build a web page the moment you’re creating or editing new content.

Read
How to deploy a MariaDB Galera cluster on Ubuntu 14.04.Database

How to deploy a MariaDB Galera cluster on Ubuntu 14.04.

Today we will show you about the deployment of MariaDB Galera Cluster on Ubuntu 14.04. MariaDB is an enhanced, drop-in replacement for MySQL while MariaDB

Read
How to Deploy a Symphony Application to Production on Ubuntu 14.04.Linux

How to Deploy a Symphony Application to Production on Ubuntu 14.04.

Read about the deployment of Symphony on Ubuntu 14.04 using LEMP or LAMP stack (Linux Apache MySQL PHP). We will be using MySQL and Apache Web server.

Read
How To Deploy Django on Nginx, Gunicorn with Postgres.Nginx

How To Deploy Django on Nginx, Gunicorn with Postgres.

Django is a free and open source web application framework, written in Python, which follows the model–view–controller architectural pattern. It is

Read
How To Deploy Python Web Applications with Bottle Micro Framework on Ubuntu 16.04.Linux

How To Deploy Python Web Applications with Bottle Micro Framework on Ubuntu 16.04.

Python is a free programming language that makes solving a computer problem almost as easy as writing out one's thoughts about the solution.

Read