Reference of common configuration methods of firewalld firewall in Centos 7 system

Firewall is a new generation of system firewall management tools under Linux. Compared with the old iptables tools, Firewall provides more management functions, such as zone-based access authorization management, dynamic loading rules and so on. But there are many advanced functions that we don't have a chance to use in our dail ...

Posted by rckehoe on Sat, 27 Apr 2019 13:42:36 -0700

arm linux printer driver compilation method, embedded Linux driver printer HP series

arm linux printer driver compilation method and process record (2017.03.15): Change Add Overview: Add foo2zjs tool (for sending data to printer for printing); Add gohstscript tool (for converting document format to pbm format recognized by printer); Encript is added to convert txt, c, cpp and other documents into PostScript format recognize ...

Posted by varun8211 on Mon, 22 Apr 2019 02:15:35 -0700

Batch distribution and execution of script keys

Batch distribution and execution of script keys Label (Space Separation): Linux Service Architecture - Chen Siqi This teaching note is a summary of my study and work career, which is the first draft (there are many imperfections), the original work, allowed to be reproduced, when reproduced, please be sure to indicate the original source of the ...

Posted by ev66 on Fri, 19 Apr 2019 23:39:34 -0700

How to make processes run in the background in linux

Linux skills I. nohup/setsid/& Use scenarios:If only a temporary command takes a long time to run, what is the easiest way to ensure that it runs stably in the background? There are two ways to solve this problem: either let the process ignore the HUP signal, or let the process run in a new session and become a sub-process that does not bel ...

Posted by Valkrin on Wed, 17 Apr 2019 11:54:32 -0700

Brother Bird's linux Private Vegetables Learning Notes bash Usage of Wildcard, Redirection, Pipeline, etc. in "Twenty-three"

Wildcard: * Any character ?: Any single character []: Any of them [-]: Sequence of a paragraph [^]: Not one of them # Display file names beginning with cron [root@CentOS ~]# ll /etc/cron* # Display the filename of exactly five letters under / etc /. [root@CentOS ~]# ll /etc/????? # Display the file name with numbers under / etc /. ...

Posted by evaoparah on Sun, 14 Apr 2019 10:24:31 -0700

Linux Practical Teaching Notes 21:Rsync Data Synchronization Tool

Section 21 Rsync Data Synchronization Tool Label (Space Separation): Linux Practical Teaching Notes - Chen Siqi This teaching note is a summary of my study and work career, which is the first draft (there are many imperfections), the original work, allowed to be reproduced, when reproduced, please be sure to indicate the original source of the ...

Posted by demetri007 on Fri, 12 Apr 2019 23:12:32 -0700

Vagrant multi-machine multi-node virtual cluster

The first two articles share the homestead + vagrant configuration, but they are single-point. Now let's study the configuration of multi-node cluster together. Multi-node Cluster Configuration/Creation Install VirtualBox Install Vagrant Download Box These previous articles have explanations and download links, which are not repeate ...

Posted by step on Wed, 03 Apr 2019 16:06:31 -0700

Linux System (3) System Foundation Literacy Complete

Preface If everyone likes to play hard, they usually prefer to install the minimal liunx system, then your system does not have graphical desktop functions. So for a beginner who wants to install B, Liunx is black and sloppy, endless black screen, black screen. How to quickly have a more comprehensive understanding of the liunx system? Answer: ...

Posted by ermarkar on Tue, 02 Apr 2019 09:30:30 -0700

Hadoop Double Name Node Configuration Build (HA)

The purpose of configuring dual namenode is to prevent errors and data loss from a namenode hanging up. The specific principle is not explained in detail in this paper, but the specific installation process is described here. The construction of Hadoop HA is based on Zookeeper. You can see the construction of Zookeeper here. hadoop, zookeepe ...

Posted by anothersystem on Sat, 30 Mar 2019 08:21:30 -0700

Construction of MHA+keepalive High Availability Environment

MHA (Master High Availability) is currently a relatively mature solution for MySQL high availability. It was developed by youshimaton (now working for Facebook) of DeNA Company in Japan. It is an excellent high availability software for failover and master-slave upgrading in MySQL high availability environment. In the process of MySQL fault swi ...

Posted by davidkierz on Fri, 29 Mar 2019 21:27:29 -0700