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 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

How to Install Gitea on Fedora 29

Using a Different System? How to Install Gitea on Ubuntu 18.04 How to Install Gitea on Debian 9 How to Install Gitea on CentOS 7 Are we missing a guide... Read more

How to Install Reader Self 3.5 RSS Reader on a Fedora 26 LAMP VPS

Using a Different System? How to Install Reader Self 3.5 RSS Reader on a CentOS 7 LAMP VPS How to Install Reader Self 3.5 RSS Reader on a Debian 9... Read more

How to Enable TLS 1.3 in Apache on Fedora 30

Using a Different System? How to Enable TLS 1.3 in Nginx on Ubuntu 18.04 LTS How to Enable TLS 1.3 in Nginx on FreeBSD 12 How to Enable TLS 1.3... Read more