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
How To Install phpMyAdmin With Apache on CentOS 8 / RHEL 8 | ITzGeek

How To Install phpMyAdmin With Apache on CentOS 8 / RHEL 8 | Holhol24

phpMyAdmin is an open-source, web-based administration tool for managing the MySQL and MariaDB servers. It is one of the most popular database administration tools used by hosting companies and system administrators for performing database activities such as creating, deleting, querying, tables, columns, relations, indexes, users, permissions, etc. phpMyAdmin is a portable web application written in […]

Install Nagios On CentOS 8

How To Install Nagios on CentOS 8 / RHEL 8 | Holhol24

Install Nagios On CentOS 8 Nagios is a free, open-source monitoring tool which helps us to monitor services and applications that run on Windows, Linux, Routers, and other network devices. With the help of Nagios graphical interface, you can monitor basic services (FTP, HTTP, SSH, etc..) and attributes (system load, memory, CPU usage, etc.). In […]

How To Install PostgreSQL on CentOS 8 / RHEL 8 - Centos/Redhat

How To Install PostgreSQL on CentOS 8 / RHEL 8 – Centos/Redhat

PostgreSQL is a free, open-source object-relational database management system (ORDBMS) available for various platforms, including Linux, Microsoft Windows, and Mac OS X. PostgreSQL is developed by the PGDG (PostgreSQL Global Development Group) and released under the PostgreSQL License, a free and open-source software. In this post, we will see how to install PostgreSQL on CentOS […]

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 Visual Studio Code On CentOS 7 / RHEL 7 & Fedora 30 / 29

How To Install Visual Studio Code On CentOS 7 / RHEL 7 & Fedora 30 / 29

This document is also available for Visual Studio Code is a cross-platform source code editor developed by Microsoft. It has built-in debugging support, embedded Git control, syntax highlighting, code completion, code refactoring, and snippets. Visual Studio Marketplace offers lots of plugins and extensions to extend the functionality of VS code. This tutorial guides you on […]

How To Install pgAdmin 4 on CentOS 7 / RHEL 7 & Fedora 29 / Fedora 28

How To Install pgAdmin 4 on CentOS 7 / RHEL 7 & Fedora 29 / Fedora 28

pgAdmin is a free and open source management tool for PostgreSQL and derivative relation databases such as EDB Advanced Server. It can be installed on multiple OS platforms such as Linux, Unix, Mac OS X, and Windows to manager PostgreSQL 9.2 and above. Deployment Mode pgAdmin can be run as a web or desktop application. […]

Install Bash-It in Linux

it – Bash Framework to Control Your Scripts and Aliases

Bash-it is a bundle of community Bash commands and scripts for Bash 3.2+, which comes with autocompletion, themes, aliases, custom functions, and more. It offers a useful framework for developing, maintaining and using shell scripts and custom commands for your daily work. If you are using the Bash shell on a daily basis and looking […]

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 […]