In this article, I will give you some tips for preparing resources for nginx proxy servers. I will outline some of the goals why I prepared such resources. Recommended server resources System resources for a medium-sized company, according to my experience. You can adjust according to your company scale. OS: CentOS 7.x 64 bit. The

Nginx reverse proxy is increasingly used with the same solution as HAproxy. But how to install nginx reverse proxy multi master? You can find many articles that teach the use of Keepalived to increase the availability of nginx reverse proxy systems. This article will upgrade that to make your system more responsive. Requirements set out

Rootkit Hunter (rkhunter) is a small tool for Linux to scan rootkits, backdoors and local exploits. As the name implies, you can use it to scan rootkits on your system automatically. This article will guide you to install rkhunter on CentOS 6. Install rkhunter on CentOS 6 First, you need to install the epel repository.

In this article, I will show you how to install MariaDB 10.2 on CentOS 6. Server requirements Here are the minimum requirements for the server, I have used a virtual server with such requirements. OS: CentOS 6.9 (Final) 64 bit RAM: minimum 1GB memory HDD: over 5GB free space. Maybe you need more for store

How does nginx redirect a location to another domain? To do this, we only need 1-2 lines of configuration. However, this article will explain to you more about that. The problem One problem here is probably quite a lot of people have been or will be encountering. I have a website, my example is https://www.writebash.com.

In this article, I will show you how to install the latest Nginx on Debian 8. By default, for Debian 8, you will install Nginx 1.6.x. So if you want to use the latest Nginx version then how? This article will show you how to do it. Add repository for Nginx The operating system version

This article will walk you through how to install MariaDB 10.2 in CentOS 7. MariaDB is an improved version of MySQL. By default, when you install MariaDB in CentOS 7, it will install version 5.5. Server requirements Here is the minimum configuration required that I use. OS: CentOS 7.4.1708 (Core) 64 bit. RAM: over 1GB

This article, I will show you how to change hostname in CentOS 6. Unlike operating systems that use systemd like CentOS 7 or Ubuntu 16, CentOS 6 will not have the hostnamectl command for you to use. So how do we change the hostname in CentOS 6? Change the hostname temporarily In CentOS there is

This article, I will guide you to install LAMP (PHP 7) on Ubuntu 16.x step by step. LAMP stack is a widely used software suite, serving millions of websites. Server requirements OS: Ubuntu 16.x, i use Ubuntu 16.04.4 LTS 64bit. CPU: over 1 CPU or vCPU. RAM: over 1 GB memory. HDD: 5GB free space.

How to install PHP 7 in Debian 8? By default, if you install the PHP package in Debian 8, it will install version 5.x. This article, I will guide you to install PHP 7 in Debian 8 using the dotdeb repository. Add repository PHP 7 dotdeb Important note: This repository is provided by dotdeb.org. This