Initialize CentOS7 operating system components and software
background
With the large-scale application of cloud server, the migration of traditional computer room environment to cloud environment has become a general trend. The cabinet installation, strong and weak current wiring installation, cable power selection, network cable optical fiber selection and connection of traditional computer room ...
Added by bouncer on Wed, 12 Jan 2022 06:37:36 +0200
[Cron expression] you don't have to worry about automatically executing tasks regularly and setting the time
May you be like sunshine, bright and not sad.
1. Cron expression
Kelon The unit of time, a krone, is one million years. Cron expression is a string separated by 5 or 6 spaces and divided into 6 or 7 fields. Each field represents a meaning. Cron expression has the following two syntax formats:
Seconds Minutes Hours DayofMonth ...
Added by madcat on Wed, 12 Jan 2022 04:00:28 +0200
Library management system
1, Project introduction
Function Description: log in to the background of the library management system, change the user's password, query books, add books, and modify book information, as well as add and modify members, query members, and then the book borrowing function, which requires the application of member query and book query, and then ...
Added by nelustr on Tue, 11 Jan 2022 17:46:21 +0200
Memory forensics replication
Memory Forensics
Forensics file suffix raw,. vmem,. imgCommon commands (imageinfo, pslist, dumpfiles, memdump)Suspicious process (notepad, cmd)Combined with disk ForensicsUnderstand some operating system principlesCommon file suffixes dmg, img
Volatile basic commands
You can use the - h parameter to get the usage method and plug-in introduct ...
Added by mash on Tue, 11 Jan 2022 16:47:11 +0200
node.js+postman simply simulates the interaction between HTTP server and client
When an application (client) needs a resource, it can obtain the resource from a server through http request. The server that provides resources is the web server (created with node.js in this paper). postman is used to simulate the client to send requests to the server.
1, Build HTTP server on node
node uses the HTTP module to create ...
Added by trock74 on Mon, 10 Jan 2022 17:19:07 +0200
DNS server setup
Role of DNS Service
The function of converting domain names to IP addresses
DNS concept
DNS is a distributed database. The naming system adopts a hierarchical logical structure, just like an inverted tree. This logical tree structure is called domain name space. Since DNS divides the domain name space, organizations can use their own domain ...
Added by theflea912 on Mon, 10 Jan 2022 07:19:27 +0200
File upload and download (Chapter 12)
catalogue How to upload files API related to file upload Realize file upload Realize file download 1, How to upload files To realize the file upload function in Web development, it usually needs to complete two steps: one is to add the upload input item in the Web page; the other is to read the data of the uploaded file in the Servlet and save ...
Added by prexep on Sun, 09 Jan 2022 13:18:19 +0200
Concurrent programming_ C#
Concurrent
Do many things at the same time.
Several forms of concurrent programming
Multithreadingparallel processing Asynchronous programming (modern program)Responsive programming
Mu lt ithreading < parallel processing >
Multithreading
A form of concurrency that uses multiple threads to execute programs.
parallel processing ...
Added by Sweeney on Sun, 09 Jan 2022 08:20:14 +0200
[linux] manually install nginx
Installation and compilation platform
The Ubuntu platform compilation environment can use the following instructions
apt-get install build-essential
apt-get install libtool
centos uses the following
yum -y install gcc automake autoconf libtool make
Install g + +:
yum install gcc gcc-c++
Generally, we need to install PCRE and zlib firs ...
Added by Arez on Sat, 08 Jan 2022 19:11:39 +0200
Linux kernel version 4.14 - pinctrl subsystem: pinctrl subsystem (core)
catalogue
1, Foreword
2, File list of pin control subsystem
2.1 source file list
2.2} and other kernel module interface header files
2.3 Low level pin controller driver interface
III. software framework diagram of pin control subsystem
3.1 function and Interface Overview
3.2 interface relationship between pin control subsystem and other ...
Added by philspliff on Sat, 08 Jan 2022 12:59:09 +0200