Huawei AR2220 configures the backup of the main and standby interfaces of the Ethernet link + Ethernet link

I. networking requirements 1. As shown in the figure, RouterA is directly connected to RouterB through three interfaces. Normally, HostA transmits data to HostB through RouterA's GE0/0/0 interface. In order to improve the reliability of data transmission between HostA and HostB, users hope that when the GE0/0/0 interface fail ...

Added by Weedpacket on Mon, 09 Dec 2019 16:44:10 +0200

Switch routing jobs

1. Select equipment equipment Interface IP address Subnet mask Vlan80 Virtual interface 10.10.3.129 255.255.255.128 Vlan30 Virtual interface 10.10.2.1 255.255.255.0 Vlan20 Virtual interface 10.10.0.1 255.255.254.0 Vlan10 Virtual interface 10.10.3.1 255.255.255.128 R1 F0/0 1.1.1.2 255.255.255.0 S0/0 2.2.2.1 255.255.255.0 R2 S0/ ...

Added by void on Mon, 09 Dec 2019 11:34:55 +0200

EFK tutorial - ElasticSearch cluster TLS encrypted communication

Implementation of ElasticSearch cluster encrypted communication based on TLS Author: "the wolf with hair bumping", welcome to reprint Catalog Application ▪ ES node information Step 1. Turn off service Step 2. Create CA certificate Step 3. Create CERT certificate Step 4. Create a keystore Step 5. Delete CA certificate Change the elas ...

Added by rcarr on Sun, 08 Dec 2019 19:02:29 +0200

LNMP architecture virtual host configuration, user authentication and domain name redirection

November 26 mission 12.6 Nginx installation https://my.oschina.net/u/3964535/blog/2933878  12.7 default virtual host 12.8 Nginx user authentication 12.9 Nginx domain name redirection   Configure nginx virtual host Modify nginx main configuration file [root@localhost nginx-1.12.2]# vim /usr/local/nginx/conf/nginx.conf # Delete the origi ...

Added by monotoko on Wed, 04 Dec 2019 21:50:45 +0200

OkHttp3 source code details cache strategy

Reasonable use of local cache can effectively reduce network overhead and response delay. The HTTP header also defines many cache related domains to control the cache. Let's talk about the implementation details of the cache part in OkHttp today. HTTP cache policyFirst of all, let's understand the related domains of the cache part in the HTTP p ...

Added by Fog Juice on Mon, 18 Nov 2019 11:58:13 +0200

RHEL8 teaching environment virtual machine installed on VMware Workstation

When installing the Red Hat Enterprise Linux 8 teaching environment, students need to install the environment into a virtual machine to practice on their laptops. VMware Workstation is generally recommended to host the entire teaching environment. Get ready: 1) mobile hard disk 2) USB disk above 16G 3) RHEL8 teaching environment software S ...

Added by roots on Wed, 13 Nov 2019 21:43:21 +0200

Prometheus installation and configuration

I. Prometheus installation and configuration 1. Download and unzip the installation package cd /usr/local/src/ export VER="2.13.1" wget https://github.com/prometheus/prometheus/releases/download/v${VER}/prometheus-${VER}.linux-amd64.tar.gz mkdir -p /data0/prometheus groupadd prometheus useradd -g prometheus prometheus -d /data0/prometheus ...

Added by corcode on Tue, 12 Nov 2019 13:48:18 +0200

Using diskutil to format U disk under mac

brief introduction People who have used win32diskimage know that the u disk will become several partitions after being mirrored with that object, and some partitions cannot be mounted, and the disk management tool of Mac can not deal with this problem well, but there is no good partition tool under Mac. If there is one that can be recommended ...

Added by jester626 on Tue, 12 Nov 2019 01:29:32 +0200

ab stress test under linux

ab introduction ab is the abbreviation of Apache bench command ab is apache's own stress testing tool. ab is very practical. It can not only test the web site access stress of apache servers, but also stress test other types of servers. For example, nginx, tomcat, haproxy, etc Principle of ab Principle of ab: the ab command will cr ...

Added by josephman1988 on Sun, 10 Nov 2019 23:48:05 +0200

SSH autologin | SSH management tool

sshAutoLogin It can make your ssh login simply as well as efficiently on Mac or Linux. we are frequently using ssh login remote server by terminal. We will find a headache that is often entering a repetitive command line. Fuck~ it's a waste of time!Maybe you cloud write configure of alias on profile. enenen~ Finally, I determined to write a tim ...

Added by garcon on Thu, 31 Oct 2019 16:14:03 +0200