Get the App
  • The method of establishing Virtual ip by Linux

    The method of establishing Virtual ip by Linux

    1. Introduction to virtual ip Virtual IP address (VIP) is an IP address that is not connected to a specific computer or a network interface card (NIC) in a computer. The packet is sent to this VIP address, but all the data goes through the real network interface. Above is the definition of Baidu.

    Shulou · 2022-06-03 02:51
  • How far is the open source cloud platform from the average user?

    How far is the open source cloud platform from the average user?

    After leaving from college, my friend went to a private vocational secondary school to work as the director of the information center, saying that the information director was actually no different from the big network manager of the Internet bar, taking two students to manage more than 500 computers in the school. In the past, his university has already enabled cloud desktop management, which is very convenient and basically does not have any work.

    Shulou · 2022-06-03 02:51
  • The implementation principle and usage of Nginx Rewrite

    The implementation principle and usage of Nginx Rewrite

    1. Introduce 1.1Nginx Rewrite in theory Nginx Rwrite is the rule rewriting of Nginx service, the main function is to realize the jump of browser access to HTTP URL, in which the relevant regular expression is based on Perl language. Generally speaking,

    Shulou · 2022-06-03 02:51
  • A preliminary study of Service Grid Framework: Istio, Linkerd and SOFAmesh

    A preliminary study of Service Grid Framework: Istio, Linkerd and SOFAmesh

    Boyun Technology Community (ID:bocloudresearch), operated by Boyun Research Institute, focuses on IT evolution research, explores the deep integration of cloud technology and industry applications, and brings perfect solutions for the digital transformation of the industry. Guide to 2018, Service Mesh in China

    Shulou · 2022-06-03 02:51
  • The solution that cannot be saved when crontab-e exits

    The solution that cannot be saved when crontab-e exits

    The function of the crontab command is to schedule the execution of some commands at regular intervals. There is a crontab file in the / etc directory, where there are some schedulers that the system is running. Each user can set up his own scheduling crontab. The crontab command has

    Shulou · 2022-06-03 02:51
  • DNS location in the registry

    DNS location in the registry

    1: run and type "regedit" 2: expand HKEY_CURRENT_USER → Software → Microsoft → Office → 16.03: delete the corresponding program folder, such as word, delete word,exc.

    Shulou · 2022-06-03 02:51
  • Make a Dockerfile image

    Make a Dockerfile image

    Dockerfile Overview Dockerfile is a text document that contains commands for combining images. You can use to invoke any command from the command line. Docker automatically generates an image by reading instructions in Dockerfile. Doc of tomcat

    Shulou · 2022-06-03 02:51
  • How to use Nginx

    How to use Nginx

    About Nginx Nginx (engine x) is a high-performance HTTP and reverse proxy web server, while also providing IMAP/POP3/SMTP services. Nginx is the second most visited Ramb for Russia by Igor Sesoyev.

    Shulou · 2022-06-03 02:51
  • Creating a professional compilation environment (14)

    Creating a professional compilation environment (14)

    In some large projects, its structure is very complex. For example, let's analyze the architecture of the project below. The project is divided into several different modules. The code of each module is managed by a folder composed of inc,src,makefile; each module

    Shulou · 2022-06-03 02:51
  • The method of using domestic Mirror Source in pip

    The method of using domestic Mirror Source in pip

    Pip is a tool for installing and managing Python packages. The default installation module path for Python pip is a foreign server. This time, we replace foreign servers with domestic mirror servers to better install various modules of Python. Commonly used domestic images: (

    Shulou · 2022-06-03 02:51
  • The principle and basic Operation of docker

    The principle and basic Operation of docker

    Docker concept Docker is an open source application container engine that allows developers to package their applications and dependency packages into a portable container, publish them to any popular Linux machine, and virtualize them. Containers completely use sandbox mechanism, mutual

    Shulou · 2022-06-03 02:51
  • Example of PowerShell Switch judgment statement

    Example of PowerShell Switch judgment statement

    Example 1, in the if else statement, if there are no matching conditions, you can use else processing, and in the switch statement, if there is no matching condition in case, you can use the keyword default to handle $temperature = 20swi

    Shulou · 2022-06-03 02:51
  • The usage of Linux regular grep/egrep

    The usage of Linux regular grep/egrep

    * the main function of grep is to retrieve content based on keywords. Egrep is an extension of grep. Egrep contains all the functions of grep. Grep usage: grep 'keyword' search object Common parameters:-c search the number of lines containing keywords-I is not size-sensitive

    Shulou · 2022-06-03 02:51
  • KVM and GFS set up deployment clusters

    KVM and GFS set up deployment clusters

    Introduction KVM, short for Keyboard Video Mouse, KVM can access and control the computer by directly connecting the keyboard, video, and mouse (KVM) ports. KVM technology does not require the target server to modify the software. This means that it can be found in BIOS

    Shulou · 2022-06-03 02:51
  • Installation and configuration of FasterDFS

    Installation and configuration of FasterDFS

    Basic Overview FastDFS is an open source distributed file system similar to Google FS, which is implemented in pure C language and supports UNIX systems such as Linux, FreeBSD, AIX and so on. It can only access files through proprietary API, and does not support POSIX access.

    Shulou · 2022-06-03 02:50
  • How to solve the problem of showing unread messages in Outlook

    How to solve the problem of showing unread messages in Outlook

    About Outlook Outlook (full name: Microsoft OfficeOutlook) is a personal information management system software produced by Microsoft. Its main function is to send e-mail, but it also includes calendar, task management, contacts and notes.

    Shulou · 2022-06-03 02:50
  • The method of realizing double Protection by Azure Firewall and Appliation Gateway

    The method of realizing double Protection by Azure Firewall and Appliation Gateway

    About Azure firewall Azure firewall is Azure Firewall, a hosted cloud-based network security service that protects Azure virtual network resources. It is a fully stateful firewall in the form of a service with built-in high availability

    Shulou · 2022-06-03 02:50
  • What do u, r, f, b mean before the characters in python

    What do u, r, f, b mean before the characters in python

    Python is a computer programming language. It is an object-oriented dynamically typed language originally designed for writing automated scripts (shell). With the continuous update of versions and the addition of new features of the language, it is more and more used for independent, large-scale project development. 1. Before the string

    Shulou · 2022-06-03 02:50
  • How to solve the asymmetric routing problem of Azure Firewall

    How to solve the asymmetric routing problem of Azure Firewall

    Azure Firewall is a hosted cloud-based network security service that protects Azure virtual network resources. It is a fully stateful firewall in the form of services with built-in high availability and unlimited cloud scalability. Can be created, implemented, and recorded centrally across subscriptions and virtual networks

    Shulou · 2022-06-03 02:50
  • Installation and deployment of AirFlow

    Installation and deployment of AirFlow

    About airflow Airflow is an open source Workflow project of Airbnb, which has more than two thousand stars on Github. Airflow is written in Python and supports both Python 2 and 3.

    Shulou · 2022-06-03 02:50