Enable HTTP/2 in Nginx on Ubuntu 16.04

HTTP/2 is the new version of now obsolete HTTP/1.1 protocol which was standardized way back in 1999. A lot has changed on the web since then. Our applications are more... Read more

How to Install SuiteCRM on Ubuntu 16.04

SuiteCRM is a free and open source alternative of the popular customer relationship management (CRM) system SugarCRM. It became popular when SugarCRM decided to stop development of its open source... Read more

Recovering Your WordPress Admin Password

Sometimes, you just forget the password of the admin account of your WordPress install. The easiest solution to recover your password is to use WordPress’ emergency password reset script. This... Read more

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 GoAccess on Ubuntu 16.04

Using a Different System? How to Install GoAccess on CentOS 7 Are we missing a guide for your target system? Request one, or submit your own! GoAccess is an open... 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

How to Install Teamspeak 3 Server on Ubuntu 16.04 64-bit

Using a Different System? How to Install Teamspeak 3 Server on Debian 9 Stretch Are we missing a guide for your target system? Request one, or submit your own! Overview... Read more

cloc – Count Lines of Code in Many Programming Languages

While working on different projects, sometimes you might be required to provide a report or statistics of your progress, or simply to calculate the value of your code. There is... Read more