Get the App
  • How to write the keywords keyword and description description of a single page marketing website

    How to write the keywords keyword and description description of a single page marketing website

    With the development of the network, the bidding mode of single-page marketing is the first choice for more and more people. It is still very expensive to pay for a click simply by bidding. It is not cost-effective for newcomers to enter this business. It is very likely to compromise and give up because a large amount of investment can not be reported. To do single-page marketing requires good design.

    Shulou · 2022-06-02 19:30
  • The method of Windows and Mac connecting to the shared folder in the Intranet of the Company

    The method of Windows and Mac connecting to the shared folder in the Intranet of the Company

    MAC connection file sharing method: (Windows method follows) 1. First open the Finder application in the Mac system, as shown in figure 2. After opening the Finder window, press command+K on the keyboard, as shown in figure 3

    Shulou · 2022-06-02 19:29
  • Use ESXi-Customizer-v2.7.2 to customize the ESXi installation disk

    Use ESXi-Customizer-v2.7.2 to customize the ESXi installation disk

    In the last year or two, Vmware has almost dominated the virtual market. If you turn a blind eye to this trend, it may soon be eliminated by the industry. So we should seize the spare time to study and practice Vmware technology. The problem is that Vmware is launched for enterprises, and the official image is only

    Shulou · 2022-06-02 19:29
  • Cmd DNS parsing cache

    Cmd DNS parsing cache

    Dns parsing cache: ipconfig/ flushdns to view all ip:ipconfig/all

    Shulou · 2022-06-02 19:29
  • Analysis of common operations and nouns in Rancher

    Analysis of common operations and nouns in Rancher

    Please refer to Rancher-Server deployment for Rancher installation. The operation process of this article is demonstrated based on the above deployment environment. Please know for yourself what Rancher does, what functions it can accomplish, and what advantages it has. This article mainly introduces the following points

    Shulou · 2022-06-02 19:29
  • Recover Deleted Item on Client by New Process

    Recover Deleted Item on Client by New Process

    Today I would like to share with you a small change about Exchange 2016 CU6, which has some impact on the usage habits of the client. Users may feel a little confused, the change is about the client-side recovery has been deleted. From Exchange 2010 to Exch

    Shulou · 2022-06-02 19:29
  • CentOS 7.4 enables remote access with Iptables

    CentOS 7.4 enables remote access with Iptables

    CentOS 7 uses firewall as its firewall by default. Install iptables Firewall first. 1. Close firewall:systemctl stop firewalld.servicesystemctl d

    Shulou · 2022-06-02 19:29
  • Good programmer Python Learning Route sharing to implement merge sorting algorithm

    Good programmer Python Learning Route sharing to implement merge sorting algorithm

    Python implements merge sorting algorithm merge sorting was first proposed by John von Neumann in 1945. This algorithm is a very typical application of divide-and-conquer (Divide and Conquer), and each layer of divide-and-conquer recursion can be carried out simultaneously. The basic idea of divide-and-conquer law will

    Shulou · 2022-06-02 19:29
  • Application of ceph distributed Storage all-in-one in Manufacturing Industry _ JITStack Super Fusion all-in-one

    Application of ceph distributed Storage all-in-one in Manufacturing Industry _ JITStack Super Fusion all-in-one

    With the digital transformation of enterprises, traditional manufacturing enterprises are gradually moving towards the stage of intelligent manufacturing through a series of information construction. In this process, enterprises are primarily faced with the problem of management and storage of information data. This paper mainly introduces how to solve the excellent management of enterprise information and data through Ceph distributed storage integrated computer.

    Shulou · 2022-06-02 19:29
  • Packet tracer configuration Terminal Server simplest configuration

    Packet tracer configuration Terminal Server simplest configuration

    1841 router2 add hwic-8a module octal cable connection 1841 router2 async 0 router3 console1841 router2 0 and 1841 router3 console1841 router2 configurations such as

    Shulou · 2022-06-02 19:28
  • Linux shell basic Grammar Amur2

    Linux shell basic Grammar Amur2

    Amur1 talked about some basic grammar, and A2 continues what it said last time. Shell is a programming language, and naturally there are structured representations. The common programming language structure is judgment and loop. Judgments in shell can be divided into three categories: numerical judgment, character judgment, and file judgment.

    Shulou · 2022-06-02 19:28
  • Make a minimum CentOS6 system

    Make a minimum CentOS6 system

    To make a minimum CentOS6 system, you must first make clear the process of CentOS6 startup: POST-> BootSequence (BIOS)-> Bootloader (MBR)-> Kernel (ramdisk).

    Shulou · 2022-06-02 19:28
  • Write a simple keepalived

    Write a simple keepalived

    A brief introduction to keepalived: 1. What is keepalived? Keepalived was originally designed for lvs to ensure the high availability of the cluster, which is used to detect the status of the server, as well as loadbbalance hosts and backup

    Shulou · 2022-06-02 19:28
  • Pressure test of elasticsearch by esrally

    Pressure test of elasticsearch by esrally

    Reference document: https://blog.csdn.net/znb769525443/article/details/90722067es official document on benchmarking: https://elasticsearch-

    Shulou · 2022-06-02 19:28
  • Zabbix 3.0-Chapter 9 data Visualization

    Zabbix 3.0-Chapter 9 data Visualization

    Chapter 9 data visualization Zabbix is a very flexible and powerful monitoring system. It can not only monitor a large number of different types of data indicators, but also provide a variety of visualization tools for these data and the relationship between them. The data can be displayed directly through graphics, display screen, network topology diagram and so on.

    Shulou · 2022-06-02 19:28
  • Varnish basic configuration to achieve dynamic and static separation of web sites

    Varnish basic configuration to achieve dynamic and static separation of web sites

    Because the program access of a web site has local characteristics: time locality: after a data has been accessed, it may be accessed again soon; spatial locality: when a data is accessed, the data around it may also be accessed; varnish can cache this part of the data.

    Shulou · 2022-06-02 19:28
  • Toolbars in the main Qt window

    Toolbars in the main Qt window

    Toolbar class QToolBar shortcut QAciton QToolBar* tb = addToolBar ("ToolBar"); / / addToolBar is a member function of the main window of Qt. Create a tool in the main window.

    Shulou · 2022-06-02 19:27
  • View the Linux kernel version

    View the Linux kernel version

    You may need to know exactly which kernel version is running on the GNU / Linux operating system for a number of reasons. Maybe you're debugging hardware-related problems, or learning about new security vulnerabilities that affect the old kernel version, and you want to know if your kernel is easy. Whatever the reason, from the command line

    Shulou · 2022-06-02 19:27
  • Remove the record of su commands from the message log file

    Remove the record of su commands from the message log file

    Root authority is required for script execution, but su commands are used in the script to execute other commands or scripts, such as using the nginx user to invoke the log statistics script. There are too many logs in the / var/log/message log showing Jun 28 10:28:06 lo

    Shulou · 2022-06-02 19:27
  • Windows Server 2003 R2 Domain controlled Migration Windows Server 2012 R2

    Windows Server 2003 R2 Domain controlled Migration Windows Server 2012 R2

    Windows Server 2003 R2 Domain controlled Migration Windows Server 2012 R2Prepared By: Jason WangDate: November 5, 2016Last

    Shulou · 2022-06-02 19:27