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
Category: Linux
Stuff I do in Linux
Install MySQL 5.6 and phpMyAdmin on Ubuntu 16.04
To Install MySQL 5.6 and phpMyAdmin on Ubuntu just follow the command one by one bellow. For phpMyAdmin to work, you need PHP to be installed. To install PHP 5.6 😉
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
WHM / cPanel – Compile PHP 5.3 to work with PHP 5.2
This is one of major issue lot of web masters face now. As PHP 5.2 has reached end of life we are forced to seek options to migrate and test PHP applications in PHP 5.2 and 5.3. Raj COO from WebHostRepo.com has posted a nice blog post on how to achieve this. Running PHP 5.3… Continue reading WHM / cPanel – Compile PHP 5.3 to work with PHP 5.2
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