Let’s Encrypt – Certbot 1.12 Manual DNS Verification

The new version of certbot have specific plugin for different DNS provider if want to validate your domain based on DNS. The only issues plugins are available only for popular dns managers and not for all of them. If you want to isssue a certficate you or other dns provides you can use the following… Continue reading Let’s Encrypt – Certbot 1.12 Manual DNS Verification

Install PHP 5.6 on Ubuntu 16.04

To Install PHP 5.6 on Ubuntu just follow the command one by one bellow. apt-get update apt-get install software-properties-common add-apt-repository ppa:ondrej/php apt-key del 4F4EA0AAE5267A6C apt-key adv –keyserver keyserver.ubuntu.com –recv-keys 4F4EA0AAE5267A6C apt-get install apache2 php5.6 php5.6-cgi php5.6-curl php5.6-gd php5.6-intl php5.6-mysql php5.6-json php5.6-bz2 php5.6-mcrypt php5.6-xmlrpc php5.6-xsl php5.6-bcmath php5.6-mbstring php5.6-soap php5.6-xml php5.6-zip service apache2 restart  

Compile PHP 5.3.19 on CentOS 6.3 with Curl 7.28

For this installation I choose CentOS 6.3 minimal version. You can download the ISO from the mirrors or direct download it from SYNc yourself. Once the CentOS installation is completed make sure you are connected to Internet to update the latest libraries.   Note: These steps are done assuming you are logged in as root… Continue reading Compile PHP 5.3.19 on CentOS 6.3 with Curl 7.28