PXE Remote Network Installation and CentOS 7 Unattended Installation

In large Linux applications, such as Web Clustering, Distributed Computing, and so on, servers often do not have CD-ROM drives. In this case, how can you quickly install the system for hundreds of server bare machines?The traditional installation methods such as USB CD-ROM, mobile hard disk, etc. are obviously out of order, so it needs to be - ...

Posted by jakebur01 on Mon, 12 Aug 2019 19:27:34 -0700

Hand-in-hand teaching you how to implement custom application layer protocols

1. Brief introduction Internet is full of all kinds of network services. When providing network services to the outside world, the server and the client need to follow the same set of data communication protocols in order to communicate normally; just like you communicate with Taiwanese in Minnan and Cantonese in Cantonese. When implementing i ...

Posted by SuperTini on Wed, 17 Jul 2019 17:51:53 -0700

Monitor file changes in a directory through Java

Recently, a requirement has been addressed, probably as follows: Setting up FTP Server Upload files to the specified directory (assuming directory A) to the server We need to parse and update the uploaded files (files in the uploaded state can not be processed) to the database. We only have the right to "read" directory A, that is, ...

Posted by chrisranjana on Wed, 17 Jul 2019 15:58:32 -0700

PXE+kickstart--Implement network batch installation

Experimental purpose: Using software to achieve network batch automatic installation Experimental environment: one linux desktop, more than one new virtual machine, in the same local area network Experimental steps: 1. Install software dependency packages on desktop systems [root@localhost ~]# yum -y install dhcp tftp tftp-server vsftpd s ...

Posted by steveangelis on Fri, 05 Jul 2019 09:48:46 -0700

Introduction to the Use of cURL Based on PHP

1. Why use cURL In order to get web content, we can use file_get_contents, file, readfile and other functions, but they lack flexibility and effective error handling. Moreover, some difficult tasks can not be accomplished, such as processing coockies, validation, form submission, file upload and so on. More ways for PHP to get web content: htt ...

Posted by andremta on Tue, 02 Jul 2019 14:24:29 -0700

Explain how awk tools are used

Original address: https://my.oschina.net/jarly/blog/898144 When you first pick up your hands and use the awk command to process one or more files on your computer, it reads each line of the file in turn, and then processes it. The awk command defaults to getting the file content from stdio standard input. awk uses a pai ...

Posted by nickcwj on Sat, 29 Jun 2019 14:48:28 -0700

curl of linux command

Curl command is a file transfer tool that uses URL rules to work on the command line. It supports the upload and download of files, so it is a comprehensive transmission tool, but according to tradition, curl is customarily called the download tool. It supports many protocols including HTTP, HTTPS, ftp, etc. It also supports POST, cookies, aut ...

Posted by kalpesh on Fri, 21 Jun 2019 12:33:26 -0700

Hydra (Violence Disruption)

        Hydra Hydra's Violent Password Cracking Tool is quite powerful, supporting online password cracking for almost all protocols. Whether the password can be cracked or not depends on whether the dictionary is strong enough for social engineering penetration to sometimes achieve twice the result with half the effort.This article onl ...

Posted by zardiw on Mon, 17 Jun 2019 11:04:39 -0700

C# Check Help Class - Regular Expressions

I. Brief Introduction Many times we need to use some validation methods. Sometimes when we need to use regular expressions to validate data, we often need to go to the Internet for a long time, and the results are not quite what we want. So I share my checking help class, share it here, leave a bottom for myself, and also give you a reference f ...

Posted by satanclaus on Sun, 16 Jun 2019 16:13:09 -0700

Homemade Instant Chat Background - Write a Configuration, Read Configuration

I'm ashamed that I haven't studied well for half a year. Six months ago, I thought about how I would do if I were asked to make a game chat module. Although I have some ideas, I just want to think about it. Now, use your spare time to achieve it. Affected by the work, I also want to define all defines and referenced header files in one file: ...

Posted by liam1412 on Thu, 13 Jun 2019 17:25:59 -0700