Get the App
  • The simple UNIX-opening the History

    The simple UNIX-opening the History

    It is no exaggeration to say that the UNIX model is the prototype of the modern operating system! Whether it is the original UNIX series, such as AIX,Solaris,HP- UX,FreeBSD,NetBSD,... Or similar to UNIX, such as Linux... Also

    Shulou · 2022-06-03 05:52
  • Classic case: double-exit configuration of H3C campus network

    Classic case: double-exit configuration of H3C campus network

    Blogger QQ:819594300 blog address: http://zpf666.blog.51cto.com/ friends who have any questions can contact the blogger, the blogger will help you answer, thank you for your support! 1. Case study this case takes the campus network exit of a university as an example.

    Shulou · 2022-06-03 05:52
  • Learning Notes on the principles and applications of Unix-Chapter IV File system 1

    Learning Notes on the principles and applications of Unix-Chapter IV File system 1

    File: an unix file does not include eof symbols. The length and name of the file are not saved in the file. All the attributes of the file are stored in a special area of the hard disk and are only accessible by the kernel. Classification of files: ordinary files: also known as standard files, standard files usually save only characters

    Shulou · 2022-06-03 05:52
  • How to set XAMPP installed under Windows to boot services such as Apache and MySQL

    How to set XAMPP installed under Windows to boot services such as Apache and MySQL

    After installing Xampp on Windows, you have to go to the Xampp console to start and disable services such as Apache and MySQL, but you can set Apache and other services to be installed as system services, so as to enable the service to boot automatically. 1. In the Xampp installation directory

    Shulou · 2022-06-03 05:51
  • The shortcut key of command and the editing method under vi command

    The shortcut key of command and the editing method under vi command

    four。 Operating system Command Shortcut 1) use the arrow keys ↑ ↓-quick access history commands (input commands will be temporarily saved in memory-> saved in disk file) 2) quickly move the cursor ctrl + a-move the cursor to the beginning of the line ct

    Shulou · 2022-06-03 05:51
  • How to generate Wechat multi-parameter QR code?

    How to generate Wechat multi-parameter QR code?

    Wechat official account multi-parameter QR code is generated and implemented by the interface provided by Wechat public platform. How can we generate those who can't write code? Through the micro account help platform channel QR code function, automatically generate the QR code with parameters, scan the code and pop up Wechat card coupons or WeChat Mini Programs to convert users. Parameter QR code user channel

    Shulou · 2022-06-03 05:51
  • Basic knowledge of Windows and Server

    Basic knowledge of Windows and Server

    1. What do the following metrics mean in CPU performance metrics? External frequency: the reference frequency of the CPU, the speed of synchronous operation between the CPU and the motherboard, which determines the running rate of the whole motherboard. Front-end bus frequency: directly affects the speed of data exchange between CPU and memory. two。 The two cores of the motherboard

    Shulou · 2022-06-03 05:51
  • Redis5 enables the bloomfilter plug-in

    Redis5 enables the bloomfilter plug-in

    Download, compile and install the Rebloom plug-in wget https://github.com/RedisLabsModules/rebloom/archive/v1.0.3.tar.gz to extract tar zxvf v1.

    Shulou · 2022-06-03 05:51
  • Construction and Application of DHCP-Relay Service (detailed explanation of experiment)

    Construction and Application of DHCP-Relay Service (detailed explanation of experiment)

    1. Experimental preparation: (1) GNS3 software: 1, a layer 2 switch, a layer 3 switch, two PCs, and a DHCP server Experimental Topology Diagram: (2) VMware virtual machines (vmnet1, vmnet2, vmnet8 are all hosts only

    Shulou · 2022-06-03 05:51
  • Dell R710 server configures remote control card

    Dell R710 server configures remote control card

    We configure the remote control card in the server, and open the remote card interface through the browser and the network, which is equivalent to operating the server in front of the server (including the startup process can be seen). Remote control cards include independent and integrated control cards (independent can watch the startup process). Independent control cards are recommended.

    Shulou · 2022-06-03 05:51
  • Elasticdump migrates elasticsearch data

    Elasticdump migrates elasticsearch data

    Elasticdump migrates elasticsearch data elasticdump github address https://github.com/taskrabbit/elasticsearch-dump fold

    Shulou · 2022-06-03 05:51
  • Set up Keepalived to realize dual-computer hot standby

    Set up Keepalived to realize dual-computer hot standby

    Keyalived double-click Hot standby Overview Keepalived was originally a powerful auxiliary tool designed specifically for LVS, which is mainly used to provide failover (Failover) and health check (Health Checking) functions.

    Shulou · 2022-06-03 05:51
  • How to disable Citrix Receiver hardware acceleration

    How to disable Citrix Receiver hardware acceleration

    Recently, customers say that when using 3D VDI, there are frequent blurred screen problems, which is a bit weird. Because this problem was encountered when the project was just launched, I opened a case for Citrix and gave it to solution. The problem was solved, but it happened again recently. Citrix environment information such as

    Shulou · 2022-06-03 05:51
  • How to build a Citrix desktop cloud experimental environment?

    How to build a Citrix desktop cloud experimental environment?

    How to build a Citrix desktop cloud experimental environment? This problem may be often seen in our daily work. Through this question, I hope you can gain more. Here are the steps to solve this problem. Build the PVS host and select the server to install. After installing the PVS, start installing the console. Until the console.

    Shulou · 2022-06-03 05:51
  • Common mistakes and Solutions in using Docker

    Common mistakes and Solutions in using Docker

    Today, the editor will bring you an article about common mistakes and solutions in using Docker. The editor thinks it is very practical, so I will share it for you as a reference. Let's follow the editor and have a look. Operating system: CentOS Linux release 7.5.1

    Shulou · 2022-06-03 05:51
  • What about the data volumes mistakenly mounted to the Ocfs2 file system by the Linux file system?

    What about the data volumes mistakenly mounted to the Ocfs2 file system by the Linux file system?

    What about the data volumes mistakenly mounted to the Ocfs2 file system by the Linux file system? I believe that many novice rookies can do nothing about this. Through the summary of this article, I hope you can find a solution. What is the Linux file system? files in the Linux file system are collections of data

    Shulou · 2022-06-03 05:51
  • What is the difference between a docker container and an image?

    What is the difference between a docker container and an image?

    What is the difference between a docker container and an image? The docker image is a read-only template for the docker container runtime, and the image can be used to create a docker container. 1. Image is a unified view of a bunch of read-only layer.

    Shulou · 2022-06-03 05:51
  • What is the docker container relational topology

    What is the docker container relational topology

    What is the docker container relationship topology? To study docker clusters, you must first be familiar with the network topology in the docker container. Docker supports the network function of the container through network driver (network drivers), and Docker provides two kinds of networks.

    Shulou · 2022-06-03 05:51
  • How does the CVM resolve the domain name

    How does the CVM resolve the domain name

    How does the CVM resolve the domain name? We use CVM to build a website. After the upload program binds the domain name, it must be resolved in order to allow others to access our website through the domain name. The resolution operation is to resolve the domain name to IP, and the service is completed by the DNS server to resolve the domain name to an IP address.

    Shulou · 2022-06-03 05:51
  • What are the risks of putting servers in the cloud?

    What are the risks of putting servers in the cloud?

    What are the risks of putting a server in the cloud? Now many cloud service providers have enhanced their security awareness and improved the security of cloud servers. Therefore, we do not have to worry too much about the risk of the cloud server. But the CVM may also face some common security risks, webmasters need to be aware of these problems, and

    Shulou · 2022-06-03 05:51