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
Tag: Linux
Why do we need to upgrade PHP 5.6 to PHP 7.2?
The current version of PHP which is 5.6 has reached the end of life on 19th Jan 2017. PHP team has stopped support for 5.6, and no more new features added. Security support for 5.6 is up to Jan 2019. On Jan 2019 PHP 5.6 officially dead. The newer version of Linux and server software… Continue reading Why do we need to upgrade PHP 5.6 to PHP 7.2?
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
Easy, Cheap and Robust Cloud Hosting Solution from Digital Ocean
For the past couple of years I have been hosting with Hostgator. I was a happy customer until the acquisition by EIG. In the past 2 months my blog was down for almost two days. I really wanted another cheap and best solution for hosting my website. Another thing is the response time has gone… Continue reading Easy, Cheap and Robust Cloud Hosting Solution from Digital Ocean