Get the App
  • Introduction to Windows Server 2016-Hyper-V Replica copy function

    Introduction to Windows Server 2016-Hyper-V Replica copy function

    Hyper-V replicas are a feature that can be used to replicate virtual machines as part of a business continuity solution. From Windows Server 2012, the Hyper-V role introduced Hyper-V Replica as a built-in replicator for virtual machines

    Shulou · 2022-06-02 16:10
  • Exchange-find mailbox users with different SamAccountName and Alias

    Exchange-find mailbox users with different SamAccountName and Alias

    Some time ago, the company mailbox was migrated, which involved the comparison of new and old mailbox account information. To sort out the mailbox users who are different from SamAccountName and Alias, and make a separate comparison. Here is the command & script: command: Get-Mailbox-ResultSi

    Shulou · 2022-06-02 16:10
  • How to solve the problem that the black screen of ubuntu boot cannot enter the system

    How to solve the problem that the black screen of ubuntu boot cannot enter the system

    This article will explain in detail for you how to solve the problem that the ubuntu boot black screen can not enter the system, the content of the article is of high quality, so the editor shares it for you to do a reference. I hope you will have a certain understanding of the relevant knowledge after reading this article. Ubuntu boot black screen cannot enter the system

    Shulou · 2022-06-02 16:10
  • Detailed explanation of database

    Detailed explanation of database

    7 the basic concept of the database describes the symbolic records of things called data, including numbers, text, graphics, images, sounds, archival records, etc., in the form of records, each row of records is stored in a unified format: rows, each segment of fields-attributes-columns, thus forming tables that organize different records together.

    Shulou · 2022-06-02 16:09
  • Service explanation of Kubernetes Controller (7)

    Service explanation of Kubernetes Controller (7)

    First, background introduction We are here to prepare three machines, one master, two node, using kubeadm to install, the installation process you can refer to my previous blog article. IP role version 192.168.1.200masterkubeadm

    Shulou · 2022-06-02 16:09
  • View commands such as start-up and running time of processes under linux

    View commands such as start-up and running time of processes under linux

    You can view it through ps and ps-eo pid,tty,user,comm,lstart,etime via parameter-o | grep redis parameter description: pid: process IDtty: terminal user: user com

    Shulou · 2022-06-02 16:09
  • It is better to choose the bandwidth of the CVM.

    It is better to choose the bandwidth of the CVM.

    This article mainly introduces how much bandwidth the cloud server needs to choose. It is very detailed and has certain reference value. Friends who are interested must finish reading it. How much bandwidth is usually chosen for CVM? When purchasing a CVM, many users are not sure how much bandwidth they need to choose. For the cloud

    Shulou · 2022-06-02 16:09
  • How to view environment variables in Linux

    How to view environment variables in Linux

    Today, I will talk to you about how to view environmental variables in Linux. Many people may not know much about it. In order to make you understand better, the editor has summarized the following for you. I hope you can get something according to this article. View of environment variables 1. Use the echo command to view a single environment

    Shulou · 2022-06-02 16:09
  • Compress files tar and zip

    Compress files tar and zip

    Compression software one .zip1.zip compressed file [root@master test] # zip-r a.zip aadding: a / (stored 0%) adding: a/b/ (stored 0%) ad

    Shulou · 2022-06-02 16:09
  • Some problems about SET of the system

    Some problems about SET of the system

    What problem does 1 SET solve? 1.1The core service of disaster recovery problem hangs down, the database master database is concentrated in one IDC, 1.2Resource expansion problem single IDC expansion is limited (such as full load of computer room, insufficient bandwidth), cross-computer room, remote expansion of IDC will lead to delay problem data caused by cross-computer room.

    Shulou · 2022-06-02 16:09
  • How to use SSH to connect to a remote Linux server

    How to use SSH to connect to a remote Linux server

    How do I use SSH to connect to a remote Linux server? In view of this problem, this article introduces the corresponding analysis and answers in detail, hoping to help more partners who want to solve this problem to find a more simple and feasible way. What is SSH? SSH (Secure Shell)

    Shulou · 2022-06-02 16:09
  • Ensure that there is no instance in the security group how to delete a security group

    Ensure that there is no instance in the security group how to delete a security group

    This article will explain in detail how to delete a security group to ensure that there are no instances in the security group. The content of the article is of high quality, so the editor shares it for you as a reference. I hope you will have some understanding of the relevant knowledge after reading this article. DeleteSecurityGrou

    Shulou · 2022-06-02 16:09
  • Linux entry mentality

    Linux entry mentality

    Although I have been engaged in the IT industry for 4 years, I always feel confused and always want to do something, but due to various reasons (excuses) postpone, I don't see that the hot industries all want to try, which is the bad habit of changing my mind, which leads to the main stumbling block to standing still for several years, breaking off all others.

    Shulou · 2022-06-02 16:09
  • The creation of the docker-docker image of the

    The creation of the docker-docker image of the "docker practical article" python uses dockerfile (3

    The original article is welcome to reprint. Reprint please indicate: reproduced from IT Story Association, thank you! > > original link address: the creation of the docker-docker image of "docker practical articles" python uses dockerfile (33) to docke from the first article.

    Shulou · 2022-06-02 16:09
  • Nginx text-reverse proxy

    Nginx text-reverse proxy

    Describe the configuration file of the reverse seven-tier agent and explain the Nginx official website: https://www.nginx.com/Centos yum install nginxyum install nginx-yso, let's ask a question first, What?

    Shulou · 2022-06-02 16:09
  • Delete data under each subfile on a regular basis

    Delete data under each subfile on a regular basis

    Recently, a customer has a need to automatically delete data under each user's folder every day without deleting the root folder and each user's parent folder Register-ScheduledJob-Name Remove-InternetDataF

    Shulou · 2022-06-02 16:09
  • Docker resource limit

    Docker resource limit

    By default, a container has no resource restrictions, and the container can use all resources scheduled by the kernel. Docke provides parameters to control the memory, CPU, and block IO used by the container when the container is started. The only thing that can really be controlled is memory and CPU. Inside

    Shulou · 2022-06-02 16:09
  • Building DNS Master-Slave Server in linux redhat6.5

    Building DNS Master-Slave Server in linux redhat6.5

    Introduction to DNS master-slave server: master DNS server: the server responsible for parsing the domain parsing library; the parsing library is maintained by management from the DNS server: from the master DNS server or other from the DNS server to "copy" (zone delivery) a parsing library in two linux first

    Shulou · 2022-06-02 16:09
  • Some skills of BAT script Writing

    Some skills of BAT script Writing

    I always thought that bat could not set and call functions like Linux's shell, but in fact I found that it was possible. However, because the batch feature is executed one by one, the function of this label must be written at the end of the text. If it is written in front of the batch command

    Shulou · 2022-06-02 16:09
  • K8s practice (11): heapster+influxdb+grafana implements kubernetes cluster monitoring

    K8s practice (11): heapster+influxdb+grafana implements kubernetes cluster monitoring

    Environment description: hostname operating system version ipdocker versionkubelet version configuration remarks masterCentos 7.6.1810172.27.9.131Docker 18.09.6V1.1

    Shulou · 2022-06-02 16:08