Install PIP for python on CentOS
I didn’t have python-pip in my repository so needed to download it from the website wget https://bootstrap.pypa.io/get-pip.py Now run python to install python get-pip.py Collecting […]
I didn’t have python-pip in my repository so needed to download it from the website wget https://bootstrap.pypa.io/get-pip.py Now run python to install python get-pip.py Collecting […]
When configuring zookeeper replication the using the config file on three hosts tickTime=2000 dataDir=/var/zookeeper clientPort=2181 initLimit=5 syncLimit=2 server.1=192.168.1.12:2888:3888 server.2=192.168.1.13:2888:3888 server.3=192.168.1.14:2888:3888 and attempting to start the […]
[root@centos04 nginx-1.11.6]# ./configure –prefix=/opt/nginx checking for OS + Linux 3.10.0-229.el7.x86_64 x86_64 checking for C compiler … found + using GNU C compiler + gcc version: […]
Download PCRE source and perform configure and make install Install PCRE [root@centos04 pcre2-10.22]# ./configure –prefix=/opt/pcre checking for a BSD-compatible install… /usr/bin/install -c checking whether build […]
Copyright © 2024 | WordPress Theme by MH Themes