Centos7 pxe automatic deployment and kickstart unattended installation (one step in place!!!)
Experiments (1): Deploying PXE Remote Installation Service
Batch deployment of servers
Scale-up: multiple servers at the same time
Automation: Installing systems and configuring services
Remote implementation: no installation media such as CD-ROM, U-disk, etc.
The basic steps of the experiment are as follows:
1, DHCP (Automatically Assign IP ...
Posted by shae marks on Tue, 10 Sep 2019 13:12:04 +0200
DHCP Service Deployment
Catalog
DHCP Service Deployment
I. Introduction
II. Usage and Function
3. Principle + Topology
IV. Practical Construction
Relevant documents
Configuring the underlying DHCP server
Configure DHCP Retention Address
Configuring DHCP superscopes
Configuring DHCP Relay
...
Posted by Mastodont on Tue, 10 Sep 2019 08:53:20 +0200
boost format usage details
Sketch
Programming often encounters the need to format the data used, such as generating strings to record logs, generating complete data sent to the network, and so on.
It may be necessary to format int, string, char, etc. Common methods include ...
Posted by mesh2005 on Tue, 10 Sep 2019 08:50:20 +0200
Shortest Path Problem (Luogu Training Ground and Various Summaries)
P1462 Road to Ogrema
Topic: Finding the Minimum of the Maximum Weight of the Midpoint of the Shortest Path
The minimum of the maximum value, the maximum of the minimum value, generally this kind of question will think of the dichotomy answer to solve ...
Posted by iraja on Tue, 10 Sep 2019 07:26:46 +0200
Low Power Implementation of stm32f10x Based on freeRTOS
Links to the original text: https://www.cnblogs.com/handsoul/p/11496322.html
Write in front
Without too much time to update, it may be updated occasionally.
Because of the sudden use of the stm32f10x series and battery-driven projec ...
Posted by andreas on Tue, 10 Sep 2019 06:05:16 +0200
Realization of Web Page Recording Screen
Links to the original text: https://mp.weixin.qq.com/s/Vo4j1RRVrQZtBxK-8o19Og
Written in front
After reading the comments, I suddenly realized that I didn't explain it in advance. This article can be said to be a research and learning a ...
Posted by zrobin01 on Mon, 09 Sep 2019 07:41:38 +0200
How containers in Tomcat handle requests
Preface
Previous Article How connectors are designed in Tomcat Describes the design of connectors in Tomcat. We know that connectors are responsible for listening to network ports, getting connection requests, then converting Servlet-compliant requests to containers for processing. This article will follow the ideas of the previous article to ...
Posted by sonny on Mon, 09 Sep 2019 04:48:27 +0200
The simplest directory structure to understand
1. Common directories and explanations in LinuxWhere to save the 1 bin command file2 SBIN Commands that only root users can use3 boot (know it) Directory where information is saved when a Linux program starts4 Directory where dev device files existDirectory where 5 etc file configuration information and service configuration information exist6 ...
Posted by mysty on Sun, 08 Sep 2019 04:12:19 +0200
Good promise | network detection artifact ss command, you may not use it at all!
Today, let's introduce the Linux ss command.
ss is the abbreviation of Socket Statistics, which is used to count the related information of socket connection. It is similar to netstat, but it has more powerful statistical function than netstat and can display more detailed connection information.
It may be difficult to get started with SS comma ...
Posted by timcapulet on Thu, 05 Sep 2019 04:38:30 +0200
ingress-nginx of Kubernetes Advancement
ingress-nginx of Kubernetes Advancement
Catalog:Best way to access applications from outside Configuration Management Three Data Volumes and Data Persistence Volumes Fourth, Re-discussion on Stateful Application Deployment Five K8S Security Mechanism
In the first place, if you choose node port to expose ports, you need to determine whether the ...
Posted by knford on Wed, 04 Sep 2019 15:11:45 +0200