Get the App
  • How to modify the name and description of a deployment set

    How to modify the name and description of a deployment set

    This article will explain in detail how to modify the name of a deployment set and its description information. The content of the article is of high quality, so the editor shares it for you as a reference. I hope you will have some understanding of the relevant knowledge after reading this article. ModifyDeploymentSetA

    Shulou · 2022-06-02 19:17
  • Installing python2 under windows is compatible with python3 development environment

    Installing python2 under windows is compatible with python3 development environment

    Install python2 under windows compatible with python3 development environment 1 download install in different directories python2 and python3 https://www.python.org/downloads/ my directory is D:\ p

    Shulou · 2022-06-02 19:17
  • Linux piecemeal Foundation Command

    Linux piecemeal Foundation Command

    Modify the linux terminal command line color, and write to the file to permanently save the display prompt format to modify the prompt format to determine your favorite format to check whether the file enters the .bashrc file to edit the .bashrc file, add the character format wq guarantee

    Shulou · 2022-06-02 19:17
  • Set static route and default route on GNS3

    Set static route and default route on GNS3

    1. To set up a static route on GNS3, first open GNS3, build two new routers and two VPCS users, and use the network cable connection to show the IP address of each interface, PC1 192.168.1.10/24R1 f0ap0192.168.1.1.

    Shulou · 2022-06-02 19:16
  • SQL Server 2008 automatic email HTML form

    SQL Server 2008 automatic email HTML form

    DECLARE @ emailBody NVARCHAR (MAX); SET @ emailBody = N'table {table-layout:fixed;width:1200px;border:1px

    Shulou · 2022-06-02 19:16
  • Vxlan-vxlan layer 2 interworking without tunnel mode

    Vxlan-vxlan layer 2 interworking without tunnel mode

    1. The basic concept of VXLAN VXLAN is a network virtualization technology in NVO3 (Network Virtualization over Layer 3), which encapsulates the packets sent by virtual machines in UDP and uses the IP of the physical network.

    Shulou · 2022-06-02 19:16
  • Install Centos7 on DELL T410 server USB disk

    Install Centos7 on DELL T410 server USB disk

    The company has an obsolete DELL T410 server and two 500G hard drives. 8 GB of memory, using DELL's sas 6/ir to configure raid0. Idle is also idle to install centos7 to do a test platform. There are some problems encountered in the installation process, so write down the supply university.

    Shulou · 2022-06-02 19:16
  • Python crawl preparation three urllib2 modules

    Python crawl preparation three urllib2 modules

    The default User-Agent of urllib/urllib2 is Python-urllib/2.7, which is easily detected as a crawler, so we need to construct a request object, using the request method. 1. View Header information 2. Set U

    Shulou · 2022-06-02 19:16
  • Nginx logs use json output

    Nginx logs use json output

    Use json format to output log records in nginx log_format json'{"time_local": "$time_local",'"remote_addr": "$remote_addr"

    Shulou · 2022-06-02 19:16
  • SFB project experience-53-Outlook 2016-connection-Exchange 2016-unsuccessful

    SFB project experience-53-Outlook 2016-connection-Exchange 2016-unsuccessful

    Customer questions: 1) add domain Outlook 2016, you can connect to Exchange 2016 CU10. 2) without domain Outlook 2016, you cannot connect Exchange 2016 CU10. 3) Outloo

    Shulou · 2022-06-02 19:15
  • Exchange 2013 configure MAPI OVER HTTP

    Exchange 2013 configure MAPI OVER HTTP

    For some reason, the 51cto toolbar cannot be displayed properly and can only be expressed in words. Environment: exchange server 2013 latest cu2.outlook 2016 latest update description: 1.exchange2013 does not enable MA by default

    Shulou · 2022-06-02 19:15
  • Exchange Server client connection

    Exchange Server client connection

    Client connection: http&https DNS: email domain name: https://technet.microsoft.com/zh-cn/library/mt473798(v=exchg.15

    Shulou · 2022-06-02 19:15
  • 2 docker image management

    2 docker image management

    Naming format when using images: if REPOSITORY:TAG does not write tag, the default is latestrepository format: server IP: Port / category / image name: tag does not have to use this naming method, just us and the warehouse

    Shulou · 2022-06-02 19:15
  • Server programming experience (4)-- how to set socket to non-blocking mode

    Server programming experience (4)-- how to set socket to non-blocking mode

    Socket created on the windows platform using either the socket () function or the WSASocket () function is blocking mode: SOCKET WSAAPI socket (_ In_ int af,_In_ int ty)

    Shulou · 2022-06-02 19:15
  • Apache Web Page Compression and caching

    Apache Web Page Compression and caching

    Content points: Apache page optimization page compression overview and function introduction web page cache overview and function introduction 1. Apache page optimization overview 1. In enterprises, only the default configuration parameters are used after the deployment of Apache, which will cause a lot of problems on the website, in other words, the default configuration is for

    Shulou · 2022-06-02 19:15
  • Dynamic routing experiment 2 hosts + 3 routing machines

    Dynamic routing experiment 2 hosts + 3 routing machines

    Experimental environment 1: GNS3 software 2: two initialized PCs (using VPCs) and three initialized routers 3: if the host is using a virtual machine, then all the firewalls of the virtual machine need to be turned off, otherwise the data transmission will be affected later. Experimental process 1:GN

    Shulou · 2022-06-02 19:15
  • Nginx reverse proxy instance

    Nginx reverse proxy instance

    First, the demand scenario: there are data centers An and B. Only servers in data center B can access www.b.com. Today, there is a server A2 in data center A that also needs to access www.b.com. There is a Nginx server A1 with a public network IP in data center A.

    Shulou · 2022-06-02 19:14
  • MRTG FOR WINDOWS installation Guide

    MRTG FOR WINDOWS installation Guide

    MRTG FOR WINDOWS installation guide MRTG (Multi Router Traffic Grapher), generally speaking, is an open source software that monitors the traffic load of network links, which can be obtained from all devices running the SNMP protocol, including the server

    Shulou · 2022-06-02 19:14
  • Ubuntu19.08 installation

    Ubuntu19.08 installation

    Select installation language choose English choose US do not test keyboard layout, choose NO set host name enter a new user name enter a new user password confirmation password prompt password is too easy, continue to choose YES choose Asia Shanghai time zone choose manual partition selection is to create a blank distinction of a 10

    Shulou · 2022-06-02 19:14
  • Case and loop statements of Shell scripts

    Case and loop statements of Shell scripts

    Case and loop statement of Shell script this chapter structure: case multi-branch statement loop statement for loop statement while loop statement I. case multi-branch statement case statement is mainly applicable to the following situations: there are multiple values for a variable, each of which needs to be valued

    Shulou · 2022-06-02 19:14