Get the App
  • Linux remote access and control

    Linux remote access and control

    Preface linux operation and maintenance management, generally through remote management, when the need to manage hundreds of server hosts from a workstation, remote maintenance will be more dominant. 1. SSH remote management SSH is a secure channel protocol, which is mainly used to implement remote management of character interface.

    Shulou · 2022-06-03 05:36
  • DHCP of Linux system

    DHCP of Linux system

    C è S DHCP request C: client S: server first step: C è S uses DISCOVER to initiate DHCP request, because it does not know the specific IP of DHCP, it uses network-wide broadcast. When the DHCP server receives the request, it responds to DHCPOFFER, indicating that it is

    Shulou · 2022-06-03 05:36
  • What is the difference between the server host and PC?

    What is the difference between the server host and PC?

    What is the difference between the server host and PC? To solve this problem, today the editor summarizes this article about server host and PC, hoping to help more friends who want to solve this problem to find a more simple and easy way. First of all, the server is also divided into rack server and tower server, rack server

    Shulou · 2022-06-03 05:36
  • In-depth understanding of Kubernetes resource limitations: memory

    In-depth understanding of Kubernetes resource limitations: memory

    When I started using Kubernetes on a large scale, I began to think about a problem I didn't encounter in my experiments: when the nodes in the cluster didn't have enough resources, the Pod would get stuck in the Pending state. There is no way to add CPU or memory to a node.

    Shulou · 2022-06-03 05:36
  • What are the common AWK one-line statements?

    What are the common AWK one-line statements?

    Today, the editor will bring you an article about common AWK one-line statements. 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. 1. END {print NR} # output total lines 2, NR = = 10 # output No.

    Shulou · 2022-06-03 05:36
  • How to execute the stored procedure of MySQL

    How to execute the stored procedure of MySQL

    Let me tell you a little bit about how to execute MySQL stored procedures. Have you ever heard of similar topics before? If you are interested, let's take a look at this article. I believe it will be of some help to you after reading how to execute the stored procedure of MySQL. I. stored procedure

    Shulou · 2022-06-03 05:36
  • Installation and use of Kubernetes Harbor

    Installation and use of Kubernetes Harbor

    This article to share with you the installation and use of Kubernetes Harbor, I believe that most people have not learned this skill, in order to let you learn, to give you a summary of the following, do not say much, let's read on. 1. Introduction to Harbor 1.Harbor introduction

    Shulou · 2022-06-03 05:36
  • Use windows to call Linux remote Desktop

    Use windows to call Linux remote Desktop

    First, install the required software yum install-y xrdpyum install-y vnc*chkconfig xrdp onchkconfig vncserver on II. Modify configuration a to add users: U

    Shulou · 2022-06-03 05:35
  • How to use the tar package to extract a file to a specified path

    How to use the tar package to extract a file to a specified path

    How do I use the tar package to extract a file to a specified path? In response to this problem, the editor summed up this article today, hoping to help more friends who want to solve this problem to find a more simple and feasible way. Tar tvf yourtarfile | grep fileyo

    Shulou · 2022-06-03 05:35
  • What are the indexes and views of the Mysql database?

    What are the indexes and views of the Mysql database?

    The following brings you about the index and view of the Mysql database, if you are interested, let's take a look at this article. I believe it is more or less helpful for you to read the index and view of the Mysql database. The index of the conceptual database and the index of the book

    Shulou · 2022-06-03 05:35
  • How many ways does logstash use date to handle time?

    How many ways does logstash use date to handle time?

    How many ways does logstash use date to handle time? In response to this problem, the editor summed up this article today, hoping to help more friends who want to solve this problem to find a more simple and feasible way. 1. First, customize the time format directly in the configuration file. This is tomca.

    Shulou · 2022-06-03 05:35
  • Introduction to Common commands of Docker Container

    Introduction to Common commands of Docker Container

    Today, the editor will share with you an introduction to the common commands of the Docker container. 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. Download docker image:docker pull xxxx to view the image list

    Shulou · 2022-06-03 05:35
  • Introduction to Kubernetes Apiserver and Extension apiserver

    Introduction to Kubernetes Apiserver and Extension apiserver

    This article will introduce you to Kubernetes Apiserver and Extension apiserver. Most of the knowledge points are often used by everyone, so I will share them for you as a reference. Let's follow the editor and have a look. 1.1. Outline

    Shulou · 2022-06-03 05:35
  • SharePoint 2016 server deployment (5) Office Online Server configuration

    SharePoint 2016 server deployment (5) Office Online Server configuration

    After the Office Online Server deployment is complete, download the language pack and install the non-language pack. Go to the link to download the Office Online Server language package: https://www.microsoft.com/

    Shulou · 2022-06-03 05:35
  • Comparative Evaluation of American Host vendors of BlueHost and SiteGround

    Comparative Evaluation of American Host vendors of BlueHost and SiteGround

    As the most popular website building program in China, more and more webmasters take WordPress as the first choice for building websites. When it comes to the construction of the WordPress station, the first thing that the webmaster friends think of is the two major American hosts, BlueHost and SiteGround.

    Shulou · 2022-06-03 05:35
  • Why did Microsoft put the server at the bottom of the sea?

    Why did Microsoft put the server at the bottom of the sea?

    Why did Microsoft put the server at the bottom of the sea? I believe that many novice rookies are ignorant of this problem. Through the summary of this article, I hope you can get something. The following information is about the server. one。 What are the problems with the server maintenance process? 1. When the current passes through the high-heat electronic components,

    Shulou · 2022-06-03 05:35
  • How to install and use iftop tools?

    How to install and use iftop tools?

    Today, the editor will bring you an article on installing and using iftop tools. 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. Iftop is a real-time traffic monitoring tool similar to top. It is mainly used to display the local network traffic and each

    Shulou · 2022-06-03 05:35
  • Resolve exceptions in the Lync or Skype For Business (SFB) address book

    Resolve exceptions in the Lync or Skype For Business (SFB) address book

    Recently found that their Skype for Biusess 2015 test environment address book several days out of sync to the client, depressed ah. So the following test operations are done: check the address book URL internal users; https:///abs/handlerhttps

    Shulou · 2022-06-03 05:35
  • Labels,Daemonset,Job resource object of K8s

    Labels,Daemonset,Job resource object of K8s

    Label (tag) Why do we use label? When there are more and more objects of the same type of resources, in order to better manage, they are divided into a group according to the label, in order to improve the efficiency of resource management. A lable is a key-value pair attached to an object, such as pod.

    Shulou · 2022-06-03 05:35
  • Description Translation of IBM Power6, 7 Accessories FC (unix360.part08)

    Description Translation of IBM Power6, 7 Accessories FC (unix360.part08)

    Many friends feel at a loss for the massive description information of IBM. The following information can be queried by using the quick search function in www.unix360.com. In addition, you can check the corresponding PN number of specific accessories, and query which whole machine can be applied. This is not true in this document alone.

    Shulou · 2022-06-03 05:35