CentOS 7 enables ssh Remote Login with the method of modifying the host name

1. Prepare openssh server Enter the following command to check whether openssh server is installed. If it is installed, the corresponding information will be output [root@sagecat ~]# yum list installed | grep openssh openssh.x86_64 7.4p1-21.el7 @anaconda openssh-clients.x86_64 7.4p1-21 ...

Added by Havery Jay on Tue, 28 Dec 2021 11:28:09 +0200

Analyzing Linux interprocess communication

Purpose of interprocess communication Data transfer: one process needs to send its data to another process Resource sharing: multiple processes share the same resources. Notification event: a process needs to send a message to another process or group of processes to notify it (them) of an event (such as notifying the parent process when t ...

Added by djr587 on Tue, 28 Dec 2021 11:02:17 +0200

Master slave configuration of MySQL database in Linux Environment

In an article CentOS7 installation of MySQL (full version) , explain the process of offline installation of mysql database. This article will explain the master-slave configuration method of mysql database. After the master-slave configuration of mysql database, the backup of database and the separation of read and write can be realized, so as ...

Added by sobbayi on Tue, 28 Dec 2021 08:56:27 +0200

Android 10 (q) system source code compilation

I. hardware environment In Ubuntu 18 The following conditions are required to download and compile the Android 10 (q) source code in the system 1. At least 4G memory, less than 4G memory. Waiting during compiling the source code will be very painful 2. At least 200G hard disk, the larger the better I used a virtual machine in the compilati ...

Added by cutups on Tue, 28 Dec 2021 00:38:07 +0200

Linux -- common commands of operation and maintenance engineers

preface Summarize some commands commonly used at ordinary times, not detailed explanations of commands, but continuous updates 1.nc command nc is short for netcat yum -y insatll nc function (1)Network port connectivity nc -vz -w 1 192.168.1.129 3306 Centos6 nc -w 1 192.168.1.129 3306 </dev/null ...

Added by pornost4r on Tue, 28 Dec 2021 00:08:33 +0200

CentOS 7 firewall policy configuration necessary for operation and maintenance beginners

CentOS 7 firewall policy configuration necessary for operation and maintenance beginners 1. Preface: All distributions above CentOS 7 try to bring their own firewalld firewall, and firewalld brings iptables firewall. The reason is that the firewall policy of iptables is handled by the netfilter network filter at the kernel level, while firewa ...

Added by DigitalExpl0it on Mon, 27 Dec 2021 20:58:04 +0200

009 Optimization & new features & HA

1,Hadoop data compression compression algorithmOriginal file sizeCompressed file sizeCompression speedDecompression speedBring your ownsegmentationChange proceduregzip8.3GB1.8GB17.5MB/s58MB/syesnonobzip28.3GB1.1GB2.4MB/s9.5MB/syesyesnoLZO8.3GB2.9GB49.3MB/s74.6MB/snoyesyes Input compression: (Hadoop uses the file extension to determine whether ...

Added by prbrowne on Mon, 27 Dec 2021 20:14:25 +0200

Container service update and discovery of docker consumer

What is service registration and discovery Service registration and discovery is an indispensable component in microservice architecture. At first, services are single node, which does not guarantee high availability, and does not consider the pressure bearing of services. Calls between services are simply accessed through interfaces. Unti ...

Added by robert_gsfame on Mon, 27 Dec 2021 17:49:59 +0200

Kali system pyenv and Frida environment configuration

preface This paper introduces the installation of Kali system and the configuration of Frida environment under Kali system. 1, Basic configuration of Kali environment 1. Download Kali system and open Vmware. Kali official website Download the Vmware version Kali system, unzip it and open it with Vmware.Download the version kali-l ...

Added by ericm on Mon, 27 Dec 2021 17:36:23 +0200

Hongmeng kernel source code analysis (root file system) | first hang to the file system on ` / '| 100 blogs analyze OpenHarmony source code | v66 01

A hundred blog series This article is: v66.xx Hongmeng kernel source code analysis (root file system) | file system first attached to / | 51 .c .h .o Relevant articles of the file system are: v62.xx Hongmeng kernel source code analysis (document concept chapter) | why do you say everything is a document | 51 .c .h .ov63.xx Hongmeng ker ...

Added by dragin33 on Mon, 27 Dec 2021 17:11:45 +0200