Articles by Muhammad Arul
-
How to Install OPNSense Router and Firewall on VirtualBox
Author: Muhammad Arul • Tags: linux, networking, security • Comments: 0 • Published: Oct 05, 2022
OPNSense is a free and open-source firewall router based on FreeBSD. This tutorial will show you how to install and configure the OPNSense Router Firewall on VirtualBox. With this guide, you can learn how to set up the OPNSense Router Firewall locally before implementing in the real world.
-
How to Install phpMyAdmin with Nginx on FreeBSD
Author: Muhammad Arul • Tags: • Comments: 0 • Published: Oct 03, 2022
phpMyAdmin is a free and open-source web application tool for managing the MySQL or MariaDB database. This tutorial will show you how to install and configure phpMyAdmin on the FEMP Stack FreeBSD.
-
Install Apache2, MariaDB and PHP (FAMP stack) on FreeBSD
Author: Muhammad Arul • Tags: freebsd • Comments: 0 • Published: Sep 27, 2022
A FAMP stack (FreeBSD, Apache, MySQL/MariaDB, PHP) is a group of applications that can host dynamic websites and web applications, especially PHP-based applications. This tutorial will show you how to install and configure basic FAMP Stack using the new version, FreeBSD 12.0.
-
-
Getting Started with Podman: Manage Images, Containers and Volumes
Author: Muhammad Arul • Tags: linux, virtualization • Comments: 0 • Updated: Sep 22, 2022Podman is a container runtime that provides features similar to Docker. It's part of the libpod library and can be used to manage pods, containers, container images, and container volumes.
-
How to Install Redis on Ubuntu 22.04
Author: Muhammad Arul • Tags: server • Comments: 0 • Published: Aug 23, 2022Redis is an open-source, in-memory key/value store, used as a database, cache, and message broker. It's a distributed in-memory key-value database with optional durability. In this tutorial, we will show you how to install and configure Redis Server on Ubuntu 22.04 LTS.
-
How to Install Redis on Ubuntu 20.04
Author: Muhammad Arul • Tags: server • Comments: 0 • Updated: Aug 23, 2022Redis is an open-source, in-memory key/value store, used as a database, cache, and message broker. It's a distributed in-memory key-value database with optional durability. In this tutorial, we will show you how to install and configure Redis Server on Ubuntu 20.04 LTS.
-
How to Install Podman from Source on Ubuntu
Author: Muhammad Arul • Tags: ubuntu, virtualization • Comments: 0 • Published: Aug 06, 2022
Podman is a container runtime that provides features similar to Docker. It's part of the libpod library and can be used to manage pods (Kubernetes Terminology), containers, container images, and container volumes. In this tutorial, we're going to show you how to install Podman manually from source code on an Ubuntu server.
-
How to Install Zabbix Monitoring Tool on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, monitoring, ubuntu • Comments: 1 • Published: Jul 01, 2022Zabbix is an open-source monitoring tool for network services, network hardware, servers and applications. In this tutorial, we show you how to install Zabbix 4.4 on the Ubuntu 18.04 server. We will install Zabbix with Apache web server, PHP and MariaDB server on the current Ubuntu 18.04 server.
-
How to Install Laravel PHP Web Framework on Ubuntu 20.04
Author: Muhammad Arul • Tags: linux, programming, ubuntu, web server • Comments: 7This tutorial will show you how to install the 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 Setup ZSH and Oh-my-zsh on Linux
Author: Muhammad Arul • Tags: centos, linux, shell, ubuntu • Comments: 6The Z Shell or zsh is an interactive UNIX shell and powerful command-line interpreter for scripting language including shell scripting. The Z shell has become one of the most popular shells for Linux operating system. It's rich in features and easy to configure and customize.