Articles by Muhammad Arul
-
How to install MySQL 8 on Debian 10
Author: Muhammad Arul • Tags: debian, mysql, server • Comments: 0 • Published: Oct 06, 2020MySQL is an open-source relational database system that works on many Operating Systems, including Windows, Linux, macOS, and FreeBSD. It is probably the most popular OpenSource RDBMS and a central component of the LAMP and LEMP Stacks.
-
How to Install Laravel PHP Web Framework on Ubuntu 20.04
Author: Muhammad Arul • Tags: linux, programming, ubuntu, web server • Comments: 4 • Published: Sep 24, 2020This tutorial will show you how to install the latest Laravel version 8.x with the Apache webserver on Ubuntu 20.04 Server. We will show you two different ways of installing the Laravel web framework on the Linux Ubuntu system.
-
How to Install Mautic Marketing Automation Tool on Ubuntu 20.04
Author: Muhammad Arul • Tags: linux, ubuntu • Comments: 7 • Updated: Sep 23, 2020Mautic is an open source self-hosted marketing automation tool for everyone. You can use it to grow up your business, monitor your website, create landing pages, create campaign for your business, manage contacts, and even send marketing emails.
-
-
How to Configure a Static IP Address on CentOS 8
Author: Muhammad Arul • Tags: centos, linux, networking • Comments: 5 • Updated: Sep 04, 2020In this tutorial, I will show you three different ways to set up a static IP address on CentOS 8 by using nmcli, nmtui and by editing the interface configuration file directly.
-
How to Install WildFly Java Application Server with Nginx Reverse Proxy on Ubuntu 20.04
Author: Muhammad Arul • Tags: linux, nginx, server, ubuntu, web server • Comments: 0 • Published: Sep 03, 2020WildFly or previously known as JBoss AS is a lightweight implementation of the JEE (Java Enterprise Edition) container. Its flexible application runtime is written in Java.
-
How to Install Diaspora Decentralized Social Media on Debian 10
Author: Muhammad Arul • Tags: debian, linux, nginx, web server • Comments: 1 • Published: Aug 31, 2020Diaspora is an open source, privacy-aware, and distributed social network. It consists of a group of independently deployed and owned nodes which interoperate to create the network.
-
How to Install Visual Studio Code - Server IDE on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, programming, ubuntu • Comments: 1 • Published: Aug 26, 2020Code-server is a Visual Studio Code (VS) that can be run remotely on the server and which is accessible through a web browser. It allows you to create and have a consistent development environment that can be accessed anytime and everywhere.
-
How to Install Nagios Monitoring Software on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, monitoring, server, ubuntu • Comments: 1 • Published: Aug 25, 2020Nagios 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: 1 • Published: Aug 21, 2020In 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: 1 • Published: Aug 10, 2020MongoDB 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.