Let’s Encrypt is a non-profit certificate authority run by Internet Security Research Group (ISRG) that provides X.509 certificates for Transport Layer Security (TLS) encryption at no charge.
Articles Tagged: CentOS
How to Compile Nginx From Source on CentOS 8
In this tutorial, we will build Nginx with all available modules in the open-source version of Nginx.
How to install Google PageSpeed (CentOS 8)
The PageSpeed module is available for both Apache and Nginx web servers. The common name is PageSpeed module.
How to install xcache on CentOS 6
XCache is an extension for PHP that caches its operational code. It speeds up loading time of the pages that had already been visited and overall increases the website’s loading speed.
How to install Python on CentOS 6
By default, CentOS 6 comes with Python 2.6. This manual is only for those, who want a newer version of the software. You can check which version is currently installed by opening the terminal and executing the command python –version.
How to install Docker
How to install Docker on CentOS/RedHat/Fedora Docker is an open-source project that automates the deployment of applications inside software containers, by providing an additional layer of abstraction and automation of operating-system-level virtualization on Linux. Docker uses resource isolation features of the Linux kernel such as cgroups and kernel namespaces to allow independent “containers” to run […]