Get the App
  • Serial port communication between virtual machine and host Mini Program (part I)

    Serial port communication between virtual machine and host Mini Program (part I)

    The host serial port tool is SSCOM32, and the virtual machine serial port tool is VSPD. That is, through the VSPD tool, the serial port of the two can be connected, and you can imagine that there is a serial port cable connecting the host and the virtual machine. The first step is to make sure that the port opens VSPD, as shown in the following figure, click "Port"

    Shulou · 2022-06-03 09:44
  • Mir MEasy HMI Application reference Design (STM32MP1)

    Mir MEasy HMI Application reference Design (STM32MP1)

    As the official partner of ST, Mill Electronics has launched the development kit MYD-YA157C based on STM32MP157 processor, which provides rich software resources and documentation. Software materials include linux, all peripheral driver source code and related development tools. Documentation contains production

    Shulou · 2022-06-03 09:44
  • Analysis of LVM logical Volume and disk quota of CentOS7

    Analysis of LVM logical Volume and disk quota of CentOS7

    Introduction to LVM LVM is a logical mechanism for managing disk partitions in the Linux system. It is a logical layer built on hard disks and partitions and under the file system. It shields the underlying disk partition layout when establishing the file system, and can move while keeping the existing data unchanged.

    Shulou · 2022-06-03 09:43
  • PG Logical Replication logical replication

    PG Logical Replication logical replication

    Logical replication from PG10 to PG11 the PG environment I demonstrate below is deployed on the same physical machine in a single machine with multiple instances. For deployment, please refer to the previous blog. 1. The old PG10 main library (you need to set wal_level = logical first.

    Shulou · 2022-06-03 09:43
  • A10 Application delivery (1030S) multiple SSL certificates share one IP setting

    A10 Application delivery (1030S) multiple SSL certificates share one IP setting

    1. Import certificates first import certificates under the "configuration Mode"-"SLB"-"SSL Management" menu. If you need to implement multiple certificates sharing an IP, we should import P12 certificates, click "Import", and select "Certificate Format" in the pop-up window.

    Shulou · 2022-06-03 09:43
  • Detection of bad tracks and blocks on hard disk under linux system

    Detection of bad tracks and blocks on hard disk under linux system

    Disk bad track detection when the disk has the following conditions: io wait increases or remains high for no reason; the sound of the hard disk suddenly changes from the original sassafras sound to a strange sound; the system can not start normally and a prompt message such as "IO error" appears; in the case of mkfs, the progress is stagnant and the error is reported finally.

    Shulou · 2022-06-03 09:43
  • Label of Kubernetes and detailed explanation of Pod Controller

    Label of Kubernetes and detailed explanation of Pod Controller

    First, the main role of tags: to solve more and more resource objects of the same type, for better management, grouping according to tags; commonly used tag categories: release (version): stable (stable version), canary (canary version, can be understood as beta version), bet

    Shulou · 2022-06-03 09:43
  • ProxySQL-assisted PXC cluster maintenance mode

    ProxySQL-assisted PXC cluster maintenance mode

    Original: https://www.percona.com/blog/2017/05/31/proxysql-assisted-pxc-maintenance-mode/ author: Ramesh Sivarama

    Shulou · 2022-06-03 09:43
  • [shell Foundation] 02, regular expression

    [shell Foundation] 02, regular expression

    First, before wildcards talk about regular expressions, review wildcards. Many people always confuse regular expressions with wildcards. Wildcard is a special sentence, which mainly contains * and? Sign (and {} ^!), which is mainly used to blur search files and use it instead of one or more real characters, especially in

    Shulou · 2022-06-03 09:43
  • The first Kubernetes SIG-Cloud-Prov in China

    The first Kubernetes SIG-Cloud-Prov in China

    Author | Gao Xianglin, Chen Jun, Chen Youkun, ao Xiaojian Industry News China's first Kubernetes SIG-Cloud-Provider sub-project reveals that Ali Yun, as a staunch promoter of cloud native computing, has contributed to running Kubernetes on Aliyun.

    Shulou · 2022-06-03 09:43
  • Introduction to MySQL8 role role function

    Introduction to MySQL8 role role function

    Role role function is nothing special for Oracle database, but for mysql, the addition of role role function to MySQL8.0 is still a lot of novelty, and it is also the MySQ that many users of MySQL services have been looking forward to.

    Shulou · 2022-06-03 09:43
  • Kubernetes binary deployment-load balanced deployment (3)

    Kubernetes binary deployment-load balanced deployment (3)

    The previous article follows on: multi-node deployment (2) deployment of load balancing deployment environment load balancing Nginx1:192.168.13.128/24Nginx2:192.168.13.129/24Master node master1:192.168

    Shulou · 2022-06-03 09:43
  • CentOS7 build × × connection

    CentOS7 build × × connection

    Server operation method-sudo-iwget-- no-check-certificate https://github.com/iyuco/scripts/raw/master/bbr.shchmod +

    Shulou · 2022-06-03 09:43
  • Build a domain environment (2) join a domain

    Build a domain environment (2) join a domain

    To join a file server to a domain (1) to join a computer to a domain, you must first correctly configure the 'preferred DNS server' (2) in the system Properties interface, open the computer name / Domain change dialog box, select the domain name, enter the domain name coolpen.net (3) Click "OK" and type in

    Shulou · 2022-06-03 09:43
  • Linux server data recovery success case record

    Linux server data recovery success case record

    First, the description of the data recovery failure of the server introduces the physical condition of the failed server before introducing the data recovery case. The server of this data recovery is linux operating system, some brand 730 series server, MD3200 series storage. The cause of data loss is caused by accidental power outage in the computer room.

    Shulou · 2022-06-03 09:43
  • Nginx implements static resources

    Nginx implements static resources

    Preface nginx as a high-performance server, there are many uses, in addition to acting as a proxy for the back-end server and load balancing, another use is to serve as a cache server for static resources. For example, in a project where the front end is separated from the front end, in order to speed up the response speed of the front end page, we can use the front end

    Shulou · 2022-06-03 09:43
  • Mirror Management of Docker

    Mirror Management of Docker

    1. Image query 2. Image pull [root@docker network-scripts] # docker pull alpineUsing default tag: latest # the latest version by default

    Shulou · 2022-06-03 09:43
  • CentOS7 samba and windows map network drives

    CentOS7 samba and windows map network drives

    Step 1: install the samba service "yum install samba" step 2: start the samba service "systemctl start smb check the status of samba" systemctl status smb sees Act

    Shulou · 2022-06-03 09:43
  • Solaris 11 set up root user login

    Solaris 11 set up root user login

    Solaris 11 set root user login generally speaking, after installing solaris 11, the system forbids root users to log in directly for security reasons. If you want ssh to log in directly through root users, you need to modify the configuration file: # vi

    Shulou · 2022-06-03 09:43
  • Vnc cannot be connected, Warning: zhouziqi:1 appears

    Vnc cannot be connected, Warning: zhouziqi:1 appears

    The landlord did not know what was going on, but suddenly there was no VNC on the side. I planned to restart the service and found that the service could not be started. I used the journalctl-xe command to show the following things: Apr 24 21:30:24 zhouziqi runuser [2

    Shulou · 2022-06-03 09:43