Original articles, welcome to reprint. Reprint please indicate: reproduced from IT Story Association, thank you! Original link address: "actual combat" open source project dockerized operation and maintenance deployment-build cluster deployment with the help of dockerSwarm (9) in order to integrate learning knowledge, all sets are currently available.
Development platform * Xinlingsi SinlinxA33 Development Board Taobao Shop: https://sinlinx.taobao.com/ embedded linux Development Board Exchange QQ:641395230 the last section has produced the linux image text
1. Batch file writing. Start.bat=@echo offstart javaw-jar xxx.jarexit the javaw plus w here means the background starts. two。 How to find it if the background starts
For log collection in docker, you first need to understand the log driver type of docker, 1.json-file log format is json. The default log driver 2.none does not produce logs 3.syslog writes logs to syslog, the sysl
Process daemon Supervisor preparation: environment: Centos 7 (Centos6.5 is not suitable for the following tutorials) Python > = 2.7 (for upgrades see: Python upgrade tutorials) pip package management tools installation (installed but skipped) cur
Function Sort-List {param ($list) write "Before sorting" write "$list" $len = $list.Countforeach ($I in)
Remote Desktop error "CredSSP encryption oracle remediation" because there is no patch on the client or server side, the other party refuses to establish a remote desktop connection with him. This can be bypassed by policy or changing the registry.
one。 Overview of HTTP (Hyper Text Transfer Protocol), Hypertext transfer Protocol, is a stateless connection established on TCP. The whole workflow is basically sent by the client (client) to the server (server).
Sealos installation Kubernetes v1.16.0 HA Cluster github Project Link https://github.com/fanux/sealos initialization master node and worker node initialization script in
Linux four swordsmen find, grep, sed, awk finishing find is mainly used to find the path of a file or directory in the Linux operating system, and to find out the path of a file or directory that meets the conditions.
Virtual machine creates silent snapshot error: solution: start service virtual disk service and set it to start automatically, disable vmware snapshot provider service
Hyper V server 2012 R2 commonly used powershell commands to get network card information Get-netadapterGet-netipinterface set DNS address Set-DnsClient
Do the following on the master node = = deployment method 1-native file deployment: kubectl apply-f https://raw.githubusercontent.com/kubernetes/da
2.3 use basic commands 12, cat commands to display the contents of the file on standard output, but do not update the file. The specific syntax is: cat + file name. For example, to display the contents of the / home/long/example.txt file, you can use the following command:
WEB Server-Nginx's overview of virtual hosting, logging, authentication and optimization Nginx ("engine x") is a high-performance HTTP and reverse proxy server, as well as an IMAP/POP3/SMTP server. Nginx is created by Igor
Installing the raspberry pie is only the first step, and a complete set of tools such as a management system are essential to get the Windows 10 IoT Core running on the raspberry pie. Because Windows 10 IoT Core runs on the card computer, there are not too many UI operations set up.
Compile and install NginxBy under CentOS 6: Lao Ningyi, prepare make environment yum-y install gcc gcc-c++ automake autoconf libtool make II, prepare Nginx ring
Extract the downloaded package, copy the python.py file under the path where python is installed into the extracted package (for example: feedparser-5.2.1), open the command prompt, switch to the extracted folder, and execute python setup.py
Dynamic loading configuration method 1:prometheus process sends SIGHUP signal shell > kill-HUP pgrep prometheus dynamic load configuration method 2: start shell > systemc in the way of daemon
Docker pull can pull some image on docker hub and publish its own image push before you can push imagedocker logi by registering with docker hub.