Nginx Learning Notes: Nginx Reverse Proxy

In the previous section, we introduced reverse proxy, and we know that Reverse Proxy means that a proxy server accepts a connection request on the internet, forwards the request to the server on the internal network, and returns the result from the server to the client requesting a connection on the internet. The proxy server is now externally ...

Posted by Gast on Fri, 18 Feb 2022 00:11:34 +0100

centos openldap tutorial

Basic courseLDAP, the full name of Lightweight Directory Access Protocol (English: Lightweight Directory Access Protocol), is a directory access protocol running on TCP/IP. A directory is a special database whose data is often queried but not updated frequently. It is specifically optimized for read, browse and search operations. Directories ar ...

Posted by SieRobin on Wed, 16 Feb 2022 04:34:05 +0100

OpenRASP management background installation

1, Install JAVA Java 1.0 is required to install ElasticSearch in CentOS 8.0, execute the command java -version to view the Java version installed in the current system openjdk version "1.8.0_212" OpenJDK Runtime Environment (build 1.8.0_212-b04) OpenJDK 64-Bit Server VM (build 25.212-b04, mixed mode) If java is not installed or the version i ...

Posted by jazz_snob on Tue, 15 Feb 2022 10:32:38 +0100

Build rocketmq4.0 under Linux 5.2 cluster and set startup and self startup

1, Environmental description CentOS7;RocketMQ4.5.2;The firewall is closed; Virtual machine address:192.168.0.40,192.168.0.41,192.168.0.42,192.168.0.75; Because other things have been built on the virtual machine before, the alias will be specified this time, which can be accessed directly through ip and port; 2, Software descripti ...

Posted by saedm on Mon, 14 Feb 2022 11:23:56 +0100

[Zabbix] installation and deployment of Zabbix 5.0LTS version monitoring system based on CentOS 7.9 system (detailed tutorial)

○ reference links 🔗 Product manual (zabbix.com) Zabbix Chinese document Windows agent installation from MSI 1, Introduction to Zabbix 🔊 🏆 Zabbix is an enterprise class open source solution that provides distributed system monitoring and network monitoring functions based on WEB interface. 🌈 It can monitor various network ...

Posted by PhaZZed on Sun, 13 Feb 2022 09:31:36 +0100

CentOS7 configuring network installation MySQL

In the process of online MySQL installation, since centos7 was used for the first time, it took a long time to record the successful configuration method. Modify yum source Enter the local machine to modify the yum configuration file Enter yum.com repos. D directory cd /etc/yum.repos.d/ Add the existing Yum source: / etc / yum repos ...

Posted by perrij3 on Sat, 12 Feb 2022 01:48:55 +0100

Linux from scratch environment construction and learning V1

preface 1. Server and system version Article based Tencent cloud Server linux centos7 nine 2. Why reinstall the system When Tencent cloud first bought, the security group was fully open by default and the firewall was closed by default When I operated redis, I allowed external access without setting a password. It was easy to be invaded. A ...

Posted by st0rmer on Fri, 11 Feb 2022 09:36:36 +0100

centos7 build LNMP environment - compile and install & yum install - super detailed

1. First understand the difference between compilation and installation and yum installation. Install centos virtual machine under windows, which was written before. Portal~~ Compile and install: It can be installed on demand. It can be installed in whatever directory you want.Parameters can be setYou can install the version you wan ...

Posted by sumitnice@rediffmail.com on Fri, 11 Feb 2022 06:10:03 +0100

Build linux + nginx + PHP FPM MySQL (MariaDB) environment

Build linux + nginx + PHP FPM MySQL (MariaDB) environment 1.Linux selects centos7 installed before Thoughts on security reinforcement of mainframe based on CentOS 7 Although there are a lot of data summary and reference here, what you can remember is that you know the significance of reinforcement. In other words, you have really attac ...

Posted by Darghon on Thu, 10 Feb 2022 17:04:27 +0100

[Linux] software package management super detailed notes

Introduction to software package management Software package classification Source package The source package needs to be compiled into binary package before installation, so the installation is slow. There is also a special package called script installation package in the source package. This package does not need to be installed manua ...

Posted by direwolf on Thu, 10 Feb 2022 13:04:36 +0100