Get the App
  • Createrepo command

    Createrepo command

    Crearerepo command: the createrepo command is used to create a yum source (software repository), that is, to index a number of rpm packages stored in a specific local location, describe the dependency information required by each package, and form metadata-- u-- baseurl specify Base

    Shulou · 2022-06-03 05:31
  • How to renew passwords for users who have logged in in Microsoft domain in the last 60 days in batch

    How to renew passwords for users who have logged in in Microsoft domain in the last 60 days in batch

    How to renew passwords in bulk for users who have logged in in Microsoft domain within the last 60 days? This article uses the example code to show, the code is very detailed, which can be used for reference by interested friends. I hope it will be helpful to you. # password Renewal # password Renewal for users logged in within the last 60 days # Renewal

    Shulou · 2022-06-03 05:31
  • How does Nginx do port forwarding?

    How does Nginx do port forwarding?

    How does Nginx do port forwarding? I believe that most people have not yet learned this skill, in order to let you learn, to give you a summary of the following content, do not say much, let's move on. First, to introduce the most commonly used, forward the domain name to another local port server {listen 8

    Shulou · 2022-06-03 05:31
  • How to avoid frequent restart of container?

    How to avoid frequent restart of container?

    How to avoid frequent restart of container? I believe that most people have not yet learned this skill, in order to let you learn, to give you a summary of the following content, do not say much, let's move on. Analysis: restart container in Pod

    Shulou · 2022-06-03 05:31
  • How to use Azure Migrate to prepare a local VMware VM for evaluation and migration to Azure

    How to use Azure Migrate to prepare a local VMware VM for evaluation and migration to Azure

    How do I use Azure Migrate to prepare a local VMware VM to evaluate and migrate to Azure? I believe that many novice rookies have not yet learned this skill, through the summary of this article, I hope you can learn the use of Azure Migrate. 1. Prepare A

    Shulou · 2022-06-03 05:31
  • How many series of distributions does Linux have?

    How many series of distributions does Linux have?

    Today, what the editor shares with you is the detailed introduction of the Linux release. I believe most people don't know much about it. In order to make you understand better, the editor summed up the following content for you. Without saying much, let's move on. Slackware series Slackware Linux

    Shulou · 2022-06-03 05:31
  • DB2-HADR building

    DB2-HADR building

    DB2-HADR build 1. Build system environment system version: CentOS-6.7-x86_64-bin-DVD11, select minimal2, install and configure IP, hostname (/ etc/hosts / etc/sysconf)

    Shulou · 2022-06-03 05:31
  • How to use vim and shell scripts in linux

    How to use vim and shell scripts in linux

    This article shows how to use vim and shell scripts in linux, and the code is concise and easy to understand if you encounter this question in your daily work. I hope you can find a solution to your questions through this article. 1. Define a command alias that works for all users. Define a pair of

    Shulou · 2022-06-03 05:31
  • IntelliJ IDEA built-in database management tools

    IntelliJ IDEA built-in database management tools

    1. Writing in front of the development of Java applications, as a star tool IntelliJ IDEA Ultimate is of course the first choice, and then database SQL development, often choose such as: Navicat, sqlyog, MySQL

    Shulou · 2022-06-03 05:31
  • Introduction and use of Kubernetes Certificate

    Introduction and use of Kubernetes Certificate

    Today, the editor will bring you an article about the introduction and use of Kubernetes certificates. The editor thinks it is very practical, so I will share it for you as a reference. Let's follow the editor and have a look. Use certificates to verify reliability work node between node visits-- >

    Shulou · 2022-06-03 05:31
  • Deployment of LAMP separation and deployment of Discuz forums

    Deployment of LAMP separation and deployment of Discuz forums

    Through the LAMP platform deployment and applications can be deployed to the LAMP platform to face client requests, but because these components are installed on a server, if there is a problem, it will lead to the paralysis of the LAMP platform. In a real environment, it is not possible to deploy all LAMP platforms

    Shulou · 2022-06-03 05:30
  • The Origin of Docker containers

    The Origin of Docker containers

    Today, the editor gives you a detailed introduction of the origin of the Docker container. I believe most people don't know much about it. In order to make you understand better, the editor summed up the following contents. Without saying much, let's move on. First, the introduction of docker 2010 dotCloud

    Shulou · 2022-06-03 05:30
  • What is a container? What are the application scenarios of the container?

    What is a container? What are the application scenarios of the container?

    What is a container? The word container, when you first look at it, may be this thing in your mind: bottles and cans, water, other things. Whatever it is, generally speaking, the first impression of the container is "packing". So what is the concept of container technology that we are going to talk about today? Actually, in IT

    Shulou · 2022-06-03 05:30
  • How to deploy mysql database multi-instance installation

    How to deploy mysql database multi-instance installation

    This article mainly introduces how to deploy the multi-instance installation of mysql database. The content of the article is carefully selected and edited by the author. It has a certain pertinence and is of great significance to everyone. Let's learn how to deploy the multi-instance installation of mysql database with the author. On the machine

    Shulou · 2022-06-03 05:30
  • The basic operation method of SELinux system

    The basic operation method of SELinux system

    This article brings you the basic operating methods of the SELinux system. Most of the commands and methods are often used by everyone, so we can share them for your reference. Let's follow the editor and have a look. 1. What is SELinuxSELinux (Security-)

    Shulou · 2022-06-03 05:30
  • Shell Command Line parameters (basic)

    Shell Command Line parameters (basic)

    The command line argument $0 represents the program name. $1 to $9 are location parameters. $# indicates the number of parameters. $* refer to $@ all the parameters as a whole and return each parameter as a string. You can use the for loop to traverse $? The withdrawal of the most recent executed order

    Shulou · 2022-06-03 05:30
  • How to use Nginx static Resources

    How to use Nginx static Resources

    This article mainly introduces in detail the use of Nginx static resources, Nginx static resources how to compress files and add hotlink protection, zero foundation can also refer to this article, interested friends can refer to it. 1) static resource type Nginx as static resource we

    Shulou · 2022-06-03 05:30
  • VMware Workstation installs CentOS7 operating system

    VMware Workstation installs CentOS7 operating system

    What this article shares with you is a detailed installation tutorial for VMware Workstation to install the CentOS7 operating system. I believe most people do not know how to install it. In order to let you learn, I have summarized the following contents. 1. Download CentOS7 operation

    Shulou · 2022-06-03 05:30
  • Steps for Kubeadm to deploy a Kubernetes cluster

    Steps for Kubeadm to deploy a Kubernetes cluster

    This article shares with you the steps of deploying Kubernetes clusters in Kubeadm. I believe most people don't know how to deploy them yet. In order to let you learn, I summarized the following contents. Without saying much, let's move on. Environment preparation operating system IP address hostname

    Shulou · 2022-06-03 05:30
  • Linux installs and configures Centos7.6 operating system

    Linux installs and configures Centos7.6 operating system

    This article shares the Linux installation and configuration of the Centos7.6 operating system tutorials, I believe that most people do not know how to install the configuration, in order to let you learn, to give you a summary of the following content, say no more, let's read on. 1.1. the connection between the release version of Linux and

    Shulou · 2022-06-03 05:30