Archivo de la categoría: CentOS

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… Leer más »

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… Leer más »

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… Leer más »

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… Leer más »

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: