How to Install Mastodon on Ubuntu 18.04

In this article, we will install Mastodon on an Ubuntu 18.04 VPS.

Mastodon is a free and open-source network platform that is very similar to the famous social media platform known as Twitter. However, unlike Twitter, there is no single central authority and there is no advertising. Mastodon is written in Ruby and JavaScript and its open-source nature makes sure that it remains open for anyone to use privately and securely. Anyone can create a Mastodon server and build their own communities with friends. Additionally, Mastodon is supported by and available through multiple apps for iOS, Android, and other platforms, which will allow you to keep in touch with your friends anywhere you go. Let’s start with installing Mastodon.

Read More

How to Install Zabbix On Debian 9

In this tutorial, we’ll show you how to install Zabbix on a Debian 9 VPS.

Zabbix is a highly integrated open-source system monitoring solution. It is a software that provides monitoring of numerous parameters and metrics such as CPU, network, disk, and many others. All of the reports and statistics are accessible using a web-based front-end interface which ensures that the status of your network and the health of your servers can be easily viewed, from any location, at any time. Let’s begin with installing Zabbix.

Read More

How to Install Icinga 2 on Debian 9

In this tutorial, we’ll show you how to install Icinga 2, Icinga Web 2 and all the required components on a Debian 9 VPS.

Icinga 2 is a modern open-source network monitoring application which can be used to monitor the network infrastructure and check the health of servers and their services. Icinga 2 is a branch of Nagios rewritten from scratch in C++. It is backwards-compatible with all existing Nagios plugins, add-ons, and the Nagios user interface. Icinga 2 has a user-friendly web interface, but it also comes with a command line interface that can be used to monitor networks, servers and services with specific commands.

Read More

How to Install Apache Cassandra on CentOS 7

In this tutorial, we will show you how to install and set up Apache Cassandra on a CentOS 7 VPS.

Apache Cassandra is a free and open-source, high performance, highly scalable distributed NoSQL database management system designed to handle a high volume of structured data across many commodity servers, providing high availability with no single point of failure. Cassandra is an excellent choice when downtime or data loss is unacceptable, where redundancy is key. Let’s begin with the installation.

Read More

How to Install Gogs on CentOS 7

In this guide, we will show you how to install Gogs on a CentOS 7 VPS with MariaDB as a backend database.

Gogs is a free and open-source self-hosted Git service written in the Go programming language.  It’s easy-to-install, cross-platform, and lightweight, all of which allows Gogs to run on all sorts of hardware easily. This guide should work on other Linux VPS systems as well, but it was tested and written for CentOS 7. Let’s get started with the installation.

Read More

How to Install MongoDB on Ubuntu 18.04

In this article, we will show you how to install MongoDB, manage its services, and allow remote connections on an Ubuntu 18.04 VPS.

MongoDB is an open-source database management system that belongs to a family of NoSQL. NoSQL is different from traditional table-based SQL databases (MySQL and PostgreSQL) – the data is stored in flexible JSON-like documents with no pre-defined schema, which allows for large changes to be made to databases with no downtime. Let’s get started with the installation.

Read More

How To Install Go on Ubuntu 18.04

In this tutorial, we will show you how to install Go on an Ubuntu 18.04 VPS, as well as show you how to build a simple Go application.

Go is an open-source, compiled programming language created by Google. Go is popular for many applications, including Docker and Kubernetes, which are written in Go. The language is designed for writing servers and provides a big set of libraries, making it very versatile and applicable for many use cases.

Let’s get started with the installation.

Read More

How to Install Cezerin on Debian 9

In this tutorial, we will show you how to install Cezerin on a Debian 9 VPS.

Cezerin is an eCommerce platform powered by React, NodeJS, and MongoDB. It is an open-source platform that enables us to create progressive web apps for eCommerce. With Cezerin, your eCommerce website will load very fast because it is a single page application that only fetches JSON, and not HTML. Let’s begin with the installation.

Read More