How to Install Zikula on Ubuntu 16.04

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

Connecting To Your Server with SSH via PuTTY on Windows

Connecting to a Linux server for the first time may seem confusing, especially if you have a strong Windows background. When connecting to a Linux (or UNIX) based server, a... Read more

Setup Autobackup on Linux

Introduction Autobackup is an automated backup system which retrieves data to backup from a remote server and stores it on the server. In our case, we can use a Vultr... Read more

How to Install Nextcloud on Ubuntu 17.04

In this tutorial, you will learn to install the NextCloud software. We will be using Caddy for our web server needs, as it allows easier configuration and simple issuing of... Read more

Nginx Reverse Proxy with Ghost on Ubuntu 14.04

Ghost is a free and open source blogging platform written in node.js, completely customizable and dedicated for publishing. Prepare the server: Update packages, Install Node.js and NPM We’ll demonstrate the... Read more

Using Mytop to Monitor MySQL Performance

Introduction Mytop is a free console-based tool for monitoring performance of MySQL. It is similar to the “top” utility, but it displays MySQL queries. With mytop, you can instantaneously monitor... Read more

How to Install and Configure miniBB Forum on Ubuntu 16.04

Introduction MiniBB, also known as Mini Bulletin Board, is an open source program used for building your own internet forum. It is written in PHP and specially designed for small... Read more

Install Concrete5 on Ubuntu 16.04

Introduction Concrete5 is an open source content management system (CMS) written in PHP. It has been designed for ease of use and provides a web interface that allows users to... Read more

Install MariaDB on Ubuntu 14.04

Forked from MySQL, MariaDB has been known to be a drop-in replacement that brings enhancements and performance optimizations over MySQL. This tutorial will show you how to install MariaDB onto... Read more