Archivo de la categoría: CentOS

install a PHP extension in WHM cpanel EasyApache4

You may follow the steps below to install a PHP extension using WHM. Procedure To install a PHP extension in WHM, you may follow these steps: 1. Log into WHM. 2. Navigate to EasyApache 4. 3. Click Customize under Currently Installed Packages. 4. Click PHP Extensions. 5. Use the search bar to search for the extension you need to… Read More: install a PHP extension in WHM cpanel EasyApache4 »

How to install the libsodium cryptographic library and PHP extension on cPanel

Introduction Use the following procedure to install the libsodium library and PHP extension. NOTE: CentOS 6 does not have a version of libsodium that is new enough to be compatible with the PHP PECL extension. It is not currently possible to use libsodium if you are using CentOS 6. If you would like to use… Read More: How to install the libsodium cryptographic library and PHP extension… »

Cómo configurar registros SPF, DKIM y DMARC en tu Hosting cPanel

En la medida que el correo electrónico se volvió popular como medio de comunicación a lo largo de los años, se fueron añadiendo medidas y estándares de seguridad para permitir que los mensajes que envíes desde tu servidor llegue a la bandeja de entrada de tus destinatarios. Es por eso que hoy conversaremos acerca de… Read More: Cómo configurar registros SPF, DKIM y DMARC en tu Hosting… »

How To: Install AutoSSL for Server Hostname – Cpanel Server

How about install Let’s Encrypt for Cpanel? Before we start, you may first want to install Let’s Encrypt to use an Immediately Issuing provider for your SSL in Cpanel? Once done, you may now continue using this tutorial to install Let’s Encrypt for your Service SSL in Cpanel/WHM/Webmail. How To Install AutoSSL for Server Hostname… Read More: How To: Install AutoSSL for Server Hostname – Cpanel Server »

How to use Amazon SES as a Smarthost Cpanel

Introduction Many providers now block outbound connections on port 25, which means that a cPanel system would need to configure a Smarthost to allow for outbound emails to function. This guide covers how to set up a Smarthost using Amazon SES. Important Limitation Please keep in mind that when using Amazon SES as your smarthost,… Read More: How to use Amazon SES as a Smarthost Cpanel »

Fix rpmdb: Thread died in Berkeley DB library

Symptoms If you see rpmdb errors during package management (during yum/rpm operations), like this: rpmdb: Thread/process 277623/140429100390144 failed: Thread died in Berkeley DB library error: db3 error(-30974) from dbenv->failchk: DB_RUNRECOVERY: Fatal error, run database recovery error: cannot open Packages index using db3 – (-30974) error: cannot open Packages database in /var/lib/rpm CRITICAL:yum.verbose.cli.yumcompletets:Yum Error: Error: rpmdb… Read More: Fix rpmdb: Thread died in Berkeley DB library »

How to Install and Configure MongoDB on CentOS 8

MongoDB is a NoSQL database that provides high performance, high availability, and automatic scaling. NoSQL database means that, unlike MySQL or PostgreSQL, it does not support SQL (Structured Query Language) to retrieve or manipulate the stored data. MongoDB does not store data in tables. Instead, it stores data in a «document» structure similar to JSON… Read More: How to Install and Configure MongoDB on CentOS 8 »

Error: It is not possible to switch enabled streams of a module unless explicitly enabled via configuration option module_stream_switch. php

dnf module enable php:7.4 Last metadata expiration check: 2:17:55 ago on Tue 23 Nov 2021 10:48:04 PM GMT. Dependencies resolved. The operation would result in switching of module ‘php’ stream ‘7.2’ to stream ‘7.4’ Error: It is not possible to switch enabled streams of a module unless explicitly enabled via configuration option module_stream_switch. It is… Read More: Error: It is not possible to switch enabled streams of… »

How to Install Ansible on RHEL8 /Centos8

Enable epel repository dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm First, update the DNF package repository cache with the following command: Now, install Ansible with the following command: Install git Playbook LEMP example: