Articles by Muhammad Arul
-
How to Manage Docker Containers with Rancher on Ubuntu
Author: Muhammad Arul • Tags: linux, ubuntu, virtualization • Comments: 2
Rancher is an open source container management platform. In this tutorial, I will show you how to install and configure Rancher on Ubuntu 16.04 LTS. We will install Rancher on an Ubuntu server, enable local authentication, add the rancher host, and then try to run single container application from Rancher Dashboard.
-
How to Install Elastic Stack on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server • Comments: 14
In this tutorial, I will show you how to install and configure Elastic Stack on a CentOS 7 server for monitoring server logs. Then I'll show you how to install 'Elastic beats' on a CentOS 7 and an Ubuntu 16.04 LTS client operating system.
-
How to Install and Configure Zabbix on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, monitoring • Comments: 16
Zabbix is an open source monitoring tool for network services, network hardware, servers, and application. In this tutorial, we will show you step-by-step how to install and configure an open source monitoring system Zabbix 3.4 on the CentOS 7 system.
-
-
How to Install OpenProject on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server • Comments: 0
In this tutorial, I will show you how to install and configure OpenProject on CentOS 7. OpenProject is an open source web-based management system for location-independent team collaboration. It's a project management software that provides features like task-management, team collaboration, scrum, and more.
-
How to Install Plex Media Server on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server • Comments: 5
In this tutorial, we will show you step-by-step how to install and configure Plex media server on your CentOS 7 server. Plex is a client-server media software suite. It has two main components, plex media server, and plex player.
-
How to Install Apache Maven on CentOS 7
Author: Muhammad Arul • Tags: centos, linux • Comments: 5
Apache Maven is a software project management tool based on the POM (Project, Object, Model) concept. Maven is a build automation tool used primarily for Java-based projects, but can also be used to build and manage projects written in C#, Ruby, Scala, and other languages. In this tutorial, we will show you step-by-step how to install and configure Apache Maven on a CentOS 7 system.
-
How to Install Turtl Server Evernote Alternative on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server, web server • Comments: 0
Turtl is a secure and encrypted Evernote alternative. It's an open source application that allows you to take notes, bookmark websites, store documents, share passwords with your coworkers, and more. In this tutorial, we will show you step-by-step how to install and configure Turtl server on CentOS 7.
-
How to Install Django on Ubuntu 16.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu, web server • Comments: 24
Django is a web application framework written in python that follows the MVC (Model-View-Controller) architecture, it is available for free and released under an open source license. In this tutorial, we will install Django 1.10 on an Ubuntu 16.04 server. Django can be installed on a server in many ways, in this tutorial, I will show you to install it with pip, virtualenv and directly from the Django GIT sources. Finally, I will show you the first steps to start a new project with the Django web framework.
-
How to Install Caddy Web Server with PHP-FPM on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, ubuntu, web server • Comments: 1
Caddy or Caddy web server is an open source HTTP/2 enabled web server written in Go. In this tutorial, I will show you step by step how to install and configure the Caddy web server with PHP-FPM 7.x on Ubuntu 16.04.
-
How to Install a MongoDB Sharded Cluster on CentOS 7
Author: Muhammad Arul • Tags: centos, linux • Comments: 1
This tutorial will show you how to install a sharded MongoDB cluster on CentOS 7. Sharding is a MongoDB process to store data-set across different machines. It allows you to do a horizontal scale of data, partition data across independent instances, and it can be 'Replica Sets'.