Get the App
  • WSFC Multisite and disaster recovery

    WSFC Multisite and disaster recovery

    With the continuous expansion of the scale of enterprise IT, enterprises begin to consider not only the disaster recovery of a single server node, but also the disaster recovery of the entire data center. Once there is a disaster in my entire data center, how should I recover? so many enterprises have realized this in the past two years.

    Shulou · 2022-06-03 09:57
  • Head, tail, rm, mv, cp study notes on the basis of linux

    Head, tail, rm, mv, cp study notes on the basis of linux

    9. Head function: display the first few lines of a file (default is 10 lines) format: head-n file option:-n NUM: specify display before NUM line example: display file 1.txt first 10 lines # head 1.txt example: display file 1.

    Shulou · 2022-06-03 09:57
  • CentOS 7.7 upgrades the Tomcat version with soft links

    CentOS 7.7 upgrades the Tomcat version with soft links

    1. Install JDK:# rpm-ivh jdk-8u241-linux-x64.rpm# java-version2 and extract Tomcat 8.5 tar-xf apache-tomcat-8.5.

    Shulou · 2022-06-03 09:57
  • Ubuntu install docker-ce

    Ubuntu install docker-ce

    1. Uninstall the existing docker:apt-get remove docker docker-engine docker.io2. Installation: apt-get install\ apt-transport-ht

    Shulou · 2022-06-03 09:57
  • Windows system routing Settings

    Windows system routing Settings

    1. To add a permanent route with a destination of 10.41.0.0, a subnet mask of 255.255.0.0, and the next hop address of 10.27.0.1, type: route-p add 10.41.0.0 mask 255.25

    Shulou · 2022-06-03 09:57
  • The basic principle and deployment practice of Ingress-nginx of K8s

    The basic principle and deployment practice of Ingress-nginx of K8s

    Introduction to kubernetes service exposure so far, kubernetes has a total of three ways to expose services: LoadBlancer ServiceNodePort ServiceIngressLoadBlancer S

    Shulou · 2022-06-03 09:57
  • Detailed explanation of man command

    Detailed explanation of man command

    Nameman-format and display the on-line manual pages: formatted display online man page sysnosisman [- acdDfFhkKtvVwW] [--pat

    Shulou · 2022-06-03 09:57
  • Git push met when he arrived at GitHub.

    Git push met when he arrived at GitHub.

    1. Open git in the manage folder, type git init to initialize the local warehouse, GitHub to create a remote warehouse manage2, the following command to associate the local and remote repositories, * my user name git remote add ori

    Shulou · 2022-06-03 09:56
  • 7. Install Nginx with playbook and manage configuration with playbook

    7. Install Nginx with playbook and manage configuration with playbook

    First, install Nginx with playbook: first compile and install nginx on a machine, package it, and then use ansible to issue # cd / etc/ansible to enter the ansible configuration file directory # mkdir

    Shulou · 2022-06-03 09:56
  • 2. Docker uses templates to create images, container management, warehouse management, and data management

    2. Docker uses templates to create images, container management, warehouse management, and data management

    First, Docker uses a template to create an image. First, download a template http://download.openvz.org/template/precreated///. The download speed is not fast, so download a template cento of centos6.

    Shulou · 2022-06-03 09:56
  • CentOS 7.7 Tomcat 8.5 turns on APR operation mode

    CentOS 7.7 Tomcat 8.5 turns on APR operation mode

    1. Three operation modes of Tomcat: (1) BIO:Blocking I _ peg O, which means that Tomcat uses the traditional Java I _ peg O operation (that is, the java.io package and its subpackages), and each request needs to create a thread to

    Shulou · 2022-06-03 09:56
  • Docker's docker container flannel mode multiple network segments across hosts

    Docker's docker container flannel mode multiple network segments across hosts

    Problem 1: docker cannot start error message: [root@localhost docker.service.d] # systemctl status docker.service ● docker.servic

    Shulou · 2022-06-03 09:56
  • Nginx specification

    Nginx specification

    Nginx architecture-Nginx+tomcatTomcat itself is a web server, which can handle requests for static files, but its processing capacity is not as strong as Nginx, so it is necessary to do a static and dynamic separation in this architecture, Nginx directly acts as a proxy for TomcatTom

    Shulou · 2022-06-03 09:56
  • LVM logical volume management and disk quota

    LVM logical volume management and disk quota

    Manage LVM logical volumes I. LVM Overview LVM is an abbreviation for Logical Volume Manager (logical volume management), which is a mechanism for managing disk partitions in a Linux environment. Encountered by Linux users when installing the Linux operating system

    Shulou · 2022-06-03 09:55
  • CentOS7 network configuration

    CentOS7 network configuration

    The virtual machine used is VirtualBox, and the operating system is CentOS7. The first user to log in to CentOS7 is rootvim / etc/sysconfig/network-scripts/ifcfg-enp0s3.

    Shulou · 2022-06-03 09:55
  • # IT star is not a dream # use Python for website log analysis

    # IT star is not a dream # use Python for website log analysis

    The access log of the website is a very important file. Through the analysis of the access log, we can dig out a lot of valuable information. This paper introduces how to use Python to analyze the access log of a real website. This paper will comprehensively use Python file operation, string processing, list and set.

    Shulou · 2022-06-03 09:55
  • The shell script determines whether the domain name has a resolution record.

    The shell script determines whether the domain name has a resolution record.

    The shell script is used to find out which domain names still have resolution record generation requirements from a pile of domain names: find out which domain names still have resolution records from the pile of domain names provided by IDC computer room. First sort and remove duplicate domain names: cat 2.txt | sort-rn | uniq-

    Shulou · 2022-06-03 09:55
  • Storcli/percli frequent scenes

    Storcli/percli frequent scenes

    Storcli/percli regular scene view help information view controller number online do raid volume group delete volume group modify VD properties online set hard disk to pass-through (jbod) mode view help information storcli64 help view controller number storc

    Shulou · 2022-06-03 09:55
  • Deployment of DNS Services Learning Notes 9

    Deployment of DNS Services Learning Notes 9

    Deploy DNS service Dns (domain name system) domain name system: in the early stage of domain name resolution, use hosts file to resolve domain name C disk-- windows--system32--drivers--etc-- hosts file 1.

    Shulou · 2022-06-03 09:55
  • Keyboard shortcuts for Unix stty

    Keyboard shortcuts for Unix stty

    In the actual production environment, unix hosts often need to use a lot of command line terminals because of a large amount of data analysis or other reasons, and the shortcut keys used in the stty of the interface of many services are the same as traditional ones, such as mysql. Then it is necessary to improve the usual efficiency.

    Shulou · 2022-06-03 09:55