How To Install An SSL Certificate On cPanel

Using an SSL certificate on a website improves trust from visitors and also improves site security. Installing an SSL certificate through cPanel is very easy. In this doc you’ll learn... Read more

Installing Node.js and Express on Ubuntu

Powered by the Chrome V8 Engine, Node.js is a popular language used to build fast scalable applications. It has already powered numerous projects including Express. This tutorial will show you... Read more

Install Java 8 on Ubuntu 14.04

This guide assumes you have a brand-new Ubuntu 14.04 VPS from Vultr, using root. If you aren’t logged in as root, type su - then enter your root password. You... Read more

Deploy a Meteor Application on Ubuntu

This article will walk you through deploying your Meteor app to a Vultr VPS running Ubuntu 14.04. It may also work on other Linux distributions (attempt at your own risk).... Read more

How to Install Ajenti and Ajenti V on Ubuntu 14.04 and 16.04

Ajenti is a free, open source admin control panel to manage your server or VPS. It is web-based and can run commands in a web terminal, show server information, install... Read more

ServerPilot on Vultr

Overview This tutorial will teach you how to create a LAMP server using ServerPilot and a Vultr VPS. ServerPilot.io is a service that eases server management. With a few clicks,... Read more

How to Use Docker: Creating Your First Docker Container

This tutorial explains the basics of getting started with Docker. I assume that you already have Docker installed. Steps in this tutorial will work on any Linux distribution that is... Read more

How to Install LiteCart Shopping Cart Platform on Ubuntu 16.04

LiteCart is a free and open source shopping cart platform written in PHP, jQuery, and HTML 5. It is a simple, lightweight, and easy to use e-commerce software platform. LiteCart... Read more

Use GNU Tar to Backup Linux

Introduction Now that you have a perfectly configured Linux server on Vultr, you need to choose a backup solution for it. GNU tar is a very good choice – it’s... Read more

Gzip Compression On Apache And Nginx

Introduction Compressing content before sending it over the wire not only saves bandwidth, it makes web applications faster. The combined time it takes for a web server to compress data... Read more