Get the App
  • Ansible roles detailed explanation + Building LAMP Architecture

    Ansible roles detailed explanation + Building LAMP Architecture

    Ansible roles in the actual work, a complete project is actually a combination of many functions, if all the functions are written in a playbook, there will be a series of high code coupling, long playbook and high maintenance costs, low flexibility and so on.

    Shulou · 2022-06-03 10:21
  • By doing so, Eclipse Group has succeeded in reducing business overhead!

    By doing so, Eclipse Group has succeeded in reducing business overhead!

    About Eclipse GroupEclipse Group, headquartered in Dubai, is a multi-business group that provides stage services, venue services, laser graphics services, etc., for popular live events around the world. And the main problem encountered by each business unit is that each department

    Shulou · 2022-06-03 10:21
  • Why does Redis 6 only support RESP3?

    Why does Redis 6 only support RESP3?

    Author: antirez translator: Kevin (official account: middleware) Redis 5 a few weeks after the release, I began to implement RESP3, and after a few days of work, I can achieve this goal. RESP3 is Redis will be from Redis

    Shulou · 2022-06-03 10:21
  • Realization of automatic Discovery, automatic Registration and self-defined Monitoring of Zabbix

    Realization of automatic Discovery, automatic Registration and self-defined Monitoring of Zabbix

    1. The discovery of automatic discovery and automatic registration of Zabbix mainly includes three types: 1) the automatic network discovery Zabbix of Zabbix provides very favorable and flexible automatic network discovery function. Through network discovery, it is possible to accelerate Zabbix deployment, simplify management, and constantly change

    Shulou · 2022-06-03 10:20
  • Docker Environment preparation for K8S Cluster installation

    Docker Environment preparation for K8S Cluster installation

    First, DOCKERcurl-fsSL https://get.docker.com needs to be installed on the operation and maintenance mainframe and two compute node servers respectively | bash-s docker-- mirror Aliyunmkdir

    Shulou · 2022-06-03 10:20
  • Interconnection between two linux virtual machines

    Interconnection between two linux virtual machines

    I haven't updated my blog for a long time. Today, I share with you that two virtual machines can access each other. In this way, one virtual machine simulates the server and the other simulates the client, so you can do a lot of RHCE experiments. The first step is to change the mode of the network card. The mode of the two virtual machines must be the same. Both

    Shulou · 2022-06-03 10:20
  • NFS service

    NFS service

    Introduce NFS (NetworkFileSystem), network file system, read and write function on remote host based on RPC, NFS server function is provided by Kernel, so it can only be used in Linux, UNIX, and only according to IP address.

    Shulou · 2022-06-03 10:20
  • What is the difference between source NAT, destination NAT and PAT, and port mapping?

    What is the difference between source NAT, destination NAT and PAT, and port mapping?

    1. NAT:1 and dynamic NAT (address reuse): when internal private IP is translated into public network IP address, the corresponding relationship of IP is uncertain. That is, as long as you specify which internal addresses can be translated by NAT and which legitimate IP addresses can be used as external addresses,

    Shulou · 2022-06-03 10:20
  • Nginx+Tomcat load balancing cluster

    Nginx+Tomcat load balancing cluster

    Nginx+Tomcat load balancing cluster nginx processing static tomcat processing dynamic merging into dynamic and static separation (front and rear separation) Tomcat important directories bin: store startup and shutdown Tomcat scripts

    Shulou · 2022-06-03 10:20
  • 7.docker-registry private warehouse

    7.docker-registry private warehouse

    1. Download the private repository image [root@docker03 ~] # docker pull registry Using default tag: latestlatest: Pulling from libr

    Shulou · 2022-06-03 10:20
  • Why should RocketMQ ensure the consistency of subscription relationships?

    Why should RocketMQ ensure the consistency of subscription relationships?

    Wechat official account "back-end advanced", focusing on back-end technology sharing: Java, Golang, WEB framework, distributed middleware, service governance and so on. Some time ago, a friend asked me a question. He said that in the process of setting up a RocketMQ cluster, he encountered something about consumer subscriptions.

    Shulou · 2022-06-03 10:20
  • History, ls, cat and tac study notes on the basis of linux

    History, ls, cat and tac study notes on the basis of linux

    5. History command function: view and use historical commands (up to 1000 records). Save location: ~ / .bash_history 1. When starting the terminal, it will automatically start from ~ / .bash

    Shulou · 2022-06-03 10:19
  • Windows sever 2008r2 configuration secondary DNS implementation master

    Windows sever 2008r2 configuration secondary DNS implementation master

    Windows sever 2008r2 configures secondary DNS to realize the standby functional requirements of the primary DNS: when the primary DNS server goes down or the system crashes, the secondary DNS server can take over the work of the primary DNS server and upgrade the secondary DNS server to the primary DNS server.

    Shulou · 2022-06-03 10:19
  • Unix timestamp converted to normal YYYY-MM-DD HH-MM-S

    Unix timestamp converted to normal YYYY-MM-DD HH-MM-S

    Def stringToUnix (string): unixTime = time.mktime (time.strptime (string, "% Y-%m-%d% H:%M:%S")) return str

    Shulou · 2022-06-03 10:19
  • How to solve the problem of configuring Office365 Times error 80090 on Win10

    How to solve the problem of configuring Office365 Times error 80090 on Win10

    How to solve the problem of configuring Office365 Times error 80090034 on Win10? ©Lander Zhang focuses on on-demand IT operation and maintenance services for foreign enterprises, and IT Helpdesk practical training practitioners blog: https://blog.51ct

    Shulou · 2022-06-03 10:19
  • LVS load balancing Cluster-NAT address Translation Mode (can be done! )

    LVS load balancing Cluster-NAT address Translation Mode (can be done! )

    Load balancing Cluster (Load Balance Cluster) aims to improve the responsiveness of the application system, handle as many access requests as possible, and reduce latency. The overall performance of LB with high concurrency and high load (LB) depends on the shunting algorithm cluster of the master node.

    Shulou · 2022-06-03 10:19
  • Huawei ISIS

    Huawei ISIS

    Article directory 1: what is IS-IS1.1: Overview 1.2: routing types and functions of Huawei IS-IS 1.3: establishment of neighbor relationship 1.4:NSAP address conversion of 1.4.1:NSAP address 1.5: Huawei IS-IS common commands 2: experimental verification 2.1:

    Shulou · 2022-06-03 10:18
  • Centos7 in-depth understanding of file system and log information (2) xfs files

    Centos7 in-depth understanding of file system and log information (2) xfs files

    Recovery of XFS files 1. Add a new disk, partition format and mount 2. Create file 3 on the new disk. Back up the file xfsdump-f / opt/xfs_dump / dev/sdb14. The simulation data is lost by 5. Restore the file xfsrestore

    Shulou · 2022-06-03 10:18
  • Zookeeper cluster building

    Zookeeper cluster building

    I built these a long time ago, but now I still write a simple cluster installation blog for reuse, which is convenient to read later. I also hope to give a help to the novice. All right, let's start the construction work ^ _ ^! Modify hostname prod-wuliu-zookeeper1-42-

    Shulou · 2022-06-03 10:18
  • EonStor GSe Pro channel promotion will deeply expand small and medium-sized storage customers

    EonStor GSe Pro channel promotion will deeply expand small and medium-sized storage customers

    On the basis of stable cooperation for many years, Lianjia Co., Ltd. and Infortrend Pu'an Technology have carried out deeper product cooperation, jointly leading Infortrend GSe Pro series products into national channels, so that channel customers can fully understand Infortrend storage.

    Shulou · 2022-06-03 10:18