PXE network installed in CentOS 7 and unattended batch installed (no need to start the whole process)

--------------------------------------- Basic Overview - ----------------------------------------------------------------------------------------------------- PXE is a network boot technology developed by Inter Corporation. It works in Client/Server mode. It allows clients to download boot images from remote servers through the network and lo ...

Added by bogdaniel on Tue, 17 Sep 2019 14:11:54 +0300

Introduction to MCCS Framework Tutorial

What is the MCCS framework? In last article Introduce MCCS: A New Construction Method of iOS APP In this article, we introduce what MCCS is. MCCS is a design pattern, and its concrete implementation is the MCCS framework. MCCS framework currently o ...

Added by Syntax on Mon, 16 Sep 2019 11:00:49 +0300

Go Night Reading-IPFS Preview

IPFS itself does not use many new technologies, most of which are existing technologies and ideas, but it cannot be said that there is no innovation, similar to Bitcoin. dht Ideas: KadDHT's node addressing and content addressing are isomorphic. On the basis of KAD calculating logical distance based on XOR, the specific physical distance such as ...

Added by phence on Mon, 16 Sep 2019 06:16:49 +0300

Docker Swarm from Deployment to Basic Operations

About Docker Swarm Docker Swarm consists of two parts: Docker Cluster: Organize one or more Docker nodes so that users can manage them in a cluster; Application orchestration: There is a set of API s for deploying and managing containers; Official information: https://docs.docker.com/swarm/ network diagram The following is a typical Docker Sw ...

Added by fr8 on Fri, 13 Sep 2019 06:40:31 +0300

iconfont font icons and various CSS icons

Links to the original text: https://www.mk2048.com/blog/blog.php?id=000iac1hj&title=iconfont%E5%AD%97%E4%BD%93%E5%9B%BE%E6%A0%87%E5%92%8C%E5%90%84%E7%A7%8DCSS%E5%B0%8F%E5%9B%BE%E6%A0%87 Foreword: This is the author's own understanding an ...

Added by kyoru on Thu, 12 Sep 2019 15:07:04 +0300

Big Data Series-Learning of hdfs

1. HDFS (Distributed File System) 1.1 Distributed File System When the size of a data set exceeds the storage capacity of an independent computer, it is necessary to store the data set through multiple machines in the network. A file system compo ...

Added by HuggieBear on Thu, 12 Sep 2019 05:30:13 +0300

PXE Remote Installation Service and Unattended Installation kickstart

1. Main points of contents: Deploy PXE Remote Installation Service Set up PXE remote installation server Verify PXE Network Installation Implement kickstart unattended installation Preparing to install the answer file Automatic Loading in Batches 2. Batch deployment of servers Scaling: assembling multiple servers at the same time Automati ...

Added by nocontrol on Wed, 11 Sep 2019 20:19:33 +0300

docker Deployment apollo Detailed Tutorial

1, foreword I'm not going to talk about apollo in detail, on the official website. https://github.com/ctripcorp/... What I have said is very clear. I will not make an axe in this class. Little friends who do not know can go to the official website to learn about it. This article is just a record of the way I deployed Apollo using docker and its ...

Added by rockofaith on Wed, 11 Sep 2019 16:18:31 +0300

Continuous transfer of java file operation breakpoint

Preface: Today, I learned about the breakpoint sequel. First, I will record it. Maybe I don't know it very comprehensively, but mainly see the implementation on the internet.Text: According to our understanding, there are two main implementations, on ...

Added by dmarchman on Wed, 11 Sep 2019 12:38:58 +0300

Python Network Programming

Network programming Architecture of Software Development Application class: QQ Weixinpin FTP mesh disk and so on, which belongs to the application class that needs to be installed. WEB class: such as Baidu, Zhizhi, Weibo and other applications that can be directly used by browser access C/S Architecture C/S (Client and Server), Chinese mean ...

Added by imcomguy on Mon, 09 Sep 2019 14:21:10 +0300