CentOS
#2375
Searched for a later version of libpcre.so using find / -name libpcre.so* I found libpcre.so.1 symlinked to libpcre.so.1.2.0 in /usr/lib64/ I created a new symlink to libpcre.so.1.2.0 and named it libpcre.so.0 using ln -s libpcre.so.1.2.0 libpcre.so.0 Restarted NGINX and it worked
CentOS, RHEL
#2238
apt, apt-get, CentOS, RHEL, rpm, Yum
#2177
How to set up yum repository to use locally-mounted DVD with Red Hat Enterprise Linux (RHEL) 7 Would like to upgrade server from RHEL 7.x to RHEL 7.y Have a secure environment that will never be connected to the internet, but still needs to be updated Way to update the packages on server, with no […]
CentOS, RHEL
#2138
Centrify Yum repo fails with [Errno 14] problem making ssl connection Source: KB-11461: Centrify Yum repo fails with [Errno 14] problem making ssl connection
CentOS, IUS, linux, NSS, RHEL, ssl, Yum
#2119
This is an issue with HTTPS certificate for EPEL repo (or mirror) Use : to replace HTTPS by HTTP
CentOS, Epel, RHEL, Yum
#2088
Create a new PV / VG / LV from an empty disk Create partition with fdisk Create PV / VG / LV Edit /etc/fstab & mount drive: ———- Extend an existing partition by adding a new disk Create a new PV / VG / LV from an empty disk Create partition with fdisk Create PV […]
CentOS, linux, lvm, RHEL
#2072
Comment ajouter un nouveau volume ou une nouvelle partition LVM sur une VM CentOS 7, sans redémarrage système ? Réponse dans ce tutoriel. Source: Ajouter un nouveau volume sur une VM CentOS7 sans redémarrage | Commandes et Système | IT-Connect
CentOS, RHEL, Virtual Machine
#2007
Kubernetes, c’est quoi ça ? Dans cet article, je vais vous guider pour installer pas à pas un cluster Kubernetes sur des serveurs CentOS/RHEL 7. Attention cet article est un gros morceau ! Pour ceux qui ne connaissent pas Kubernetes, il faut savoir que c’est un des leaders dans le domaine des orchestrateurs de containers… […]
CentOS, Docker, Kubernetes
#1989
How to install upgrade supervisord on a CentOS 6 linux server from an existing version of supervisord installed through yum. Source: How To Upgrade Supervisord In CentOS 6 – LinuxAdmin.io
CentOS, Docker
#1972
Source: Extend a CentOS Oracle VirtualBox Image with more Disk Space — munz & more
CentOS, Disk, virtualbox