Get the App
  • Windows Server 2016-Command Line Management of Windows Services

    Windows Server 2016-Command Line Management of Windows Services

    Microsoft Windows services (formerly known as NT services) allow users to create executable applications that can run for a long time in their own Windows sessions. These services can be started automatically when the computer starts, can be paused and restarted, and are not visible.

    Shulou · 2022-06-03 07:20
  • Common commands for statistical analysis of Nginx Access Log logs

    Common commands for statistical analysis of Nginx Access Log logs

    Nginx Access Log log statistical analysis common commands Nginx Access Log log statistical analysis common commands IP related statistics IP visits awk'{print $1} 'access.log | sort

    Shulou · 2022-06-03 07:20
  • Use Powershell to add Tags for Azure resources in bulk

    Use Powershell to add Tags for Azure resources in bulk

    In the process of using Azure, we can apply Tags to Azure resources, so that the metadata logic can be organized into certain categories. Each Tags consists of a name and a value. For example, we can change the name "Environment" and the value "Product"

    Shulou · 2022-06-03 07:20
  • Network reference model

    Network reference model

    Network reference model 1, OSI reference model 1, OSI seven-layer model OSI (Open system interconnection open systems interconnection) ISO (International Standard Organizati)

    Shulou · 2022-06-03 07:20
  • Install and configure uWSGI+Nginx under centos

    Install and configure uWSGI+Nginx under centos

    1. Close SELINUX:1 [root@PYTHON27 /] # vim / etc/selinux/config1, change SELINUX=enforcing to SELINUX=disabled2, and install EPE

    Shulou · 2022-06-03 07:20
  • (1) GNS3 environment building (Wireshark,SecureCRT,winpcap)

    (1) GNS3 environment building (Wireshark,SecureCRT,winpcap)

    GNS3,Wireshark,SecureCRT-related software packages can be extracted from the link below: https://pan.baidu.com/s/17T2KKzAR2lZUJqBzZoYciw extraction code: izcq Baidu encyclopedia

    Shulou · 2022-06-03 07:20
  • Win10 command to disable driver signature

    Win10 command to disable driver signature

    When installing some drivers, the Win10 disable driver signature feature will prompt that the hash value is damaged or if the driver cannot be installed after manually modifying the inf driver file, you can first try to disable the driver forced signature and restart the computer, then try to install it, and then sign the startup after the installation is successful.

    Shulou · 2022-06-03 07:20
  • OpenStack practice (11): Instance Live Migrate and Evacuate

    OpenStack practice (11): Instance Live Migrate and Evacuate

    Live Migrate (dynamic Migration) refers to the migration of clients between different hosts while ensuring the normal operation of application services on the client. It is divided into two parts: Block Migration (Block Migration) without shared storage and shared storage.

    Shulou · 2022-06-03 07:20
  • Mysql master-slave synchronous read and write separation

    Mysql master-slave synchronous read and write separation

    Https://pan.baidu.com/s/1tm_FQ4C8heQqzx01URr85A / / Software connects three mysql databases of Baidu network disk: main database server: 192.168.80.100

    Shulou · 2022-06-03 07:20
  • Guide to the Development of OpenStack Hacker

    Guide to the Development of OpenStack Hacker

    I hope this article can unlock the knot that has haunted you for a long time. If it is a dead knot, please move to https://wiki.openstack.org/wiki/Main_Page to learn OpenStack is actually the process of learning all kinds of Python libraries.

    Shulou · 2022-06-03 07:20
  • Health examination and monitoring of Kong

    Health examination and monitoring of Kong

    You can have the API of the Kong agent use ring-balancer and configure it by adding a upstream entity that contains one or more target entities, each pointing to a different IP address (or hostname) and port. Ring-bala

    Shulou · 2022-06-03 07:20
  • AssetBundle packaged Resources

    AssetBundle packaged Resources

    Open unity create a new project create a new Editor folder under Assets create a script under this folder AssetsBundles generate AssetBundle package / / code part using UnityE for the complete code in the script

    Shulou · 2022-06-03 07:20
  • Virtual machine installation Windows Server 2003

    Virtual machine installation Windows Server 2003

    Tools: 1. VMware Workstation2, Winsows Server 2003 CD-ROM image file (.iso) preparation: create a new folder to store the virtual machine, name and path at will [demo folder Ser01] 1, create virtual

    Shulou · 2022-06-03 07:20
  • How to solve the problem that ssh can't connect to linux server?

    How to solve the problem that ssh can't connect to linux server?

    This article and you to understand how ssh can not connect to the linux server should be solved. There is a certain reference value, friends in need can refer to, hope to help you. What if the ssh cannot connect to Linux: blocked by the firewall, in the ssh service profile

    Shulou · 2022-06-03 07:20
  • The solution to the problem of too small disk space caused by swap

    The solution to the problem of too small disk space caused by swap

    By accident, it is found that the partition storage space mounted by the system swap is very small, resulting in zabbix monitoring always warning that the disk space is less than 10%, so the most timely and effective way is to remount the swap to a disk with more disk space. You can use df-

    Shulou · 2022-06-03 07:20
  • Four ways for linux to execute shell script

    Four ways for linux to execute shell script

    This article mainly introduces four ways for linux to execute shell script in detail. The sample code in this article is very detailed and has a certain reference value. Interested friends can refer to it. There are usually four ways to execute shell scripts in Linux, which are

    Shulou · 2022-06-03 07:20
  • The method of viewing system configuration by linux

    The method of viewing system configuration by linux

    With the development of the Internet, more and more people have entered the IT industry, so what are the ways for linux to view the system configuration? You know what? In order to give you a better understanding of the way linux views the system configuration, the editor summarizes the following, let's read on. Lscpu:

    Shulou · 2022-06-03 07:20
  • The linux compressed file command uses the

    The linux compressed file command uses the

    This article mainly introduces the use of linux compression file command in detail, the sample code in this article is very detailed, it has a certain reference value, interested friends can refer to it. Use the tar command to compress files. Notice the parameter cvf followed by the tar command

    Shulou · 2022-06-03 07:20
  • What is the linux create user command

    What is the linux create user command

    We know that linux is a multi-user operating system. The default root user has a lot of administrative privileges, and we need to create a new user if we want others to use some of the permissions. How should it be done? Many people don't know much about it. Today, the editor created user lives in order to let you know more about linux.

    Shulou · 2022-06-03 07:19
  • What are the ways for linux to check which group a user belongs to?

    What are the ways for linux to check which group a user belongs to?

    What are the ways for linux to see which group a user belongs to? Many people do not understand, today, in order to let you know more about linux to see which group users belong to, so give you a summary of the following content, let's look down together. There are many ways for linux to view the group to which a user belongs: life

    Shulou · 2022-06-03 07:19