Get the App
  • Summary of hardware use in production environment

    Summary of hardware use in production environment

    Wave, Lenovo, Aerospace Lianzhi DELL Brand before 2010 1U 1850 1950jue 2u 2850 29502010-2014: 1U R410comp420R

    Shulou · 2022-06-02 19:32
  • The Windows xp system is very slow.

    The Windows xp system is very slow.

    1. Open the task manager to see which applications occupy more memory in CPU. 2. If explorer.exe occupies CPU100%, it means that a program is running in the background. 3. If svchost.exe occupies CPU100%, it means a certain program.

    Shulou · 2022-06-02 19:32
  • Import excel data for Mysql using Navicat Premium

    Import excel data for Mysql using Navicat Premium

    1. Create a data table based on sql. two。 Insert data step 3. Error prompts 1.Data too long for column 'ccs_login_name' at row 1 to modify ccs_login_name character length

    Shulou · 2022-06-02 19:32
  • Zabbix monitoring and email alarm

    Zabbix monitoring and email alarm

    1. Since we want to monitor the installation of the zabbix client, we need to add the host to be monitored. Before adding the host, we need to install agent on the host being tested. It is relatively easy to install agent. We also download the software package according to the process of installing server.

    Shulou · 2022-06-02 19:31
  • OpenStack Train version of dual-node installation (3) install the authentication service keystone

    OpenStack Train version of dual-node installation (3) install the authentication service keystone

    The third part installs the authentication service keystone Note: before starting to install the specific OpenStack service, please back up the two vmware-workstation virtual machines that we have installed. Backup virtual machines shut down 2 virtual machines, and then in the

    Shulou · 2022-06-02 19:31
  • Partition and management of disk

    Partition and management of disk

    Disk partitioning and management this paper introduces the operation commands related to disk partitioning and management in linux system, and tests are added to each main command. 1. Disk partitions: fdisk here we mainly use traditional disk partitions and do not involve mdm, lvm, etc.

    Shulou · 2022-06-02 19:31
  • Small experiment of Network Engineering

    Small experiment of Network Engineering

    A little bit of today's self-study class, . It is a comprehensive small experiment, the content involved includes what we have learned before, in fact, it is not very difficult, but the whole process is careful, although the teacher usually taught us how to check, in order to keep making films, we had to write down the whole process at the same time.

    Shulou · 2022-06-02 19:31
  • Basic operation of mysql

    Basic operation of mysql

    Basic operation command 1. View database list information show databases;mysql > show databases;+-+ | Database | +-

    Shulou · 2022-06-02 19:31
  • Introduction to Windows Network Service

    Introduction to Windows Network Service

    In the mainstream servers generally use the linux system, in fact, the server using the Windows system can also achieve a lot of functions. DHCP services can distribute IP addresses for users, DNS services can resolve domain names, WEB services can publish websites, and WDS services can

    Shulou · 2022-06-02 19:31
  • The ultimate killer of Redis open source projects? -- CRUG interprets Redis Open Source Agreement changes

    The ultimate killer of Redis open source projects? -- CRUG interprets Redis Open Source Agreement changes

    Introduction: database manufacturer Redis Labs this week moved its Redis module from AGPL to a license that combines Apache v2.0 with Commons Clause, limiting the software covered by the license.

    Shulou · 2022-06-02 19:31
  • Linux virtual machine mounts u disk

    Linux virtual machine mounts u disk

    The file system of the flash drive is in ntfs format, which is not supported by the linux system by default. You need to install the ntfs-3g package manually, and then mount the USB disk to the linux system. The operation is as follows: 1. Download ntfs-3g and install ntfs download link: https:

    Shulou · 2022-06-02 19:31
  • 3-6 dkfile Grammar carding and Best practices

    3-6 dkfile Grammar carding and Best practices

    To create your own docker imagefrom through dockerfile, try to use the official image as the base imagelabel metadata, similar to the comments in the code when installing software using run, each time you run

    Shulou · 2022-06-02 19:31
  • Operation and maintenance practice of Alibaba large-scale Dragon bare Metal Kubernetes Cluster

    Operation and maintenance practice of Alibaba large-scale Dragon bare Metal Kubernetes Cluster

    Author | Yao Jie, Senior Technical expert on Cluster Management of Aliyun Container platform. This article is excerpted from the book "different double 11 Technologies: cloud Native practice in Alibaba economy". Click to complete the download. Cdn.com/2d3f2c0a733aa3bc75c82

    Shulou · 2022-06-02 19:31
  • RedisLock redis distributed lock

    RedisLock redis distributed lock

    The redis setnx command redis setnx command property is set when the specified key does not exist. In other words, if you return 1, your command is executed successfully, and the key in the redis server is the value you set earlier. If 0 is returned, it means you set the

    Shulou · 2022-06-02 19:31
  • Zabbix automatic Discovery Monitoring tomcat Health Page

    Zabbix automatic Discovery Monitoring tomcat Health Page

    Zabbix automatically discovers and monitors tomcat health pages 1. The background company's system platform has more than 10 tomcat services. Due to the need for services to maintain uninterrupted service throughout the year, a special monitoring page is embedded in tomcat, and the return value of the special curl page is 200 hours.

    Shulou · 2022-06-02 19:30
  • Bash: fork: retry: Resource temporarily unavailabl

    Bash: fork: retry: Resource temporarily unavailabl

    Http://www.nginx.cn/3002.htmlhttps://www.cnblogs.com/garfieldcgf/p/6340681.html

    Shulou · 2022-06-02 19:30
  • WIN10 shuts down the synchronization host service

    WIN10 shuts down the synchronization host service

    1: OneSysncSvc synchronization service 1, press WIN+R to call up and run, and then enter regedit enter; 2, navigate to: HKEY_LOCAL_MACHINE\ SYSTEM\ CurrentContr in the registry editor

    Shulou · 2022-06-02 19:30
  • Configuration of dual Network Card in Linux

    Configuration of dual Network Card in Linux

    Lab introduction: configure the network cards of two different network segments on the virtual machine linux. 1. Add a new network card 2. After installing the two network cards, connect to the host and use ifconfig to view the information of the two network cards. Under vmnet8, dhcp service can automatically configure I for the new network card ens36.

    Shulou · 2022-06-02 19:30
  • Nginx acts as a reverse proxy, and the back-end tomcat server obtains the real client IP.

    Nginx acts as a reverse proxy, and the back-end tomcat server obtains the real client IP.

    If you want to record the real client access address, you need to configure as follows: 1. Reverse proxy server nginx.conf configuration adds three parameters after server to record IP:proxy_set_header Host $host;prox

    Shulou · 2022-06-02 19:30
  • Addition, deletion, modification and query of MySql database

    Addition, deletion, modification and query of MySql database

    1. Create database: CREATE DATEBASE database name; example: create database aa;2, view database list: SHOW DATABASES;3, choose to enter database: USE database

    Shulou · 2022-06-02 19:30