Get the App
  • Practice: shell programming practice

    Practice: shell programming practice

    Preface mac record and port scan script development system monitoring script 1: script programming steps sharing 1.1 script programming steps 1.2 requirements analysis according to the needs of system management, analyze the functions to be implemented by the script, the levels of function implementation, commands and statements to be implemented, etc.

    Shulou · 2022-06-02 22:36
  • Construction of Intelligent Campus consumption access Control and Card Management platform system

    Construction of Intelligent Campus consumption access Control and Card Management platform system

    The establishment of a smart campus consumer access control one-card management platform system can improve the information level of the campus and help the school to improve management efficiency and intelligent construction. The main contents of the system are: unified management platform, database, campus card, payment channel, user data, application management, security authentication, identity management.

    Shulou · 2022-06-02 22:36
  • "Jenkins 2.x practice Guide" Reading Notes-Jenkins 2.x pipeline Grammar

    [TOC] 1. A general understanding of Groovy can be learned through the Groovy tutorial. 2. Pipeline introduced that Jenkins pipeline is actually a DSL (domain-specific language) based on Groovy, which is used to describe the whole article.

    Shulou · 2022-06-02 22:36
  • How to configure RAID on Huawei server RH2288 V3

    How to configure RAID on Huawei server RH2288 V3

    Recently, I have seen many customers asking Huawei RH2288 V3 server how to configure raid cards. Although I am not an engineer, there is always something good within the company that can help you find relevant information. Prerequisites RH2288 V3 is powered on. Data needs to obtain the following data: I

    Shulou · 2022-06-02 22:36
  • Briefly describe the boot process of centos6 and centos7

    Briefly describe the boot process of centos6 and centos7

    CentOS6 startup process: 1. Load the hardware information of BIOS and get the first boot device 2. Read the boot information of the boot loader (grub) of the first boot device MBR 3. 0. Load the core information of the core operating system, and the core begins to decompress and try to drive all

    Shulou · 2022-06-02 22:36
  • ACL extended access Control list

    ACL extended access Control list

    Experimental environment 1. In the topology diagram, a Linux server 2 and two PCs as clients (Win10,Win10-2) Experimental purpose 1, only allow Win10-1 access to Linux's Web services, prohibit access to other services 2, Win10-1 access to Win10

    Shulou · 2022-06-02 22:36
  • Configure Network grouping (Network Team) in CentOS7

    Configure Network grouping (Network Team) in CentOS7

    I previously wrote a web-grouped article using nmtui graphical interface configuration, but JSON string input is tedious. Therefore, it is recommended that nmcli be configured. In addition, the network grouping method is recommended in CentOS7 to replace the previous network card binding. For specific operations, the Red Hat

    Shulou · 2022-06-02 22:35
  • CentOS7.5 uses Kubeadm to install kubernets1.13.0 (domestic version)

    CentOS7.5 uses Kubeadm to install kubernets1.13.0 (domestic version)

    Domestic version 1. Prepare for deployment of Kubernetes1.13.0 (without dashboard) (all node): # swapoff-a # Firewall is off! # cat < / etc/sysctl.d/k8s.confne

    Shulou · 2022-06-02 22:35
  • Architecture DHCP+DNS+WEB Integrated Services

    Architecture DHCP+DNS+WEB Integrated Services

    1. Experimental environment: GNS3 topology: a layer 3 switch, a layer 2 switch, a router, a CentOS 7 virtual server providing DHCP+DNS services, a Server 2016 virtual server providing WEB services, and two Wind

    Shulou · 2022-06-02 22:35
  • Chenglong ERROR:Unable to control A20 lineage XMS Driver not insta

    Chenglong ERROR:Unable to control A20 lineage XMS Driver not insta

    The following error message is prompted when you enter GHOST through PXE network startup or USB flash drive using Chenglong network maintenance or other network software: ERROR:Unable to control A20 lineage XMS Driver not instal

    Shulou · 2022-06-02 22:35
  • GlusterFS of Kubernetes persistent storage

    GlusterFS of Kubernetes persistent storage

    GlusterFS is an open source distributed file with strong scale-out ability, which can support several PB storage capacity and thousands of clients, and interconnect into a parallel network file system through the network. It has the characteristics of scalability, high performance, high availability and so on. Premise: it must be in the middle of the experimental environment

    Shulou · 2022-06-02 22:35
  • Hybrid cloud storage EonStor GSc was awarded

    Hybrid cloud storage EonStor GSc was awarded "Storage Product of the year" and "year"

    EonStor GSc hybrid cloud storage stands out from the competition with first-tier storage brands, winning the "storage product of the year" and "cloud enabler of the year" awards in 2019. The two awards were awarded by the British "Storage Magazine", GSc is well-deserved. EonStor G

    Shulou · 2022-06-02 22:35
  • Manipulate physics as an exclusive display in VMWare Workstation

    Manipulate physics as an exclusive display in VMWare Workstation

    Use the current virtual machine in an exclusive display in VMWare Workstation as if it were a physical machine? ©Lander Zhang focuses on on-demand IT infrastructure operation and maintenance services for foreign enterprises, and IT Helpdesk practical training practitioners blog: https:

    Shulou · 2022-06-02 22:35
  • 10. Gradle's own source code compilation process

    10. Gradle's own source code compilation process

    In a word, summarize Gradle's own source code compilation process-using gradle to compile Gradle, let's officially start the analysis: because after we get the source code, the first thing we come into contact with is gradlew.bat, that is, the command compiled by the Gradle source code itself. So,

    Shulou · 2022-06-02 22:35
  • How will cloud computing facilitate service transformation?

    How will cloud computing facilitate service transformation?

    Cloud computing provides services in three forms: IaaS, PaaS and SaaS. Infrastructure as a service, platform as a service, software as a service. Judging from the names of these three-tier architectures, cloud computing will provide users with functions related to computer systems in the form of services, that is, the functions related to computer systems.

    Shulou · 2022-06-02 22:35
  • Construction and Management of kafka Cluster Environment

    Construction and Management of kafka Cluster Environment

    This section is mainly about deployment of kafka cluster environment, introduction and enhancement of basic concepts of kafka: 1) Producer: message producer, which is the client that sends messages to kafkabroker; 2) Consumer: message consumer, to kafkabrok

    Shulou · 2022-06-02 22:35
  • Combing the local account number of the computer through SCCM-- SQL sentence carding

    Combing the local account number of the computer through SCCM-- SQL sentence carding

    SQL statement queries declare @ olddcm datetimedeclare @ oldhinv datetimeset @ oldDCM=DATEADD (DAY,-3, getdate ()) set @

    Shulou · 2022-06-02 22:35
  • Embedded linux bare Board Development-- Lighting LED

    Embedded linux bare Board Development-- Lighting LED

    The last article was about the process of compiling and executing the source files of the program through gcc under linux. And the preparation of makefile files, and finally output myhello word in the terminal platform! With this foundation, what we will learn this time is the generation generated by linux compilation.

    Shulou · 2022-06-02 22:35
  • Google browser cannot open the camera through the page.

    Google browser cannot open the camera through the page.

    Click: settings-Advanced-content Settings-flash, and then add the allowed page address.

    Shulou · 2022-06-02 22:34
  • Use AzCopy to synchronize local files to Azure Blob storage

    Use AzCopy to synchronize local files to Azure Blob storage

    At present, more and more companies in China have chosen to use Azure. They store some data in Azure Blob storage for distributed access, and at the same time, eliminate the hidden danger of data loss caused by local hardware failure. However, in the actual production environment, there are some requirements

    Shulou · 2022-06-02 22:34