Get the App
  • Nginx tuning concurrent testing

    Nginx tuning concurrent testing

    The figure shows the basic optimization idea, which can make more socket connections and open more files. 1. From the point of view of opening files, at the system level: first, use ulimit-n to see the default number of files that a process can open. Default is 128 ulimit-n 50000.

    Shulou · 2022-06-03 04:09
  • Knative practice: implementing message push based on Kafka

    Knative practice: implementing message push based on Kafka

    Cdn.com/01ee67ae04a648166d18ad84af8538056340b4f8.png "> author | Yuanyi Aliyun Intelligent Enterprise Group Senior Development engineer Guide: currently in Knative has provided the right

    Shulou · 2022-06-03 04:09
  • How to configure the redis service to run as an ordinary user

    How to configure the redis service to run as an ordinary user

    Redis is a key-value storage system. Similar to Memcached, it supports relatively more value types for storage, including string (string), list (linked list), set (collection), and zset (sorted set)

    Shulou · 2022-06-03 04:09
  • What's the difference between iptables-I INPUT and-An INPUT?

    What's the difference between iptables-I INPUT and-An INPUT?

    About IPTABLES IPTABLES is an IP packet filtering system integrated with the latest version 3.5 Linux kernel. If the Linux system connects to the Internet or LAN, a server or a proxy server that connects LAN to the Internet

    Shulou · 2022-06-03 04:09
  • Delegation of user rights to Linux/Unix

    Delegation of user rights to Linux/Unix

    Generally speaking, root permissions are in the hands of system administrators and cannot be easily given to ordinary users, but sometimes ordinary users want to do some advanced operations, but they have to trouble the system administrator, for example, change a program file to restart an Apache, and so on. So there is the delegation of root authority.

    Shulou · 2022-06-03 04:09
  • How to deploy Tomcat and configure virtual hosts

    How to deploy Tomcat and configure virtual hosts

    1. Tomcat introduces that Tomcat server is a free and open source Web application server, which is a lightweight application server. It is widely used in small and medium-sized systems and not many concurrent access users. It is the first choice for developing and debugging JSP programs. For a

    Shulou · 2022-06-03 04:09
  • Exchange 2013 (IV) Certificate deployment

    Exchange 2013 (IV) Certificate deployment

    The configuration of the certificate is in the following document, which has been written before, so I won't repeat it this time! Http://zhaodongwei.blog.51cto.com/4233742/1743303

    Shulou · 2022-06-03 04:09
  • Remote Desktop connection failed

    Remote Desktop connection failed

    Today, I suddenly found that I couldn't connect to any server remotely. At first, I thought there was something wrong with my MremoteNT. I didn't take it seriously. I couldn't do it with Microsoft's mstsc. Always report a mistake, saying: An authentication erro

    Shulou · 2022-06-03 04:09
  • The solution of CentOS7 forgetting root user password

    The solution of CentOS7 forgetting root user password

    First, the problem: forget the root password, cannot log in to root, and cannot use the administrative operation of root authority. Second, the solution: the first step: enter the first-aid mode to restart the system, as soon as the boot loading interface appears, quickly press the esc key (be sure to have sick eyes and quick hands) to enter the first-aid mode. Step two

    Shulou · 2022-06-03 04:09
  • Set up a Winmail mail server

    Set up a Winmail mail server

    With the development and popularization of the network, e-mail has become an indispensable part of people's daily work. Many enterprises use Exchange and Lotus Domino as their internal mail servers, and some ISP adopt sendmail.

    Shulou · 2022-06-03 04:09
  • Configuration of Web server (detailed graphic tutorials)

    Configuration of Web server (detailed graphic tutorials)

    Web Services Overview Web server generally refers to a website server, which refers to a program that resides on a certain type of computer on inetrnet and can provide documents to Web clients such as browsers. You can place website files for the world to browse, and you can place data files for the world to download. At present

    Shulou · 2022-06-03 04:08
  • PowerShell study notes-- first acquaintance of PowerShell

    PowerShell study notes-- first acquaintance of PowerShell

    Although I have been more or less exposed to some PowerShell commands before, it is the first time to learn the system, so let's count it as a "first acquaintance". 1. Friends who have played DOS in the console program should be no stranger to the PowerShell console, if not the "PS" logo.

    Shulou · 2022-06-03 04:08
  • Docker HTTP Agent

    Docker HTTP Agent

    Modify the docker agent and start docker$ vim / usr/lib/systemd/system/ docker.service [service] Environment= "HTTPS_PROXY=htt

    Shulou · 2022-06-03 04:08
  • Detailed explanation / etc/passwd with shadow,group

    Detailed explanation / etc/passwd with shadow,group

    To add and manage users, the following three files must be understood. The following figure is / etc/passwd, that is, part of the content structure and composition of / etc/passwd at a glance; an account line, each line consists of seven fields separated by commas, which respectively indicate: login name: password

    Shulou · 2022-06-03 04:08
  • Mixed deployment of Exchange 2013CU17 and office 365-setting property filtering (3)

    Mixed deployment of Exchange 2013CU17 and office 365-setting property filtering (3)

    In the previous article, we have finished installing AAD Connect, and in this article we will set up property filtering. Generally speaking, we can just use the default configuration, and AAD Connect will synchronize all objects in all domains in the configured forest to Azure AD. Use Exc like this

    Shulou · 2022-06-03 04:08
  • KVM virtual machine realizes online hot migration

    KVM virtual machine realizes online hot migration

    Blog outline: first, the migration mode of KVM virtual machine and problems needing attention 2. Kvm virtual machine hot migration configuration example 1, KVM virtual machine migration mode and problems needing attention there are two methods for KVM virtual machine migration: 1. Static migration (cold migration): for cold migration, it is virtual

    Shulou · 2022-06-03 04:08
  • Summary of Zabbix Agent client questions

    Summary of Zabbix Agent client questions

    Problem 1:1 windows server, installed Zabbix Agent, and then repeatedly alarm High ICMP ping lossZabbix agent on xxx is unreachable for

    Shulou · 2022-06-03 04:08
  • My picture bed-API upload example

    My picture bed-API upload example

    Get the Token feature API request method POSTURL https://iimg.com.cn/api/token request parameter name type must indicate whether emailString is mailbox passwordString is account password

    Shulou · 2022-06-03 04:08
  • The concept of ACL access control list and common commands

    The concept of ACL access control list and common commands

    ACL access Control list Overview ACL (1), ACL full name access Control list (Access Control List). (2) basic principle: ACL uses packet filtering technology to read information (such as source address and destination) in layer 3 and layer 4 packet headers on a router

    Shulou · 2022-06-03 04:08
  • Openstack- understands the namespaces and security groups of neutron services

    Openstack- understands the namespaces and security groups of neutron services

    The design goal of Neutron is to achieve "network as a service". In order to achieve this goal, the design follows the principle of network virtualization based on "software-defined network", and makes full use of the linux network related to various network-related technologies on the Linux system.

    Shulou · 2022-06-03 04:08