Supervisor Process Manager

Supervisor overviewSupervisor is a Client/Server mode system that allows users to monitor and control multiple processes, or programs, on a unix like operating system. Supervisor has the same functions as launchd, daemon tools, runit and other programs. Different from some of them, it does not replace init as a "process with id 1". On ...

Added by FlashHeart on Fri, 24 Dec 2021 02:01:35 +0200

Analysis of linux mining virus

Recently, my test virtual machine was a little abnormal. I found a strange process named vp0erom, which has a particularly high cpu occupancy. So I tossed and analyzed it, trying to find out the reason. After looking at the ip connected to the process, I knew it was a mining virus. The following is a simple analysis process. 1. The top comma ...

Added by brandye71 on Fri, 24 Dec 2021 01:26:00 +0200

#Redhat 6.7 x64 upgrade SSH to OpenSSH_8.6p1

Redhat 6.7 x64 upgrade SSH to OpenSSH_8.6p1 This is the original author link: https://www.cnblogs.com/xshrim/p/6472679.html Introduction Version 6.7 of Redhat enterprise system comes with an SSH version of OpenSSH_5.3p1. Based on audit and security requirements, it needs to be upgraded to the latest openssh version. The latest version on ...

Added by MBenefactor on Thu, 23 Dec 2021 21:34:06 +0200

linux shell string operation details

String related operations are often involved in shell batch programs. There are many command statements, such as awk and sed, which can perform various string operations. In fact, a series of operation symbols are built into the shell, which can achieve similar effects. As we all know, the use of internal operation symbols will omit the time to ...

Added by webhead on Thu, 23 Dec 2021 17:39:22 +0200

Tomcat installation and use

Tomcat About Tomcat # What is Tomcat? Tomcat Is a lightweight based Java Free and open source Web The server/Servlet Container. # What can Tomcat do? Deploy your Web engineering, Provide access control services for your web resources. # The origin of the name Tomcat? Tomcat It is a wild cat that does not rely on humans and lives ind ...

Added by galayman on Thu, 23 Dec 2021 15:28:20 +0200

BIO and NIO summary

BIO and NIO Note: the io models discussed in this paper are based on the network communication socket BIO -- blocking IO model In network communication, the client establishes a connection with the server first. Because the server does not know when the client will send data, the server has to start a thread to receive messages from the clie ...

Added by kumaran on Thu, 23 Dec 2021 11:51:58 +0200

ELF file -- Analysis of DWARF source code

preface before LEF file - stack backtracking This paper only describes the process of stack backtracking through exidx, which will be described according to eh_frame stack backtracking principle and process. Principle description The core of dwarf is a table, which is obtained according to the stack pressing process of a function. Take the ...

Added by narimanam on Wed, 22 Dec 2021 07:01:46 +0200

How to use Bash in Linux

2021SC@SDUSC Shell Shell is a program, which can be called shell program, which is used for users to interact with the operating system. It is used to distinguish between and core, which is equivalent to a command parser. There are many shells, and several of them are listed here Bourne SHell(sh) Bourne Again SHell(bash) C SHell(csh) Korn ...

Added by ardyandkari on Wed, 22 Dec 2021 02:05:28 +0200

Ha keepalived (LVS+Keepalived) resolution and deployment

HA - Keepalived Principle analysis ** 💯 Introduction: * * kepplived high availability technology prevents the inevitable impact of a single point of failure of the service and enhances the high availability and security of the service. For example, the failure of middleware rabbitmq, mysql, mycat, Haproxy and other servers will affect the ...

Added by Noctagon on Tue, 21 Dec 2021 23:17:31 +0200

Intranet penetration using frp

Intranet penetration using FRP (dynamic domain name resolution) This article uses a minimalist configuration. If you have special requirements, please refer to https://github.com/fatedier/frp literature Environment preparation: Internet server (ubuntu) + local machine (ubuntu subsystem) The local server windows can be configured ...

Added by Jyotsna on Tue, 21 Dec 2021 20:04:27 +0200