Get the App
  • Create and run a Powershell script from SCCM to uninstall the software

    Create and run a Powershell script from SCCM to uninstall the software

    Recently encountered a demand: uninstall a small software for all computers, but this software is not deployed by SCCM, some are installed by users, some are packaged when the system is deployed, there are many versions, and the installation path is not the same! The first thing that comes to mind, of course, is to use Powershell to do it.

    Shulou · 2022-06-02 17:46
  • The Construction of background Warehouse of NFS-- website Architecture

    The Construction of background Warehouse of NFS-- website Architecture

    1.nfs shared storage 1. 1 storage service provides unified shared storage of data, saving 1. 2% of disk storage space. Storage service deployment process 1.2.1. The first process of server deployment: install the software program Yum install-y nfs-utils second

    Shulou · 2022-06-02 17:46
  • Disk Management of Linux system

    Disk Management of Linux system

    An overview disk refers to a memory that uses magnetic recording technology to store data. Disk is the main storage medium of computer, which can store a large amount of binary data and keep the data from being lost after power loss. In the early days, the disks used by computers were floppy disks, but now the commonly used disks are hard disks, or hard disks. The hard disk consists of three.

    Shulou · 2022-06-02 17:46
  • Talking about the Tomcat Server of Centos 7 system

    Talking about the Tomcat Server of Centos 7 system

    First, the origin of the name of tomcat: tomcat was originally developed by James Duncan Davidson, a software architect at Sun. He later helped turn it into an open source project, which Sun contributed to the Apache Software Foundation. Since most open source projects O'Reilly

    Shulou · 2022-06-02 17:46
  • Nginx Rewrite module application

    Nginx Rewrite module application

    Application scenario 1: www.accp.com-the old domain name of a jump company based on domain name needs to be replaced by a new domain name www.kgc.com due to changes in business requirements. Can not abolish the old domain name 2. Jump from the old domain name to the new domain name and keep its parameters unchanged in the deployment environment

    Shulou · 2022-06-02 17:45
  • Rabbitmq cluster deployment

    Rabbitmq cluster deployment

    Blog outline: first, Rabbitmq concept 2, deployment of a single Rabbitmq 3, deployment of Rabbitmq cluster 4, configuration of a single node to join or exit the cluster 1. Rabbitmq concept RabbitMQ is an open source service implemented by AMQP protocol

    Shulou · 2022-06-02 17:44
  • Graylog2+Elasticsearch+Nxlog

    Graylog2+Elasticsearch+Nxlog

    The blog address has been transferred to: http://cocojoey.lofter.com/post/1eff2f40_10a6d448 here will not be updated in the future. Log management tools: collection, parsing, visualization Elast

    Shulou · 2022-06-02 17:44
  • Linux system cracked root password (modification of / etc/passwd file made it impossible to log in to the system)

    Linux system cracked root password (modification of / etc/passwd file made it impossible to log in to the system)

    1, when starting, press a key casually, the space can (cannot be enter), let it stay in centos about to enter the interface, move up and down, 2, press e to enter the editing interface as follows: change ro to "rw init=/sysroot/bin/sh". And then "Ct.

    Shulou · 2022-06-02 17:44
  • Work accumulation (12)-- installation and use of Supervisor

    Work accumulation (12)-- installation and use of Supervisor

    Supervisor is a tool developed by Python to monitor the running status of processes on class UNIX. When deploying Python Web, such an architecture, Nginx + Gunicorn + Supervisor +, is often used.

    Shulou · 2022-06-02 17:44
  • File and stream-- fopen/fclose

    File and stream-- fopen/fclose

    # include int main (void) {FILE* fp = NULL;fp = fopen( "abc.txt", "a +" & # 41; / / fop

    Shulou · 2022-06-02 17:44
  • Using GNS3 to realize the interconnection and interworking of switches

    Using GNS3 to realize the interconnection and interworking of switches

    We have completed the deployment of the Gns3 environment, and then we use the deployed GNS3 to achieve the interconnection of the switch. Use your own VPC connection switch interconnection to open GNS3, create a new C3725 router, and right-click, select change h

    Shulou · 2022-06-02 17:43
  • Python's docker Crawler Technology in

    Python's docker Crawler Technology in "docker practice"-appium+python practice (18)

    Original articles, welcome to reprint. Reprint please indicate: reproduced from IT Story Association, thank you! Original link address: "docker actual combat" python's docker crawler technology-appium+python actual combat (18) was last carried out through appium, recorded

    Shulou · 2022-06-02 17:43
  • OSPF Virtual Link configuration Lab

    OSPF Virtual Link configuration Lab

    OSPF virtual link experiment 1. Experimental environment: gns3,c6291 router II. Figure 3 of the experimental topology. In the experimental steps, we first configure the ip of R1. Then configure the ospf protocol and assign area. Then set up ip for R2, configure ospf protocol and assign are

    Shulou · 2022-06-02 17:43
  • Unable to locate program input point _ Core_TestDevTransportAbility@4 on dynamic link library HCCore.dll

    Unable to locate program input point _ Core_TestDevTransportAbility@4 on dynamic link library HCCore.dll

    After adding the third-party library to the scene, compile and run normally for a period of time, and then when the function is called, the above problem occurs. Replacing the HCCore.dll file alone cannot solve the problem. Through the version backtracking, all the dynamic libraries of the third party that the program depends on are updated again to solve the problem.

    Shulou · 2022-06-02 17:43
  • Comprehensive and detailed explanation of Service Mesh (Service Grid)

    Comprehensive and detailed explanation of Service Mesh (Service Grid)

    Service mesh is a new concept that has emerged in recent years. It can solve the problem of more and more complex communication between micro-services. So what is Service mesh? What specific functions does it have? What is its architecture? It is related to Kubernetes.

    Shulou · 2022-06-02 17:43
  • Windows to see which process the port is occupied by

    Windows to see which process the port is occupied by

    Netstat-ano lists all the occupied ports, find the PID that occupies the port, and then tasklist | findstr "PID number" to find out which program occupies the port and ends the process in the task manager.

    Shulou · 2022-06-02 17:43
  • "Firewall" on router interface-- access control list

    The "firewall" on the router interface-access control list, it is well known that there is a firewall on any system, which helps the computer / server network to build a relatively isolated protection barrier between its internal and external networks. a technology that protects the security of user data and information. And on the router,

    Shulou · 2022-06-02 17:43
  • Building Discuz Forum based on LNMP Architecture

    Building Discuz Forum based on LNMP Architecture

    1. The experimental process of a virtual machine deploying LNMP architecture in the experimental environment. First of all, enter database 2. Create a user and set the password create database bbs;grant all on bbs.* to 'bbsuser'@'

    Shulou · 2022-06-02 17:43
  • Principle of mongodb replica set

    Principle of mongodb replica set

    1. Principle: the replica cluster sends a heartbeat every 2 seconds, and if it is not received after 10 seconds, it is marked as unreachable. MongoDB applies the database operation on the primary database and then records the operation in the operation log of the primary database. The auxiliary member then copies and applies these operations to the asynchronous process.

    Shulou · 2022-06-02 17:42
  • Production and installation of windows system disk

    Production and installation of windows system disk

    Tools: computer, U disk production process: first, download [Lao Mao Tao (PE tool)] 2, use [Lao Mao Tao (PE tool)] to make U disk as boot disk 3, download [image file] 4, use U disk [boot disk] to install system 5, download [Master Lu] installation driver 1, download [Lao Mao Tao (P

    Shulou · 2022-06-02 17:42