Articles by Muhammad Arul
-
How to Install Apache CouchDB on CentOS 7
Author: Muhammad Arul • Tags: centos, linux • Comments: 0
In this tutorial, we will discuss step-by-step installation and configuration of Apache CouchDB on a CentOS 7 server. Apache CouchDB is an open source NoSQL database software that's focused on scalable architecture. CouchDB was released in 2005, and become an Apache Software Foundation project in 2008.
-
How to Setup Automatic Security Updates on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, security, ubuntu • Comments: 0
Security updates are an integral part of the IT-world. Linux may be regarded as one of the securest computer operating systems, but that doesn't take away the fact that it too has vulnerabilities that need to be fixed through timely security updates. In this tutorial, we will show you how to step-by-step configure Ubuntu 16.04 server for automatic security updates
-
How to Setup Zammad Ticketing System on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, ubuntu, web server • Comments: 8
Zammad is an open source helpdesk/customer support system written in Ruby. It's a web-based ticketing system with many features, including support to manage customer communication over several channels like Facebook, telegram, chat, and emails. In this tutorial, we will show you how to install and configure Zammad Ticketing System using Nginx web server and PostgreSQL for the database system.
-
-
How to Install VisualEditor for MediaWiki on CentOS 7
Author: Muhammad Arul • Tags: centos, linux • Comments: 5
In this tutorial, I will show you how to step-by-step install and configure VisualEditor for latest MediaWiki version 1.30. VisualEditor is a rich-text editor for MediaWiki. It's available as an extension and relies on the Parsoid parser service to be up and running for editing MediaWiki pages.
-
How to Install Varnish Cache with Apache on CentOS 7
Author: Muhammad Arul • Tags: apache, centos, debian • Comments: 1
Varnish is a proxy server focused on HTTP caching. It's designed as an HTTP accelerator and can act as reverse proxy for your web server Apache or Nginx. In this tutorial, we will show you how to install and configure varnish HTTP accelerator as a reverse proxy for Apache web server.
-
How to Install Discourse Forum with Nginx on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, server, ubuntu, web server • Comments: 0
Discourse is a free and open source software for creating Internet forum community and mailing list. Discourse forum software has been used by many organizations, including Codeacademy, Udacity, Twitter Developers, and Docker Community Forum. In this tutorial, we will show you step-by-step how to install and configure Discourse Forum with Nginx web server on Ubuntu 16.04.
-
How to Install MediaWiki with Nginx on CentOS 7
Author: Muhammad Arul • Tags: centos, linux • Comments: 4
MediaWiki is a popular wiki software that was originally developed for use on Wikipedia. It's a free and open source wiki software written in the PHP programming language. In this tutorial, we will discuss how to step-by-step install MediaWiki with Nginx web server on CentOS 7.
-
How to Install and Configure Master-Slave Replication with PostgreSQL 9.6 on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server • Comments: 15
PostgreSQL or Postgres is an open source object-relational database management system (ORDBMS) with more than 15 years of active development. It's a powerful database server that can handle high workloads. PostgreSQL can be used on Linux, Unix, BSD, and Windows servers.
-
How to Monitor and Detect Modified Files using Tripwire IDS on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, security, ubuntu • Comments: 2
Tripwire is a free and open source Intrusion Detection System (IDS). It's a security tool for monitoring and alerting file changes on the system. In this tutorial, we will show you how to install and configure Tripwire Host Based IDS on Ubuntu 16.04. We will also show you how to configure tripwire to monitor and detect modified files on the system.
-
How to Install and Configure GitLab CE on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, nginx, programming, server • Comments: 13
GitLab is an open source repository manager based on Rails developed by GitLab Inc. It is a web-based git repository manager that allows your team collaborate on coding, testing and deploying applications. In this tutorial, I will show you step by step how to install GitLab CE (Community Edition) on CentOS 7 Server.