Get the App
  • Introduction to linux vim Editor Command

    Introduction to linux vim Editor Command

    First, knowledge: vim editor: three modes: command mode, input mode and last line mode; command mode: control the movement of the cursor, copy, paste and find the text and other work; input mode: normal input mode; last line mode: save or exit the document. Command dd in command mode

    Shulou · 2022-06-03 05:33
  • Functions and advantages of WAF in Azure Application Gateway

    Functions and advantages of WAF in Azure Application Gateway

    Web Application Firewall (Web Application Firewall, usually referred to as WAF) is a product that specifically protects Web applications by implementing a series of security policies for HTTP/HTTPS. Azure A

    Shulou · 2022-06-03 05:33
  • Steps to install mariadb in binary system

    Steps to install mariadb in binary system

    Binary installation mariadb: official binary installation documentation https://mariadb.com/kb/en/installing-mariadb-binary-tarballs/ download address https://downl

    Shulou · 2022-06-03 05:33
  • Methods of deploying Module and consulting data in Edge Device

    Methods of deploying Module and consulting data in Edge Device

    Step 1, deploy the new Module https://hub.docker.com/_/mi using the following image in the Edge Device deployment sample ModuleIoT Hub- > IoT Edge device-> setup module

    Shulou · 2022-06-03 05:33
  • What is NSG? Which products are suitable for?

    What is NSG? Which products are suitable for?

    1. What is NSG? The security group Network Security Group (NSG) is used to filter the network traffic in and out of Azure resources in the Azure virtual network (virtual network). 2. Correlation of NSG

    Shulou · 2022-06-03 05:33
  • The use of find and xargs

    The use of find and xargs

    1. Parameter describes the directory path found by the pathname: find command. For example, with. To represent the current directory and / to represent the system root directory. The-print: find command outputs matching files to standard output. -exec: the find command matches the text

    Shulou · 2022-06-03 05:33
  • How do I use the printf command to process text?

    How do I use the printf command to process text?

    Programmers who have used the c language should be very familiar with the printf command. The printf command imitates the printf () function of the c language. The function of the printf command is to output text according to the format we specify. We can see that the echo command normally outputs a text for line wrapping.

    Shulou · 2022-06-03 05:33
  • Linux system management operation command

    Linux system management operation command

    View system, kernel cat / etc/redhat-release / / View system uname-r / / View kernel view CPUgrep "CPU" / proc/cpu

    Shulou · 2022-06-03 05:33
  • Printf format

    Printf format

    Format: printf format [string] printf format parameters because the behavior of printf is defined by the POSIX standard, scripts that use printg are more portable than echo. Program: #! / bin/ba

    Shulou · 2022-06-03 05:33
  • The basic usage of awk

    The basic usage of awk

    Awk is actually a programming language that supports conditional judgment, arrays, loops and other functions. We can think of it as a scripting language interpreter with grep and sed called "three Musketeers" by linux. Each has its specialty grep is more suitable for simply finding or matching text.

    Shulou · 2022-06-03 05:33
  • The steps of realizing Virtual Host by ingress in Kubernetes

    The steps of realizing Virtual Host by ingress in Kubernetes

    The environment introduces the host IP address service master192.168.1.21k8snode01192.168.1.22k8snode02192.168.1.23k8s1, which is determined to run ingress-nginx-co first.

    Shulou · 2022-06-03 05:33
  • VMWARE Horizon View 6 installation and deployment

    VMWARE Horizon View 6 installation and deployment

    1.IP address Master Plan 2.ESXI installation 3.VCenter installation 4. Create new server2008 and win7 templates 5. New server2008 specification 6. The configuration of the scaffolding 8.AC for generating the virtual machine 7.DC is 10.

    Shulou · 2022-06-03 05:33
  • Restore deleted Exchange mailboxes

    Restore deleted Exchange mailboxes

    Background by default, Exchange retains the mailbox for 14 days after the mailbox is deleted, and it will not be deleted completely from the database until 14 days later. User mailbox deletion is divided into two situations: 1) mailbox is disabled, AD user does not delete, also known as "soft delete" 2) mailbox deletion, AD user deletion. Needle

    Shulou · 2022-06-03 05:33
  • Realize the interworking of hosts in different network segments

    Realize the interworking of hosts in different network segments

    Network operation and security experiment report name: Li Jun December 6, 2018 experiment task 4, complete the configuration according to the following requirements, and provide an electronic version of the experiment report (including key steps, configuration commands and screenshots of the verification results). The host IP to which the Lsw1 switch is connected is configured as

    Shulou · 2022-06-03 05:33
  • Introduction and use of CRD in Kubernetes

    Introduction and use of CRD in Kubernetes

    First, the source of requirements. First, let's look at the source of requirements for the API programming paradigm. In Kubernetes, the API programming paradigm is Custom Resources Definition (CRD). We often talk about CR.

    Shulou · 2022-06-03 05:32
  • Instance type configuration of RDS

    Instance type configuration of RDS

    Ec2 vCPU memory m4.large 2 8m4.xlarge 4 16m4.2xlarge 8 32m4.4xlarge 16 64m4.10xlarge 40 160m4.16xlarge 64

    Shulou · 2022-06-03 05:32
  • How to use CentOS 7.4 to build Apache website Service

    How to use CentOS 7.4 to build Apache website Service

    1. Install Apache service about installing Apache detailed configuration and principle overview, please refer to: CentOS 7.4 build Apache website service [root@centos01] # mount / dev/cdrom / mnt/

    Shulou · 2022-06-03 05:32
  • How does nginx implement reverse proxy?

    How does nginx implement reverse proxy?

    1. The proxy's configuration location / {proxy_pass http://192.168.0.28; # generic match forwards all incoming traffic to "http:/"

    Shulou · 2022-06-03 05:32
  • Two mobile drive letter solutions appear in Windows10 operating system

    Two mobile drive letter solutions appear in Windows10 operating system

    According to the registration key below, add a "-" before the {F5FB2C77-0E2F-4A16-A381-3E560C68BC83} key. HKEY_LOCAL_MACHINE\ SOFTWARE\ WOW6432Nod

    Shulou · 2022-06-03 05:32
  • Eclipse remote debug debugging

    Eclipse remote debug debugging

    1. Add CATALINA_OPTS= "- Xdebug-Xrunjdwp:transport=dt_socket,address=9001" to the catalina.sh in the remote tomcat bin

    Shulou · 2022-06-03 05:32