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.

10 Essential Laravel 4 Packages Everyone Should Use.PHP

10 Essential Laravel 4 Packages Everyone Should Use.

Laravel is a very popular and easy to use PHP framework which allows you to quickly build applications by providing a solid foundation of tools such as

Read
10 Essential & Useful Ruby on Rails 4 Gems.Ruby

10 Essential & Useful Ruby on Rails 4 Gems.

The Ruby on Rails framework is an extremely powerful tool for developing web applications. It comes with plenty of built-in features that help accelerate

Read
CentOS 6 to CentOS 7 Upgrade Procedure.Linux

CentOS 6 to CentOS 7 Upgrade Procedure.

CentOS 7 was released only few weeks after Red Hat Enterprise Linux 7, including the same exciting features RHEL ships. Besides the long awaited Systemd

Read
Setup Continuous Integration Pipelines with GitLab CI on Ubuntu 16.04.Linux

Setup Continuous Integration Pipelines with GitLab CI on Ubuntu 16.04.

This tutorial will elaborate on how one can set up GitLab CI to not just monitor repositories for changes but also run automated tests for validating code.

Read
WordPress Performance Tip: Controlling Cronjobs.WordPress

WordPress Performance Tip: Controlling Cronjobs.

So, your blog is growing fast or you are worried that your visitors will start increasing quickly but your WordPress based website or blog is slowly

Read
Fixing 403 Forbidden Nginx Errors.Nginx

Fixing 403 Forbidden Nginx Errors.

HTTP errors are pesky and typically hard to resolve without the right tools. However, with proper investigation and tools, you can easily identify the

Read
Getting started with Docker in minutes using Docker Machine.Docker

Getting started with Docker in minutes using Docker Machine.

Docker is an open source platform designed for system administrators and developers to deploy applications. There are a number of tools around the Docker

Read
Getting Started with MEAN Stack.Node.js

Getting Started with MEAN Stack.

Node.js has one of the biggest tech communities behind it and as a result it also has a colossal amount of toolset to choose from for whatever project you

Read
How To Setup Highly Available Web Servers with Keepalived & Floating IPs on Ubuntu 16.04.Linux

How To Setup Highly Available Web Servers with Keepalived & Floating IPs on Ubuntu 16.04.

Use keepalived to set up a highly available web service on Ubuntu 16.04 by using a floating IP address that can be moved between two capable web servers.

Read
How to add extra swap space on CentOS 6.Linux

How to add extra swap space on CentOS 6.

In CentOS 6 swap space or simply swap is something that is used by the operating system when the system requires more memory that the physical memory

Read
How to Add Swap on Ubuntu.Linux

How to Add Swap on Ubuntu.

Swap space in Linux is used when the amount of physical memory (RAM) is full. If the system needs more memory resources and the RAM is full, inactive

Read
How To Allow Remote Access to MySQL.Database

How To Allow Remote Access to MySQL.

A distributed environment has become a requirement for many projects. Separate database servers can increase security and allow you to scale up resources

Read