centos7 uninstalls install php environment and nginx deployment configures php project

Preface Recently in the deployment of php project, encountered a lot of errors, scalp numbness, so make a record, review later, just as personal notes Let's start with the installation and uninstallation of php in linux. Of course, deploying php projects may also require mysql and nginx. These UTF-8...

Posted by glodders on Thu, 13 May 2021 02:40:21 +0930

Procedures and processes

The program is stored in the hard disk, is the static codeA process is a code that runs in cpu and memory, which is executed dynamically. It has a parent process, and then the parent process produces a child processEach program can create one or more processesWhen the child process is about toUTF-8...

Posted by idnoble on Fri, 14 May 2021 03:36:00 +0930

Ubuntu20.04 proxy settings

Table of contents Related environment variablescurlgit Extract of GIT config manualwget Excerpt from wget manual Environment variables identified by wgetwget command and proxy related optionsapt-get Excerptssh Excerpts from the manual Sometimes, due to network problems, we need to set the agentUTF-8...

Posted by lemmin on Fri, 14 May 2021 07:30:04 +0930

Monitoring service zabbix deployment

Monitoring service zabbix deployment zabbix introduction zabbix is an enterprise level open source solution based on WEB interface, which provides distributed system monitoring and network monitoring functions. zabbix can monitor various network parameters to ensure the safe operation of the sUTF-8...

Posted by elfeste on Fri, 14 May 2021 07:45:41 +0930

Flag project deployment (docker + Flag + uwsgi + nginx)

Author: Gorit Date: 2021/5/14 Blog post published in 2021: 18/50 reference material: Flash backend: Docker+Gunicorn+Nginx deploymentA uwsgi Server available on UnixDetailed explanation of gunicorn configurationFlash + gunicorn + nginx deployment reference 1, Project background Recently, after UTF-8...

Posted by chrisranjana on Sat, 15 May 2021 03:51:02 +0930

How to write efficient and safe interface

1. Introduction: This paper mainly talks about the security problems of some web projects. Due to the differences of programming languages, this paper will talk more about the problems and solutions of thinking, and provide some security controls of spring. 2. Examples and solutions: There are UTF-8...

Posted by wheeler08 on Sat, 15 May 2021 05:09:41 +0930

Linux Project Reality --- Server Renovation Optimization of Startup Company

Startup scenario In the early start-up companies, the internal network structure was quite chaotic, and IP addresses needed to be manually configured. With the development of the company, the company's R&D capabilities continued to improve to ensure data confidentiality and security. Server ImUTF-8...

Posted by kireol on Sat, 15 May 2021 08:04:18 +0930

Install jdk and tomcat under centos7, and set the boot auto start through rc.local

1. Explanation Connect xshell in Centos7, and install jdk1.8 and tomcat9 in xftp Among them jdk1.8 and tomcat9 compressed file I Baidu disk Internet disk address: https://pan.baidu.com/s/1EVfBCfG_yvYJNPHeGbidpg Extraction code: qjkk 2. Install jdk1.8 1. First download the jdk1.8 compressed fileUTF-8...

Posted by Dumps on Sun, 16 May 2021 03:55:22 +0930

The use of Linux - gtest testing framework

gtest is a Google framework for writing C + + tests, which can run on many platforms (including Linux, Mac OS X, Windows, Cygwin, etc.). Based on xUnit architecture. It supports many easy-to-use features, including automatic identification test, rich assertion, assertion customization, death tUTF-8...

Posted by Mark1inLA on Sun, 16 May 2021 03:59:14 +0930

Development of Linux server -- detailed explanation of stat function and stat command in Linux

This article mainly introduces the use of stat function and stat command in Linux. The example code is introduced in great detail, which has a certain reference value for everyone's study or work. Friends who need it will learn together with the editor Stat function and stat command The explanaUTF-8...

Posted by hinchcliffe on Sun, 16 May 2021 07:05:18 +0930