Articles by Muhammad Arul
-
How to Install Nagios Monitoring Software on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, monitoring, server, ubuntu • Comments: 9Nagios is open-source software for system and network monitoring. Nagios can monitor the activity of a host and its services and provides a warning/alert if something bad happens on the server.
-
How to Install Lighttpd with PHP-FPM and MariaDB on CentOS 8
Author: Muhammad Arul • Tags: centos, linux, web server • Comments: 1In this tutorial, we will show you how to install and configure the LLMP Stack on the CentOS 8 Server. We will install the Lighttpd web server with the MariaDB database server, and the PHP-FPM on the latest version of CentOS 8 server.
-
How to Install and Configure MongoDB on CentOS 8
Author: Muhammad Arul • Tags: centos, linux, server • Comments: 1MongoDB is a NoSQL database that provides high performance, high availability, and automatic scaling. In this tutorial, I will guide you to install and configure MongoDB 4.4 (stable) on a CentOS 8 server. We will add and configure the administrator user for MongoDB and configure the authentication for MongoDB services.
-
-
How to Install Tiki Wiki on Ubuntu 20.04
Author: Muhammad Arul • Tags: linux, ubuntu, web server • Comments: 3In this tutorial, we will show you how to install Tiki Wiki CMS Groupware on Ubuntu 20.04 with Apache web server, MySQL Server, and PHP 7.4. Also, we will secure the Tiki Wiki CMS Groupware with SSL Letsencrypt.
-
How to Install Lighttpd with PHP-FPM and MySQL on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, ubuntu, web server • Comments: 0In this tutorial, we will show you how to install and configure the LLMP Stack on the Ubuntu 20.04 Server. We will install the Lighttpd web server with the MariaDB database server and the PHP-FPM on the latest version of the Ubuntu 20.04 server.
-
How to Install GitLab with Docker on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, programming, server, ubuntu • Comments: 3In this tutorial, we will show you how to install GitLab using the Docker and Docker Compose. Also, we will be using the Ubuntu 20.04 as our primary operating system, and install docker from the official Ubuntu FocalFossa repository.
-
How to Install Drupal 9 with Nginx and Let's Encrypt SSL on Debian 10
Author: Muhammad Arul • Tags: debian, linux, web server • Comments: 1In this tutorial, we will show you how to install Drupal 9 on the Debian Buster 10. We will run Drupal under the LEMP Stack (Linux, Nginx, MySQL/MariaDB, and PHP-FPM), and secure the installation using the SSL Letsencrypt.
-
How to Install PostgreSQL and phpPgAdmin on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 3PostgreSQL or Postgres is a powerful high-performance object-relational database management system (ORDBMS). This tutorial will show the installation of PostgreSQL and its web-based administration interface phpPgAdmin on Ubuntu 20.04 LTS (Bionic Beaver).
-
How to Install and Configure GitLab CE on CentOS 8
Author: Muhammad Arul • Tags: centos, linux, nginx, programming, server • Comments: 1GitLab 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 to 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 8 Server.
-
How to create Docker Images with a Dockerfile on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu, virtualization, web server • Comments: 6In this tutorial, I will show you how to create your own docker image with a dockerfile. A Dockerfile is a script that contains collections of commands and instructions that will be automatically executed in sequence in the docker environment for building a new docker images. As example, we will create a Nginx Web server with PHP-FPM.