Get the App
  • Introduction to common commands of git

    Introduction to common commands of git

    This article is to share with you an introduction to common git commands. The editor thought it was very practical, so I shared it with you to learn. The following information is about the common commands of git. 1) basic environment 1) Local initialization: generate a .git directory, do not easily modify the command: git

    Shulou · 2022-06-03 05:07
  • How to build a Web cluster in Haproxy?

    How to build a Web cluster in Haproxy?

    HAProxy is free and open source software written in C language [1] that provides high availability, load balancing, and TCP and HTTP-based application proxies. HAProxy is especially suitable for heavily loaded web sites, which usually require

    Shulou · 2022-06-03 05:07
  • Kubernetes data persistence

    Kubernetes data persistence

    Data persistence is the general name of transforming the in-memory data model into the storage model and the storage model into the in-memory data model. The data model can be any data structure or object model, and the storage model can be relational model, XML, binary stream, and so on. Docker containers are alive.

    Shulou · 2022-06-03 05:07
  • VS2015 compiles Live555 streaming media server

    VS2015 compiles Live555 streaming media server

    VS2015 compiles Live555 streaming server scenario uses Live555 to simulate IPC transmission of RTSP video streams, and then uses VLC to play h364 to prepare live555-latest.tar.gz: download URL http://www.l

    Shulou · 2022-06-03 05:07
  • What are the advantages of server hosting?

    What are the advantages of server hosting?

    Advantages of server hosting 1. Server configuration upgrade on demand when selecting a server, enterprises can decide what kind of hardware configuration the server needs according to their own needs and the direction of business development. In addition, in the later stage, enterprises can also upgrade the hard disk and cpu of the server according to their own needs.

    Shulou · 2022-06-03 05:07
  • A small bug exists in Exchange 2013 CU16 found through the test.

    A small bug exists in Exchange 2013 CU16 found through the test.

    When I was doing a test recently, I found that the DLP policy of Exchange 2013 CU16 could not filter encrypted attachments, and if the DLP policy was set to "cannot check content", it would block normal messages (without attachments). There is no solution at present, if there is

    Shulou · 2022-06-03 05:07
  • What is the cause of the problem when the server chooses hosting?

    What is the cause of the problem when the server chooses hosting?

    The advent of the network era is accompanied by the progress of science and technology, and the network must need a server, which I believe we all know. It is generally divided into rental and hosting, so the problem comes, what are the reasons for the problem when the server chooses hosting? Network emergence of 1.IDC service providers

    Shulou · 2022-06-03 05:07
  • Basic Certification of HTTP

    Basic Certification of HTTP

    Authentication is to give some × × × Ming. When you show a photo like a passport or driver's license, you give some evidence that you are who you claim to be. When you enter the PIN code on the ATM or the password in the dialog box of the computer system, you are also proving that you are

    Shulou · 2022-06-03 05:06
  • How to host a static website with Azure Storage

    How to host a static website with Azure Storage

    This time, we will introduce another function of Azure Storage, static website, as its name implies, which is a static website. We all know that storage is used to store some unstructured data. If a website contains only static content, as long as

    Shulou · 2022-06-03 05:06
  • XP Virtual connection tutorial

    XP Virtual connection tutorial

    1. Click "start"-"Control Panel"-"Network connection", click "create a new connection", and click "next" in the reconnect wizard; 2. Select "Connect to my workplace network" and click "next"; 3. Select Virtual Private Network connection, and click next.

    Shulou · 2022-06-03 05:06
  • Install ESXI6 over the PXE network

    Install ESXI6 over the PXE network

    Explain that we can generally use the following ways to install the system: CD, U disk, PXE network, etc., when we install the system in large quantities, the network is a very efficient choice. VMware ESXI is based on Linux, so it is like all Linux systems, except that it supports

    Shulou · 2022-06-03 05:06
  • What if the linux environment cannot scan iSCSI shared resources?

    What if the linux environment cannot scan iSCSI shared resources?

    Configuration environment information: Redhat7 target:192.168.23.10Redhat7 initiator:192.168.23.20Windows10 initiator:192.168.23.1 issu

    Shulou · 2022-06-03 05:06
  • How to build a memcache cache server?

    How to build a memcache cache server?

    Introduction to MemCache MemCache is a free, open source, high-performance, distributed in-memory object caching system, which is used for dynamic Web applications to reduce the load of the database. It reduces the number of times to read the database by caching data and objects in memory.

    Shulou · 2022-06-03 05:06
  • Introduction and usage of ssh and sshd server

    Introduction and usage of ssh and sshd server

    What is ssh? SSH is an acronym for Secure Shel, developed by IETF's network team (Network Working Group); SSH is a security protocol based on the application layer. SSH is more reliable and is specially designed for remote login.

    Shulou · 2022-06-03 05:06
  • Which is better, managed dedicated server or unmanaged dedicated server?

    Which is better, managed dedicated server or unmanaged dedicated server?

    What's the difference between a managed dedicated server and an unmanaged dedicated server? which is better for you? The difference is a very simple difference, as the naming itself shows, I believe you have been self-evident. When you choose to host a dedicated server, the managed service provider is responsible for the server management part. Trusteeship service

    Shulou · 2022-06-03 05:06
  • How to build Memcache service

    How to build Memcache service

    The installation of MemcacheMemcache requires the help of LAMP or LNMP. This blog uses the LNMP structure to install the environment as follows: 192.168.148.129 Memcache192.168.148.130 p

    Shulou · 2022-06-03 05:06
  • There are several network modes for docker containers

    There are several network modes for docker containers

    Docker Container is an open source application container engine that allows developers to package their applications and dependency packages into a portable container in a unified way, and then publish them to any server that installs the Docker engine. With the rapid development of cloud computing and

    Shulou · 2022-06-03 05:06
  • The solution to packet loss of Linux Server Network Card

    The solution to packet loss of Linux Server Network Card

    Normally, the interruption of the Nic in Linux is handled by a CPU core. In scenarios with high traffic, there will be some strange situations (the Nic has not yet reached the bottleneck, but packet loss occurs). We'd better see if the Nic interruption is lack of tuning. Optimize 3 key points

    Shulou · 2022-06-03 05:06
  • The solution of prompting rpmReadSignature error during RPM installation

    The solution of prompting rpmReadSignature error during RPM installation

    Download a RPM from the server, and after the download is complete, the installation can always prompt an rpmReadSignature error, resulting in the failure to install. It turns out that it can be solved by using a binary instruction before get. The error message is as follows: [root@u

    Shulou · 2022-06-03 05:06
  • Build the extension of ngrok server

    Build the extension of ngrok server

    Before you understand this article, please read the first two blog posts. Or you'll feel confused. This article mainly focuses on the expansion of divergent thinking and some problems encountered by this blogger on the basis of the first two articles. I hope it will be helpful to others so that you can avoid detours. Nginx port forwarding if server port 80 is already occupied

    Shulou · 2022-06-03 05:06