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 Install WordPress on a LEMP Configuration

Introduction In this tutorial, you’ll learn how to install WordPress on a freshly created instance. I’ll demonstrate the installation on an Ubuntu 14.04 server. These instructions may also work on... Read more

Install Rancher OS via iPXE

Rancher OS is a very lightweight Linux distribution built around Docker. The OS itself weighs in around 20MB. This tutorial will get you up and running with a persistent Rancher... Read more

Setup SFTP-Only User Accounts On Ubuntu 14

Introduction Certain scenarios require you to create users with read and write access to a single directory via FTP only. This write-up will show you how to create such users.... 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 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 and Configure TaskBoard on Ubuntu 16.04

Using a Different System? How to Install and Configure TaskBoard on Debian 9 How to Install and Configure TaskBoard on Ubuntu 18.04 How to Install and Configure TaskBoard on Fedora... Read more

How to Install PhantomJS on Ubuntu 16.04

Introduction PhantomJS is a scripted, headless browser that can be used for automating web page interaction. PhantomJS is a free, open source and distributed under the BSD license. PhantomJS is... Read more

How to Install Zulip on Ubuntu 16.04

Zulip is a free, open source and powerful group chat application and collaborative software. It is written in Python and uses Django, Python, JavaScript, and PostgreSQL database. Zulip comes with... 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