Articles by Muhammad Arul
-
How to Install the latest OpenSSL version from Source on Linux
Author: Muhammad Arul • Tags: centos, linux, security, ubuntu • Comments: 40OpenSSL is a widely used crypto library that implements SSL and TLS protocols to secure communications over computer networks. In this tutorial, I will show you step-by-step how to install the latest stable OpenSSL version from source on the Ubuntu 22.04 and CentOS 7.6 servers.
-
How to Install Nagios Core on CentOS
Author: Muhammad Arul • Tags: centos, linux, monitoring • Comments: 0Nagios is open-source software for system and network monitoring. In this tutorial, we will show you how to install Nagios Core on a CentOS system.
-
How to Install OpenVPN Server and Client with Easy-RSA 3 on CentOS 8
Author: Muhammad Arul • Tags: centos, linux, networking, security • Comments: 11OpenVPN is an open-source application that allows you to create a secure private network over the public internet. In this tutorial, we will show you how to step-by-step install and configure OpenVPN on CentOS 8. And we will implement the certificate-based OpenVPN authentication.
-
-
How to Install OPNSense Router and Firewall on VirtualBox
Author: Muhammad Arul • Tags: linux, networking, security • Comments: 0OPNSense 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: 0phpMyAdmin 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: 0A 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: 0Podman 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: 0Redis 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: 0Redis 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: 0Podman 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.