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 Graylog on CentOS 8 / RHEL 8 | ITzGeek

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

Graylog is an open-source log management tool that helps you to collect, store and analyze machine logs in a central location. Graylog Setup To set up a Graylog on your environment, you need the below softwares. MongoDB – Stores the configurations and meta information. Elasticsearch – Stores the log messages received from the Graylog server […]

How To Install Monit on CentOS 8 / RHEL 8 | ITzGeek

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

Monit is an open-source process monitoring tool for Linux operating system which helps you to monitor the system process. Whenever the service/process goes down, it automatically does the maintenance and repair of the particular process and ensures it is brought back online. Monit can also be used for managing and monitoring of programs, files, directories, […]

Change Time Zone in Debian 10

How To Change Time Zone in Debian 10 / Debian 9 | Holhol24

Change Time Zone in Debian 10 It happens that sometimes your system may have the wrong time zone or want to change the time zone due to the nature of working or forgot to set the correct time zone at the time of installing the Debian operating system. In this post, we will see how […]

Install Zabbix Server On CentOS 8

How To Install Zabbix Server 5.0 / 4.0 On CentOS 8 / RHEL 8 |Holhol24

Install Zabbix Server On CentOS 8 Zabbix is an open-source enterprise-ready monitoring tool for servers, network devices, and other IT components. Since the Zabbix is enterprise-ready, you can use it for monitoring the environments ranging from small to larger. Zabbix uses Zabbix Agent (client software) installed on the client-server to collect the data. It can […]

How To Install Cacti On CentOS 8 / RHEL 8 | ITzGeek

How To Install Cacti On CentOS 8 / RHEL 8 | Holhol24

Cacti is an open-source web-based network monitoring tool designed as the front end application for the RRDtool (Round-Robin Database tool), it allows a user to poll the services at an interval of time and resulting in the graph format. Cacti is used to get graph data of CPU, memory, process count, and network bandwidth utilization […]

How To Install Zabbix 5.0/4.0 on Debian 10 / Debian 9 | ITzGeek

How To Install Zabbix 5.0/4.0 on Debian 10 / Debian 9 | Holhol24

Zabbix is an open-source monitoring tool for servers, network devices, and applications. It uses agents (Zabbix agent) installed on monitored hosts to collect the data. Zabbix also supports agentless monitoring via SNMP, TCP, and ICMP checks, as well as over IPMI, JMX, SSH, and telnet. Here, we will see how to install Zabbix Server Debian […]

How To Install Docker on Debian 10 - Debian | ITzGeek

How To Install Docker on Debian 10 – Debian | Holhol24

Docker is a containerization software that helps to build, deploy, and run applications in a container. The containers are similar to virtual machines, but they consume fewer resource, easy to manage, and can run anywhere regardless of the operating environment it is running in. In this post, we will see how to install Docker Comunity […]

How To Install phpMyAdmin with Nginx on Debian 11 / Debian 10

How To Install phpMyAdmin with Nginx on Debian 11 / Debian 10

phpMyAdmin is a unfastened and open-source, web-based device for managing the MySQL and MariaDB servers. It is broadly used to control the database via cyber web webhosting corporations and directors who’re new to the database. phpMyAdmin is helping the device administrator to accomplish databases actions similar to developing, deleting, querying, database, tables, columns, and so […]

How To Install phpMyAdmin With Apache on Debian 10 | ITzGeek

How To Install phpMyAdmin With Apache on Debian 10 | Holhol24

phpMyAdmin is an open-source, web-based administration tool for managing the MySQL and MariaDB database. It is written in PHP and is one of the most popular database administration tools used by web hosting companies to enable novice system administrators to carry out database activities. phpMyAdmin helps in performing database activities such as creating, deleting, querying, […]

How To Install phpMyAdmin with Nginx on CentOS 8 / RHEL 8 - ITzGeek

How To Install phpMyAdmin with Nginx on CentOS 8 / RHEL 8 – Holhol24

phpMyAdmin is a free and open-source, web-based administration tool for managing the MySQL and MariaDB servers. It is widely used to manage database servers by web hosting companies and administrators who are new to database servers. phpMyAdmin helps an administrator to perform database activities such as creating, deleting, querying, tables, columns, etc. This guide will […]