Nginx optimization | CSDN creation punch in
Most of the nginx installation guides tell you the following Basics - install through apt get, modify a few lines of configuration here or there, and well, you already have a Web server! Moreover, in most cases, a regular installation of nginx already works well for your website. However, if you really want to squeeze out the performance of ngi ...
Added by molave on Tue, 18 Jan 2022 08:09:24 +0200
odoo Part II Chapter II actions
Reprint: http://book.odoomommy.com/chapter2/README2.html
Chapter II action
Actions in odoo refer to a series of click operations corresponding to different application scenarios. The most common is act_ The window action, such as opening the form view, tree view and search view, is act_window action. The actions in odoo can be divided into th ...
Added by barkster on Tue, 18 Jan 2022 05:19:46 +0200
ubuntu16.04 k8s 1.15.2 cluster
1, Overview
When building k8s clusters, you need to visit google, download relevant images and install software, which is very troublesome.
Alicloud just provides k8s update source, which can be directly used by domestic users.
2, Environment introduction
Operating system host name IP address function configuration
ubuntu-16.04.5-server-am ...
Added by andrewmay67 on Tue, 18 Jan 2022 04:59:13 +0200
shell concise tutorial
**Read only variable * * readonly var
**Delete variable * * unset var
Variable type:
Local variables are defined in scripts or commands and are only valid in the current shell instance
Environment variable a variable that can be accessed by all programs
Shell variable is a variable specially set by the shell program
Single quotatio ...
Added by partypete on Mon, 17 Jan 2022 19:21:45 +0200
Basic introduction and use of Docker
Related websites
Docker official websiteDocker Chinese websiteDocker Hub official website:Technical documentation
Install Docker
Install according to the specific environmentMirror accelerator
Docker introduction
Why use Docker
More efficient use of system resourcesFaster startup timeConsistent operating environmentContinuous delivery an ...
Added by markjohnson on Mon, 17 Jan 2022 14:11:38 +0200
Description of parameters related to MySQL configuration file
[mysqld] #Set mysql installation directory basedir =/usr/local/mysql #Set the data storage directory of mysql database datadir = /usr/local/mysql/data #Set port port = 3306 socket = /tmp/mysql.sock #Set character set character-set-server=utf8 #Log storage directory log-error = /usr/local/mysql/data/mysqld.log pid-file = /usr/local/mysql/data/my ...
Added by xavier.rayne on Sun, 16 Jan 2022 20:41:50 +0200
LINUX network settings
catalogue
View network configuration
Test network connection
Using the network configuration command
Modify network profile
summary
View network configuration
View network interface information ifconfig
View host name hostname
View the route table entry route
View network connectivity netstat
Get socket statistics ss
Test network co ...
Added by ClaytonBellmor on Sun, 16 Jan 2022 17:12:39 +0200
Message service imitating Taobao open platform -- server message verification
In order to ensure the stable and reliable operation of the system, the input data must be strictly verified to prevent some illegal abnormal data from causing errors or even crashes in the subsequent processing process of the system. At the same time, in case of verification failure, clear and friendly error information needs to be output for ...
Added by tryin_to_learn on Fri, 14 Jan 2022 19:36:55 +0200
Playing with disk management and mounting hard disk under linux
Python wechat ordering applet course video
https://edu.csdn.net/course/detail/36074
Python practical quantitative transaction financial management system
https://edu.csdn.net/course/detail/35475
preface
This article will bring some knowledge about hard disk mounting in disk management under Linux and Linux operating system. This is probabl ...
Added by bhavin12300 on Fri, 14 Jan 2022 13:24:21 +0200
Linux ❉ system software installation details
One software package (source package and binary package)
There are many software packages under Linux, and almost all of them are licensed by GPL and open source for free (free source code). GPL, the full name of which is General Public License, and its Chinese name is "General Public License". It is simply understood that GPL is an ...
Added by rgriffin3838 on Fri, 14 Jan 2022 11:51:46 +0200