This article will show you how to install MariaDB 10.2 in Ubuntu 16.04. MariaDB supports repository for operating systems based Redhat and Debian . Add MariaDB repository MariaDB has a page, allowing you to choose the repository that fits your OS. You can access this link to get the configuration for Ubuntu 16.04. Or you

This article will guide you how to convert SSL nginx cert to iis cert. Nginx cert and IIS cert Just like converting nginx cert to cert tomcat. Nginx uses the ssl format X.509 format, IIS uses the ssl format PFX format. Recommended Reading: How to convert SSL Nginx cert to Tomcat cert You need to convert

This article will guide you how to convert SSL Nginx cert to Tomcat cert. Nginx cert and Tomcat cert When you buy SSL cert for Nginx web server (or Apache), you usually get 3 files of the following type: STAR_domain.CERT.crt STAR_domain.PRIVATE.key STAR_domain.CA.key Nginx’s ssl cert file uses X.509 format. You can read more about it.

How to install latest Nginx in CentOS 7? This article will guide you step by step to do that. Test environment I will use a Linux machine with the following configuration to test: OS: CentOS 7.6.1810 (Core). HDD: more than 5GB free. RAM: more than 1GB free. User: root. Steps to install the latest Nginx

In this article, I will show you how to install Apache 2.4 in CentOS 6.10. By default, CentOS 6.10 (Final) only supports Apache 2.2.15-69.el6.centos. If you want to use the newer version of Apache, you need to do some things. Install necessary repositories First, we will when EPEL, this is the repository that we will

This article will show you how to install MariaDB 10.3 in CentOS 6. Version 10.3 is the latest MariaDB version at this time. Configure server requirements The following is the recommended configuration to use the server when installing MariaDB. OS: CentOS 6.10 (Final) 64bit. RAM: minimum 1GB memory. HDD: free more then 5GB space. Most

This article will guide you to install Docker on Linux Mint. Docker is mainly used on Linux computers, including servers and personal computers. Developers can install Docker on their computers and create perfect dev environments. Add Docker GPG key to Linux Mint You can switch to user root to execute commands or use sudo. Update

Recently, you’ve heard a lot about docker. So what is docker? What does it do and why should we use it? Before we find out what it is, let’s see this one first. What is a container? According to information from the docker home page, the container defines the following: A container is a standard

This article will guide you how to install Ansible AWX on CentOS 7. Ansible AWX is an open source software located on top of Ansible, which allows system administrators to manage their IT infrastructure easier. The installation steps in this article have been successfully tested on a 64 bit CentOS Linux release 7.5.1804 (Core) server.