Get the App
  • Virtualenv for python multi-environment extension

    Virtualenv for python multi-environment extension

    There are many versions of python, and the functions of each version are quite different. in the course of using, we often encounter inconsistencies between the version of python that the third-party library depends on and the version of the system. At the same time, because the bottom layer of the system needs to call the current version of python, we can not change the system p at will.

    Shulou · 2022-06-02 23:24
  • Mysql- server-extended configuration

    Mysql- server-extended configuration

    Mysql- server-extended configuration extended configuration max_connections allows the maximum number of connections, default 100, maximum 16384. This is adjusted according to performance. If a 3000 connection will result in insufficient resources for mysql, give it to 3000. Because give more.

    Shulou · 2022-06-02 23:24
  • How to set IE browser to compatibility mode

    How to set IE browser to compatibility mode

    How to set IE browser to compatibility mode Open IE browser, enter any page and click the "tools" option, a drop-down menu will pop up and choose the "compatibility View Settings" option. After entering the compatibility view settings, fill in the URL where you want to set the compatibility mode, click add, and tick:

    Shulou · 2022-06-02 23:24
  • Close selinux

    Close selinux

    1. Introduction: security enhanced Linux (Security-Enhanced Linux) is referred to as SELinux, which is a Linux kernel module and a security subsystem of Linux. 2. Temporarily close # setenfo

    Shulou · 2022-06-02 23:24
  • What is vim in Linux

    What is vim in Linux

    In this issue, the editor will bring you about the vim in Linux. The article is rich in content and analyzes and narrates it from a professional point of view. I hope you can get something after reading this article. Vim is a text editor developed from vi. Code completion, compilation and errors

    Shulou · 2022-06-02 23:24
  • How to use whereis Command in Linux

    How to use whereis Command in Linux

    In this issue, the editor will bring you about the use of whereis commands in Linux. The article is rich in content and analyzes and narrates it from a professional point of view. I hope you can get something after reading this article. The Linux whereis command is used to find files.

    Shulou · 2022-06-02 23:24
  • How does linux check native ip and port number

    How does linux check native ip and port number

    How does linux check the native ip and port number? Many novices are not very clear about this. In order to help you solve this problem, the following editor will explain it in detail. People with this need can come and learn. I hope you can gain something. The command for linux to view the native ip is "ifco"

    Shulou · 2022-06-02 23:24
  • AWS Monitoring Service (6)

    AWS Monitoring Service (6)

    The AWS CloudWatch concept is based on identified content monitoring infrastructure components that send notifications based on specified metrics and trigger various operations of distributed statistics and collection systems for collecting and tracking metrics. By default, metrics are seamlessly collected at the hypervisor level, such as CPU utilization, I

    Shulou · 2022-06-02 23:24
  • How to use which Command in Linux system

    How to use which Command in Linux system

    This article will explain in detail how to use the which command in the Linux system. The content of the article is of high quality, so the editor shares it for you as a reference. I hope you will have a certain understanding of the relevant knowledge after reading this article. The function of the which command in Linux is

    Shulou · 2022-06-02 23:24
  • Introduction to Pipe commands in Linux

    Introduction to Pipe commands in Linux

    This article is to share with you about the introduction of pipeline commands in Linux, the editor thinks it is very practical, so I share it with you to learn. I hope you can get something after reading this article. The Linux pipe command is "|" and its purpose is to use the

    Shulou · 2022-06-02 23:24
  • New trend of upgrading Video Communication system in Cloud Enterprise on hardware Registration

    New trend of upgrading Video Communication system in Cloud Enterprise on hardware Registration

    Early enterprise video communication system is mainly based on hardware deployment, with the rapid development of mobile Internet, portable, desktop, mobile demand is gradually highlighted, the traditional video conference system can not meet the actual needs. When upgrading video conferencing systems, many enterprises have proposed terminal retention, data on cloud, and support for mobility.

    Shulou · 2022-06-02 23:24
  • Keepalived+nginx

    Keepalived+nginx

    Let's start with how keepalived works: keepalived works on three levels, namely, the IP layer, the TCP layer and the application layer IP layer: keepalived periodically sends a ping-like process to the servers in the server cluster

    Shulou · 2022-06-02 23:23
  • Theory + practice: PXE efficient batch Network installation-- theoretical explanation

    Theory + practice: PXE efficient batch Network installation-- theoretical explanation

    Uninstall the system through the network, how to deploy the configuration preface deploy PXE remote installation service build PXE remote installation server verify PXE network installation Kickstart unattended installation preparation installation should be equipped with files to achieve batch automatic installation 1: mass deployment of servers on a large scale: the same fashion

    Shulou · 2022-06-02 23:23
  • What is the difference between cloud native storage and cloud storage?

    What is the difference between cloud native storage and cloud storage?

    Author | Zhuang Huai Ali Cloud Intelligent Business Group Senior Technical expert Guide: new enterprise load / smart workload containerization, cloud migration, storage performance, resiliency, high availability, encryption, isolation, observability, lifecycle and other problems, not only need to improve the storage product level, but also

    Shulou · 2022-06-02 23:22
  • Several problems and Solutions in installing Exchange 2013 CU18

    Several problems and Solutions in installing Exchange 2013 CU18

    Exchange 2013 and Exchange 2016 released updated versions of Exchange Server 2013 CU18 and Exchange Server 2016 CU17 respectively on September 16, 2017. Points

    Shulou · 2022-06-02 23:22
  • Win7 boot prompt due to missing or corrupted system registry file

    Win7 boot prompt due to missing or corrupted system registry file

    Today, the Dell computer used in the charm network has this problem. After being borrowed for a day, it will not be able to turn on the computer when it comes back, and entering the pe repair startup item will not solve the problem. After research, it is found that the computer system comes with backup files, and we enter pe to copy the files into the specified directory. After entering the PE system, enter

    Shulou · 2022-06-02 23:22
  • About Registry Modification ntp time synchronization Server

    About Registry Modification ntp time synchronization Server

    Today, one of my classmates asked me if there was any batch processing for modifying the address of the Windows time synchronization server. I searched the Internet and found that it didn't seem to be much, so I wrote one. If there is something wrong, I also hope to correct it as follows: echo 172.18.22.222

    Shulou · 2022-06-02 23:22
  • Construction of FastDFS distributed File system

    Construction of FastDFS distributed File system

    Content points FastDFS introduction FastDFS build FastDFS common commands 1. Introduction: 1. FastDFS is an open source lightweight distributed file system that manages files. Functions include: file storage, file synchronization, file access (file upload, file access).

    Shulou · 2022-06-02 23:22
  • Nginx optimized change user

    Nginx optimized change user

    1.1 change nginx default user change nginx default user. Generally, after nginx starts, the default user is nobody [root@web01 conf] # grep'# user' nginx.conf.default#u

    Shulou · 2022-06-02 23:22
  • Detailed explanation of K8S statefulset

    Detailed explanation of K8S statefulset

    Overview StatefulSetRC, Deployment, DaemonSet are all stateless services, and the IP, name, start and stop order of the Pod they manage are all random, but what is StatefulSet? As the name implies, a stateful set

    Shulou · 2022-06-02 23:22