In this tutorial we’ll show how to obtain free Let’s Encrypt SSL certificates on Ubuntu 16.04 LTS server. We’ll also show
Continue readingInstall SSL certificate for WordPress on Nginx in CentOS 7
Goal We want to install free Let’s Encrypt SSL certificate for WordPress site example.com (just replace example.com in this tutorial
Continue readingLet’s Encrypt SSL certificate issuing and renewal on CentOS 7 (Setup and Automate)
In this tutorial we’ll show how to obtain free Let’s Encrypt SSL certificates on CentOS 7 server. We’ll also show how
Continue readingTest internet bandwidth from command line on CentOS 7
This article provides steps to install speedtest-cli on CentOS 7, command line utility for testing internet connection using Speedtest.net. Enable
Continue readingInstall pip package manager on CentOS 7
pip is package manager for Python modules. First we have to make sure that EPEL repository is installed and enabled.
Continue readingEnable EPEL repository on CentOS 7
Install and enable EPEL repository using yum package manager: yum -y install epel-release
Continue reading