Setup Let’s Encrypt With Apache on Ubuntu 14.04

Let’s Encrypt is a new certificate authority that allows you to issue SSL certificates for free. You can now use SSL without any extra costs. When using an SSL certificate,... Read more

How to Install Golang 1.8 on Ubuntu 16.04

Go (Golang) is a modern programming language developed at Google, and focused on simplicity and safety. It has become a popular language used for server-side development. First, you need to... Read more

Starting a Teamspeak 3 Server on CentOS 6.4

Run the following commands to install a Teamspeak 3 server. # Secure Iptables iptables -F iptables -X iptables -t nat -F iptables -t nat -X iptables -t mangle -F iptables... Read more

How To Fix Corrupt Worlds in Minecraft

Sometimes, worlds in Minecraft can become corrupted. This article explains how to fix broken worlds. Unfortunately though, corrupt worlds cannot be repaired on all maps. This article assumes that you... Read more

Create a Secure Connection Between Two Servers Using WireGuard on Ubuntu

Introduction WireGuard is an extremely easy, fast, and modern VPN solution which utilizes state-of-the-art cryptography. According to a few different benchmark tests, WireGuard is currently the fastest VPN solution in... Read more

Installing and Configuring Chronograf on Ubuntu 16.04 LTS

Chronograf is a time-series data grapher, similar to Grafana, which uses InfluxDB as it’s backend. Chronograf is far more than just a data visualization tool though; through Kapacitor, an entire... Read more

Configuring Private Network

If you’re assigning a private network to an existing machine (or deploying your own operating system), you’ll need to configure the IP addresses on the private interface. The control panel... Read more

How to Install Counter-Strike 1.6 Server on Linux

This guide will show you how to setup a Counter-Strike: 1.6 server on Linux. The steps here will work for most Linux distros that support SteamCMD. First, download SteamCMD. mkdir... Read more

How to Install Icinga 2 and Icinga Web 2 on Ubuntu 16.04

Icinga 2 is a widely used open source network resource monitoring system, and Icinga Web 2 is the official web interface for Icinga 2. In this tutorial, I will explain... Read more

How to Install Vanilla Forum on Ubuntu 16.04

Using a Different System? How to Install Vanilla Forum on CentOS 7 Are we missing a guide for your target system? Request one, or submit your own! Vanilla forum is... Read more