Get the App
  • An introduction to the common distribution versions of linux

    An introduction to the common distribution versions of linux

    This article will explain in detail the introduction of the commonly used distribution versions of linux, the content of the article is of high quality, so the editor will share it for you as a reference. I hope you will have a certain understanding of the relevant knowledge after reading this article. Linux distributions can be broadly divided into two categories: ● Business

    Shulou · 2022-06-03 00:04
  • What if linux can't find the file when executing the script?

    What if linux can't find the file when executing the script?

    What if linux can't find the file when executing the script? In view of this problem, this article introduces the corresponding analysis and answers in detail, hoping to help more partners who want to solve this problem to find a more simple and feasible way. When the existing shell script is executed under the Linux system

    Shulou · 2022-06-03 00:04
  • How to solve the problem of non-display of phpcms background CAPTCHA in linux

    How to solve the problem of non-display of phpcms background CAPTCHA in linux

    How to solve the problem that the phpcms background CAPTCHA does not display in linux? I believe that many inexperienced people are at a loss about this, so this article summarizes the causes and solutions of the problem. Through this article, I hope you can solve this problem. Website environment: Linux CentOSph

    Shulou · 2022-06-03 00:04
  • Introduction of Network layer Protocol

    Introduction of Network layer Protocol

    The function of the network layer: 1. The logical address based on IP protocol is defined. 2. Connect different media types; 3. Select the best path for data to pass through the network. IP packet format: version (4): version 4 and version 6; header length (4): IP packet header length; priority and service class

    Shulou · 2022-06-03 00:04
  • Configuration Notification used by drone

    Configuration Notification used by drone

    First, configure mail alarm steps:. -name: notify image: drillster/drone-email settings: host: SMTPs

    Shulou · 2022-06-03 00:04
  • A complete solution to the boot process of the 990th Linux system

    A complete solution to the boot process of the 990th Linux system

    Boot flow of the system: 1, boot BIOS self-test 2 MBR boot (a boot sector 512K on disk) 3 grub boot menu (can enter single-user mode or rescue mode) 4, load Kerne

    Shulou · 2022-06-03 00:04
  • Exchange 2010 2016 server remote restart command

    Exchange 2010 2016 server remote restart command

    In some cases, our Exchange server (also applicable to other Windows servers, provided that the network and ports are connected) is just that the remote desktop may be dead and unable to log in, so if you want to force the server to restart, you can use another Exchang.

    Shulou · 2022-06-03 00:04
  • Notes on the philosophical principles of the operating system-- the process

    Notes on the philosophical principles of the operating system-- the process

    A process is a program in progress, or a process is a program in execution. That is, a program becomes a process after it is loaded into memory. That is, process = program + execution in order to improve the utilization of CPU, people think of loading multiple programs into the computer at the same time and executing them concurrently. These exist in the computer at the same time

    Shulou · 2022-06-03 00:04
  • Shell custom function

    Shell custom function

    The syntax format of the Shell function definition is as follows: function name () {statements [return value]} description of each part: function is a keyword in Shell and is specifically used to define functions.

    Shulou · 2022-06-03 00:03
  • Install mysql Database (mariadb)

    Install mysql Database (mariadb)

    1. Install mysql#yum-y install mariadb mariadb-server2, start mariadb#systemctl start mariadb3, and log in to mariadb#mysql4

    Shulou · 2022-06-03 00:03
  • How to start the linux system

    How to start the linux system

    How to start the linux system? In view of this problem, this article introduces the corresponding analysis and answers in detail, hoping to help more partners who want to solve this problem to find a more simple and feasible way. 1: first, bios power-on self-test, initialization (this process will detect the relevant hardware (cpu)

    Shulou · 2022-06-03 00:03
  • Compatibility issues of installing SQL Server 2000 under WIN7

    Compatibility issues of installing SQL Server 2000 under WIN7

    Recently, some systems need to be deployed in an environment that requires sql 2000. The requirements in the system installation manual are as follows: operating system: server windows 2003 32 bit / windows 2007 32 bit operating system: client windows xp

    Shulou · 2022-06-03 00:03
  • AD- disable account command Disable-ADAccount

    AD- disable account command Disable-ADAccount

    Disable all users under Lab Get-ADUser-Filter *-SearchBase "ou=Lab,dc=satid,dc=com" | Disable-ADAccount

    Shulou · 2022-06-03 00:03
  • A collection of docker bits and pieces of knowledge

    A collection of docker bits and pieces of knowledge

    Docker run-when rm exits the Docker container, the file system inside the default container is still retained to facilitate debugging and retain user data. However, for the foreground container, because it only runs for a short period of time during development and debugging, its user data and

    Shulou · 2022-06-03 00:03
  • Saltstack deployment nginx+php

    Saltstack deployment nginx+php

    Since there are basically nginx+php environments in the production environment, the process of deploying php in salt is not listed separately. Here, I will deploy the nginx+php environment with my scripts in the production environment. Deployment planning: 1) compile and install libiconv, l

    Shulou · 2022-06-03 00:03
  • How to check if the server has a port open

    How to check if the server has a port open

    Take querying port 873 as an example: ① # ss- lntup | grep 873 [root@backup nfsbackup] # ss-lnutp | grep 873tcp LISTEN 064: 873::

    Shulou · 2022-06-03 00:03
  • Detailed introduction of MSTP protocol

    Detailed introduction of MSTP protocol

    MSTP Overview MSTP is a multi-spanning tree protocol that allows multiple spanning trees to run in a switching environment, each spanning tree is called an instance. MSTP prunes the routing loop network into a loop-free tree network to avoid broadcast storms, while providing multiple redundant paths for data forwarding.

    Shulou · 2022-06-03 00:03
  • Monitoring of mongodb

    Monitoring of mongodb

    Monitoring ideas: one is the health status of cluster members, and the other is the number of connections. Use the command rs.status () to perform healthy MongoDB Enterprise config-rs:PRIMARY of members in the cluster > rs.status () {

    Shulou · 2022-06-03 00:03
  • Practical Information on QCon Technology: micro-service practice based on Docker and Kubernetes

    Practical Information on QCon Technology: micro-service practice based on Docker and Kubernetes

    At the beginning of 2016, Docker boomed, and now Kubernetes has attracted thousands of attention. In this era of great need for innovation and speed, the cloud composed of containers, micro-services and DevOps is sweeping the whole IT world. At the recent QCon Global Software Development Conference

    Shulou · 2022-06-03 00:02
  • Program specification of reading notes for LINUX high-performance server

    Program specification of reading notes for LINUX high-performance server

    Background: in addition to network communication, the server program has many details. Features: the details are templated, so you just need to be clear and follow certain specifications: 1.1 running form-> background process, also known as the guard process. If there is no control terminal, it will not be accidentally lost by the user.

    Shulou · 2022-06-03 00:02