Emergency response - Linux intrusion detection

Event response can be defined as the action process taken whenever a computer or network security event occurs. As an event responder, you should always know what should and should not appear in the system. Troubleshooting ideas (1) First, monitor the security of user accounts, such as new accounts and suspicious accounts, and focus on the ...

Posted by bogha on Fri, 17 Sep 2021 04:36:26 -0700

sed advanced command N, D

sed advanced command brief introduction Sed is a stream editor. It is a very important tool in text processing. It can be used perfectly with regular expressions and has extraordinary functions. During processing, the currently processed line is stored in a temporary buffer called "pattern space", and then the contents in the bu ...

Posted by lmninfo on Fri, 17 Sep 2021 02:50:47 -0700

Linux Beginner Series: Oracle Installation Preparation under Linux

Installing Oracle on Linux requires some preparation, such as dependency packages, groups and users, kernel parameters, resource constraints, directories, environment variables, and so on. This series of articles is to share the author's practical records when he first came into contact with and studied Linux. It mainly includes some theo ...

Posted by molave on Thu, 16 Sep 2021 20:21:01 -0700

Find "object" through nginx proxy“

preface: 1. Do you want to interact with the front end and back end for the front end and back end separation project? What if you don't learn nginx? Download an nginx, including Windows version and linux version. You can choose it. Let's take the window version as an example.After downloading from the Internet, it looks like the ghost below. ...

Posted by thebay on Thu, 16 Sep 2021 10:34:18 -0700

RISCV gem5 FS(Full System)

RISCV gem5 FS(Full System) In the Supporting RISC-V Full System Simulation in gem5 newly published by carrv in the year of 21, the configuration of Full System is newly added for gem5, which is helpful to help RISC-V do relevant research on gem5. I've been learning gem5 and riscv recently. I've encountered some problems in the configuration en ...

Posted by MikeTyler on Wed, 15 Sep 2021 17:02:26 -0700

Here Document and expect of Shell programming are interactive free

introduction Today, let's introduce the interactive free tools in the shell, which are used to realize automatic interactive tasks without human intervention. It can bring you convenience and make it easier for you to complete your work. 1, Here Document interaction free 1. General Use I/O redirection to provide a list of commands t ...

Posted by bluebutterflyofyourmind on Wed, 15 Sep 2021 16:44:14 -0700

Serial DCB Parameter Meaning--WIN32 API Serial Port

DCB structure must be used when programming serial port with WIN32 API. First, first, the DCB structure typedef struct _DCB { DWORD DCBlength; DWORD BaudRate; DWORD fBinary: 1; DWORD fParity: 1; DWORD fOutxCtsFlow:1; DWORD fOutxDsrFlow:1; ...

Posted by roflpwnt on Wed, 15 Sep 2021 16:24:57 -0700

Interaction free Shell programming

catalogue introduction 1, Here Document interaction free 1. Here Document overview 2. Basic syntax format 3. Special character "< <" 4. Precautions 2, Here Document general usage 1. Output the input directly from the command line 2. Save input to file 3. Append input save to file 4. Save input to file 5. Create yum s ...

Posted by B of W on Wed, 15 Sep 2021 12:08:52 -0700

Interaction free shell programming

preface Today, I'd like to introduce two interactive software Here Document and Expect. The former system comes with its own tools, and the latter needs to be installed. After mastering these two tools, it will help our production work. Let's go into them and have a look. 1, Here Document interaction free 1. Overview: Use I/O redirectio ...

Posted by scottjcampbell on Wed, 15 Sep 2021 11:09:49 -0700

Squid proxy application

catalogue 1, Squid proxy server 1. Function of squid proxy server 2. Working mechanism of the agency 3. Type of agent 4. Benefits of using agents 2, Squid agent installation 3, Build traditional agent Environmental preparation Configuring: squid server   Configure web1 server   Configure win7 4, Build transparent proxy Sq ...

Posted by Cheap Commercial on Tue, 14 Sep 2021 19:27:25 -0700