Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the js_composer domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/holhol2/public_html/wp-includes/functions.php on line 6121
Install MySQL 8.0 on CentOS 8

How To Install MySQL 8.0 on CentOS 8 / RHEL 8 – Centos/Redhat

Install MySQL 8.0 on CentOS 8 MySQL is a free database management System software most commonly used in three-tier applications to store and retrieve records and information. MySQL was initially developed by MYSQL AB, now owned by Oracle Corporation. It was the primary database application on Linux until MariaDB, a fork of MySQL, came into […]

How To Install MongoDB 4.4 / 4.2 On Debian 9 | ITzGeek

How To Install MongoDB 4.4 / 4.2 On Debian 9 | Holhol24

MongoDB is an open-source cross-platform, document-oriented database and it was designed with both scalability and developer agility in mind. MongoDB is written in C, C++, and JavaScript, and it uses JSON-like documents with dynamic schemas to store data. MongoDB is released under the Server Side Public License (SSPL), and the language drivers are available under […]

Install Linux, Nginx, MariaDB, PHP (LEMP Stack) On CentOS 8 / RHEL 8

Install Linux, Nginx, MariaDB, PHP (LEMP Stack) On CentOS 8 / RHEL 8

Nginx is an open-source, high-performance web server. It is known for its stability, very simple configuration, rich feature set, and low resource consumption. Nginx lets you use it as a reverse proxy, load balancer, HTTP cache, and mail proxy. This post shows you how to install Nginx on CentOS 8 / RHEL 8 with PHP […]

Install Linux, Apache, MariaDB, PHP (LAMP Stack) on CentOS 8 / RHEL 8

Install Linux, Apache, MariaDB, PHP (LAMP Stack) on CentOS 8 / RHEL 8

LAMP Stack stands for Linux, Apache, MariaDB, and PHP stack. It is most widely used to host websites, blogs, etc.. Here is the small guide about installing and configuring web server stack with the latest release of CentOS 8 / RHEL 8. Install Linux Install the CentOS 8 or Red Hat Enterprise Linux 8 using […]

Install MongoDB On Ubuntu 18.04

How To Install MongoDB 4.4 / 4.2 On Ubuntu 18.04 / Ubuntu 16.04 | Holhol24

Install MongoDB On Ubuntu 18.04 MongoDB is a free and open-source cross-platform, document-oriented database designed with both scalability and developer agility in mind. It is written in C++ and JavaScript, uses JSON-like documents with dynamic schemas to store data. MongoDB is available for Windows, Linux, OS X, and Solaris. It is released under Server Side […]

How To Install PostgreSQL 11 / 10 on Ubuntu 18.04 & Linux Mint 19

How To Install PostgreSQL 11 / 10 on Ubuntu 18.04 & Linux Mint 19

PostgreSQL (aka Postgres) is an object-relational database management system (ORDBMS), available for Linux, Microsoft Windows, FreeBSD, OpenBSD, Solaris, and Mac OS. PostgreSQL is released under the PostgreSQL License, a free and open source permissive software license, developed by the PGDG (PostgreSQL Global Development Group), a group of individual volunteers and corporate companies. Here, we will […]

How To Install phpPgAdmin on Ubuntu 18.04 / 16.04 & LinuxMint 19 / 18

How To Install phpPgAdmin on Ubuntu 18.04 / 16.04 & LinuxMint 19 / 18

phpPgAdmin is a web-based administration tool for managing PostgreSQL database, and it is very similar to phpMyAdmin, a web-based based tool for managing MySQL (MariaDB). If you have work experience on phpMyAdmin, then it’s very easy for you to understand the functionalities of phpPgAdmin. This guide will help you to install phpPgAdmin on Ubuntu 18.04 […]

How To Install PostgreSQL 11 / 10 on Debian 9 / Debian 8 - Debian

How To Install PostgreSQL 11 / 10 on Debian 9 / Debian 8 – Debian

PostgreSQL (simply known as Postgres) is an object-relational database management system (ORDBMS), available for many platforms including Linux, Microsoft Windows, FreeBSD, HP-UX, AIX, Solaris, and Mac OS. PostgreSQL is released under the PostgreSQL License, a free and open source permissive software license, developed by the PGDG (PostgreSQL Global Development Group), a group of individual volunteers […]

How To Install Graylog 3.0 on CentOS 7 / RHEL 7 - Centos/Redhat

How To Install Graylog 3.0 on CentOS 7 / RHEL 7 – Centos/Redhat

Graylog is an open-source log management tool which helps you to collect, index and analyze any machine logs centrally. This guide will help you to install Graylog on CentOS 7 / RHEL 7. Components MongoDB – Being a database to store the configurations and meta information. Elasticsearch – It stores the log messages received from […]

How To Install Graylog 3.0 on Ubuntu 18.04 / Ubuntu 16.04

How To Install Graylog 3.0 on Ubuntu 18.04 / Ubuntu 16.04

Graylog is an open-source log management tool that helps you to collect, index and analyze any machine logs centrally. This guide focuses on installing Graylog on Ubuntu 18.04 / Ubuntu 16.04. Components MongoDB – Acts as a database, stores the configurations and meta information. Elasticsearch – It stores the log messages and offers a searching […]