How to install Ghost Blog in Ubuntu

In this article i will show you how to install the Ghost blogging platform in Ubuntu using Node and Nginx web server. Ghost is beautifully designed blogging platform, completely customisable and completely Open Source, as a matter of fact the blog you are on right now is using Ghost. Ghost will let you write and publish your content, giving you the tools to make …

How to Install Observium in Ubuntu 16.04.2

Today we will be installing Observium Observium is a Network Management and Monitoring System that collects data from multiple devices using SNMP and allows you to monitor all of the networks devices via an easy to use interface. It is PHP-based and uses a MySQL database to store data. Note This guide works with Ubuntu 16.04 Install Connect to your server via SSH ssh …

How to Install WordPress in Ubuntu

Here is a quick tutorial on how to install WordPress in Ubuntu Server, of course we could just install it with a simple sudo apt-get install wordpress but where is the fun in that. We will be installing all the dependecies and setting up the database. Note This time we will install Apache2, PHP, the PHP MYSQL Module, MYSQL Server, and WordPress Install Step …

How to set up 2 factor authentication in Ubuntu Server 18.04

In this tutorial we will learn how to enable Multi-factor authentication in Ubuntu Server 18.04, this will increase security by confirming your identity using at least two different ways of authentication instead of the regular single password, thus removing any chance of a dictionary or brute force attack to your server. After completing this tutorial we will be able to log in to the …

How to install and configure GrayLog Log Management in Ubuntu 18.04

GrayLog is a leading open source log management platform, it allows you to collect, index, and analyze logs from just about any source in a centralized location. In this guide, we will be installing all of the requirements (Graylog, Elasticsearch, MongoDB)  on the same server, but for larger production environment this may not be ideal. Requirements Graylog requires that you have the following packages …