Securing SSH on Ubuntu 14.04

After you create a new server, there are some configuration tweaks that you should make to harden the security of your server. Create a new user As the root user,... Read more

Setting up an Express.js Web Server on Ubuntu 16.04 LTS

In this tutorial, we will be installing a basic Express.js web server, using Node.js, a Javascript runtime based on Chrome’s V8 engine, on our Vultr VPS running Ubuntu 16.04. If... Read more

Installing Golang on Ubuntu 14.04

Golang is a programming language developed by Google that would keep the traditions of C, but focus on simplicity and safety. It has become a popular language used for server-side... Read more

Installing MongoDB on Ubuntu 14.04

MongoDB is one of the leading NoSQL databases that is commonly used in modern web applications. This tutorial will walk you through setting up MongoDB. Please note that this tutorial... Read more

How to Install Apache Maven on Ubuntu 16.04

Introduction Apache Maven is a free and open source project management tool used for Java projects. You can easily manage a project’s build, reporting, and documentation from a central piece... Read more

How to Install and Use ArangoDB on Ubuntu 16.04

Using a Different System? How to Install and Configure ArangoDB on CentOS 7 Are we missing a guide for your target system? Request one, or submit your own! Introduction ArangoDB... Read more

How to Setup Gunicorn to Serve Python Web Applications

In this article, we will setup a VPS to serve Python web applications with Gunicorn and Nginx as a reverse proxy. We use Nginx as a reverse proxy instead of... Read more

Terraria Server with TShock on Linux

Terraria is a MMORPG based on mining, building, and fighting. Some people say its a 2D version of Minecraft, but that wouldn’t do justice to Terraria’s offerings – not by... Read more

Use iftop To Monitor Network Bandwidth Usage

iftop is a network bandwidth monitoring utility that can be used to diagnose network performance degradation in real time. In this tutorial, we will be covering the the installation and... Read more

Install Piwigo on the One-Click LEMP Application

Introduction Piwigo is a popular open-source photo gallery software. In this article, I will show you how to install Piwigo on a Vultr server based on the One-Click LEMP application.... Read more