Install PCRE from source on CentOS

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 […]

Update WordPress automatically from linux command line

In order to upgrade your version of wordpress via linux command line perform the following steps. curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.pharmv wp-cli.phar wp-clichmod u+x wp-cli/root/wp-cli –allow-root core update –path=/path-to-wordpress-install […]