Get the App
  • GCC and compilation process

    GCC and compilation process

    GCC and compilation process GCC (GNU Compiler Colletion), GUN compiler suite, is a set of programming language compilers developed by GNU. The GCC compiler under Linux system actually calls other different tools to complete preprocessing and compilation.

    Shulou · 2022-06-02 21:19
  • Host configuration tutorial for xshell remote connection under Centos7

    Host configuration tutorial for xshell remote connection under Centos7

    1. Host environment configuration 1. Activate the network card (1) Open the file ifcfg-ens33#vi / etc/sysconfig/network-scripts/ifcfg-ens33 (Note-the configuration file name of the ens33 network card may be different for each machine

    Shulou · 2022-06-02 21:19
  • Considerations for nginx to send dynamic content

    Considerations for nginx to send dynamic content

    Static file optimization for static files, such as pictures, documents, videos, you should try to set a larger cache time. For example: location ~\. (gif | jpg | jpeg | png | bmp | ico) ${root / var

    Shulou · 2022-06-02 21:19
  • Using Windbg to analyze the causes of Blue screen

    Using Windbg to analyze the causes of Blue screen

    Preface: when the computer frequently blue screen, we need software to find the cause of the blue screen, at this time you can use Windbg software to analyze the blue screen file to find the reason. Tools: 1.WinDbg software, there are two versions, you can refer to my previous article: install and configure sym for windbg

    Shulou · 2022-06-02 21:18
  • On the Detection of the Internet

    On the Detection of the Internet

    Click here to see more, please add a link description as a university testing teacher "academic misconduct network", today to help our graduate graduation thesis weight check, inadvertently found that the detection scope of the knowledge net detection system has a "Internet resources (including post bar and other forum resources)" this detailed information. This

    Shulou · 2022-06-02 21:18
  • Windows program runs in the background

    Windows program runs in the background

    Background running configuration of Spring Boot application sort out some configuration methods about spring Boot background running. Before introducing the background running configuration, let's review several ways in which Spring Boot applications run: run Spring Bo

    Shulou · 2022-06-02 21:18
  • Nginx rewrite secondary directory jump band slash

    Nginx rewrite secondary directory jump band slash

    Since the website url has a custom secondary directory, such as http://www.example.com/ppt, you need to force a slash after the secondary directory ppt. At this point, you need to make rewrite rules. The correct method has not been found on the Internet.

    Shulou · 2022-06-02 21:18
  • Regular expressions in shell programming (1) basic regular expressions

    Regular expressions in shell programming (1) basic regular expressions

    Regular expressions have previously learned the basic usage of Shell scripts, and you can edit Shell scripts with conditional judgments, loops, and other statements. Next we will begin to introduce a very important concept-regular expressions (RegularExpression,RE).

    Shulou · 2022-06-02 21:18
  • The last explanation of the Ransom:Win32.WannaCrypt solution for blackmail virus

    The last explanation of the Ransom:Win32.WannaCrypt solution for blackmail virus

    The last explanation on the Ransom:Win32.WannaCrypt solution of the blackmail virus on the night of 2017-5-12, the ransomware Ransom:Win32.WannaCrypt broke out in a large area. What is more popular than a virus outbreak is

    Shulou · 2022-06-02 21:18
  • Summary of questions about shared printers and file sharing:

    Summary of questions about shared printers and file sharing:

    Summary of questions about shared printers and file sharing (1): registry: regrdit; Group Policy: gpdit.msc problem 1: the specified network name is not available on the server with the following settings 1. Open my computer control panel to enter the management tool. Choose the local strategy, and we'll fix it.

    Shulou · 2022-06-02 21:18
  • Coexistence of python2 and python3 under win10

    Coexistence of python2 and python3 under win10

    1. Install python2 and python3 in turn, and add 2. 0 to the system environment variable. Find the installation directory of python3, usually at C:\ Users\ Administrator\ AppData\ Local\ Programs\ P

    Shulou · 2022-06-02 21:18
  • The best solution to transfer the server to office 365 in real time

    The best solution to transfer the server to office 365 in real time

    The real-time transfer of cut-off and split-segment transfer restrictions to office 365. EdbMails life transfer to office 365, designed to move complete data according to the internal deployment of real-time communication to office 365. Some high-level features of the tool include incremental, incremental CS

    Shulou · 2022-06-02 21:18
  • On the Communication skills of HA-MIR Mirror dual-computer Virtual IP and Zhou Ligong CANET-200T using UDP Mode

    On the Communication skills of HA-MIR Mirror dual-computer Virtual IP and Zhou Ligong CANET-200T using UDP Mode

    System environment Windows Server2008R2 Enterprise X64; dual-computer hot standby software HA-MIR;CAN communication module uses Zhou Ligong CANNET-200T; experiment to show that this experiment uses notebook to build VMware wo

    Shulou · 2022-06-02 21:18
  • Add permission control for Kubernetes dashboard access users

    Add permission control for Kubernetes dashboard access users

    Add access control [TOC] 1 for Kubernetes dashboard access users. Requirements in the development environment for developers to create application deployment management rights, you can use dashboard token and kubeconfig files to log in, and open

    Shulou · 2022-06-02 21:18
  • In what ways does the

    In what ways does the "elasticity" of CVM reflect?

    We all know that cloud computing has the feature of elastic expansion, which means that the available resources in the cloud can change flexibly and rise and fall freely according to the needs of users, and can match the right amount of resources during peak or trough periods of business. neither stretched nor wasted. Elastic cloud servers, to put it simply, refer to

    Shulou · 2022-06-02 21:18
  • Real-time monitoring service ARMS launches Mini Program monitoring to support all kinds of Mini Program

    Real-time monitoring service ARMS launches Mini Program monitoring to support all kinds of Mini Program

    Aliyun ARMS real-time monitoring service newly launched Mini Program monitoring, supporting a variety of Mini Program, Aliyun encyclopedia to share: ARMS Mini Program monitoring Aliyun ARMS Mini Program monitoring ARMS comprehensive monitoring Mini Program, three major features to enhance the user experience: coverage of all kinds of Mini Program monitoring scenarios micro

    Shulou · 2022-06-02 21:18
  • Kubernetes Cluster installation Guide: environment preparation and initialization system

    Kubernetes Cluster installation Guide: environment preparation and initialization system

    This series of documents will cover all the steps of deploying the latest kubernetes v1.14.2 cluster using binaries, rather than using automated methods such as kubeadm. Mainly suitable for having a certain kubernetes foundation, want to go through one step

    Shulou · 2022-06-02 21:18
  • Operation and maintenance skills of K8S-- DNS part

    Operation and maintenance skills of K8S-- DNS part

    one。 Custom dns; 1. Introduction; 2. How to get the dns name; 3. Supported DNS mode; 4. Custom dns;1. Describes how Kubernetes DNS schedules DNS Pod and services on the cluster, and configures kubelet

    Shulou · 2022-06-02 21:17
  • Common components of Helm templates

    Common components of Helm templates

    Applying an image is the core of the chart package. It must contain: image repository address, image name, image version. The values.yaml field specification is as follows: repository: hub: docker.io image: gitla

    Shulou · 2022-06-02 21:17
  • How does LoadRunner monitor Linux system resources

    How does LoadRunner monitor Linux system resources

    A brief description: the following error pops up when LoadRunner monitors Linux resources: Monitor name: UNIX Resources. Cannot initialize the monitoring on 19

    Shulou · 2022-06-02 21:17