I. concept In Windows system, each window object corresponds to a data structure, forming a list list list. The window […]
Category: Server
Linux modification time
dev.dizzycoding.com/ #Modify time zone cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime #Modification time < machines that can access the Internet > yum -y install […]
List of Linux commands you must master
The purpose of this paper is to list the Linux commands that can improve productivity / efficiency of problem analysis, […]
Linux shell common commands and scripts
Replace contents by using sed # Replace all sed -i “” “s|pattern|replace|g” “file.ext” # osx sed -i”” “s|pattern|replace|g” “file.ext” # […]
Hadoop framework: Construction of distributed environment in cluster mode
Source code:GitHub. Click here || Gitee. Click here 1、 Basic environment configuration 1. Three services Prepare three centos7 services and […]
Simple deployment of front-end project with nginx
There are many online tutorials written a lot of things, novices may be a bit confused, now I write this […]
HTTP vs http2 details
Disadvantages of http1 The end of the thread is blockedIn this way, several requests are queued and serialized for single […]
How to start shell script programming quickly
Before Linux shell script programming, there has been no systematic study. When writing shell script, you always need to check […]
Deploy multiple items under a single domain name – configure nginx folder / subdirectory access – redirection method
Function realization domain namehttp://127.0.0.1Normal access, corresponding project address/var/www/top/public domain namehttp://127.0.0.1/nestedNormal access, corresponding project address/var/www/nested/public No configuration Nginx profiledefault.conf server { […]