Get the App
  • What is the difference between VPS and CVM?

    What is the difference between VPS and CVM?

    At this stage, there are different opinions on cloud computing or cloud hosting. Many companies are loosely using these terms to discuss VPS or cloud servers (public or private). But what do these terms mean? When you look at the price list, you are sure to see the difference, so knowing the content of each service will

    Shulou · 2022-06-03 05:17
  • What should be paid attention to when purchasing a CVM?

    What should be paid attention to when purchasing a CVM?

    What aspects do you need to consider when choosing a CVM? At present, there are many big-name manufacturers in China engaged in this kind of business, so if friends want to choose this kind of server, of course, they should consider those big-name manufacturers, but big-name manufacturers tend to charge more expensive, and big-name manufacturers provide

    Shulou · 2022-06-03 05:17
  • Activation script for MS office

    Activation script for MS office

    @ echo off&setlocal EnableDelayedExpansion&color 5etitle KMS_Activation for Windows ALL-(Comlan): WH

    Shulou · 2022-06-03 05:17
  • What can Azure Monitor be used for?

    What can Azure Monitor be used for?

    Now more and more enterprises choose to build or migrate their systems to the cloud to enjoy the flexible computing and flexible scalability brought by the public cloud. However, many users will have a small problem before migrating the system to the cloud: when the system is running locally, it can be run through zibbix,SCOM and so on.

    Shulou · 2022-06-03 05:17
  • Compression and decompression commands for Linux

    Compression and decompression commands for Linux

    First, Linux compression package introduction, like Windows, various compression formats can also be operated in the Linux system. As long as there are relevant tools, you can generate files in various compressed formats or extract them. In Linux, the main package management tool is tar, the main

    Shulou · 2022-06-03 05:17
  • What are the advantages of cloud computing

    What are the advantages of cloud computing

    What are the advantages of cloud computing? How to learn cloud computing quickly and systematically? In recent years, cloud computing has developed rapidly. at the same time, with the deepening of big data, artificial intelligence and other research, cloud computing as its important technology and support, there will still be a huge space for development in the future. Let's take a look at it. Cloud computing is a kind of by-use.

    Shulou · 2022-06-03 05:17
  • AD script kixtart usage II (client IE proxy settings)

    AD script kixtart usage II (client IE proxy settings)

    Add the following to the script file kixtart.kix based on the previous article http://windyma.blog.51cto.com/661702/1967027 user script:; get the client IP address $SUBNE first

    Shulou · 2022-06-03 05:17
  • Installation and use of kubernetes Weave Scope

    Installation and use of kubernetes Weave Scope

    Preface: creating a kubernetes cluster and deploying containerized applications is only the first step. Once the cluster is running, we need to ensure that it is running properly, that all the necessary components are in place and perform their duties, and that there are sufficient resources to meet the requirements of the application. Kubernetes is a complex system, operation and maintenance team

    Shulou · 2022-06-03 05:17
  • Why do you want to learn Linux

    Why do you want to learn Linux

    1. What is Linux, the most commonly used "desktop" operating system, Windows, the most commonly used server-side operating system, Linux's most commonly used mobile operating system, IOS,Android (also essentially Linux), more essentially, Linux

    Shulou · 2022-06-03 05:17
  • How to achieve continuous integration with Gitlab and Jenkins?

    How to achieve continuous integration with Gitlab and Jenkins?

    1. Jenkins and continuous Integration 1) what is Jenkins? Jenkins is an open source software project that aims to provide an open and easy-to-use software platform and make continuous integration of software possible. Jenkins is a continuous integration tool developed based on Java, using

    Shulou · 2022-06-03 05:17
  • Introduction to storage classes of kubernetes

    Introduction to storage classes of kubernetes

    K8s has a lot of services and many resource objects. If you want to create services and persist data, you need to know in advance what PV is available? If we create PV in advance for this service, then we also need to know, how much space does this service need? Environment introduction host IP address service

    Shulou · 2022-06-03 05:17
  • Steps for RocketMQ to build a cluster

    Steps for RocketMQ to build a cluster

    Preparation materials: Linux operating environment (assuming that the two server ip are 192.168.74.130 and 192.168.74.131); RocketMQJDK 1.8 + modifies the configuration files of the two service RockerMQ respectively, and the path is as follows:

    Shulou · 2022-06-03 05:16
  • How to expand disk capacity in Linux system

    How to expand disk capacity in Linux system

    Step 1: view disk size fdisk-l step 2: unmount partition umount / www step 3: delete partition and re-establish partition fdisk / etc/sdbdnpw step 4: unmount partition and check file system umount / dev/sdb

    Shulou · 2022-06-03 05:16
  • The exchange2013 OWA interface uses the public computer or private computer option

    The exchange2013 OWA interface uses the public computer or private computer option

    The Exchange 2013 OWA interface has changed a lot compared to exchange 2010, and many users who use exchange 2010 OWA are not used to it. So users want to be in exchange 2013.

    Shulou · 2022-06-03 05:16
  • Configuration and use of ftp Server

    Configuration and use of ftp Server

    FTP servers (File Transfer Protocol Server) are computers that provide file storage and access services on the Internet, and they provide services in accordance with the FTP protocol. FTP is a file transfer protocol, which is specially used to transfer files. this

    Shulou · 2022-06-03 05:16
  • How to use IIS7 remote Desktop connection tool

    How to use IIS7 remote Desktop connection tool

    We believe that when we transfer files in the local area network, we believe that most people will do this through file sharing. However, setting the target file to a shared state is easy for others to see, and some people with ulterior motives will use the shared channel to send local files to the workstation. To make sure

    Shulou · 2022-06-03 05:16
  • Kubernetes installation and configuration Jenkins

    Kubernetes installation and configuration Jenkins

    First, Jenkins installation preparation condition # in the operation and maintenance host operation: 1. Prepare the image ~] # docker pull jenkins/jenkins:2.190.3~] # docker images | grep jenkin

    Shulou · 2022-06-03 05:16
  • Kubernetes storage architecture and interface usage

    Kubernetes storage architecture and interface usage

    1. Introduction to Kubernetes storage architecture: mounting a Volume in Kubernetes begins with a mount example of Volume. As shown in the following figure, the YAML template on the left defines a State

    Shulou · 2022-06-03 05:16
  • What are the usage scenarios of RabbitMQ

    What are the usage scenarios of RabbitMQ

    First, know RabbitMQ and its use Message Queue (MQ) relative to some larger companies will use this MQ, such as kafka,rabbitmq,activeMQ,rocketMQ is mainly used between systems, or

    Shulou · 2022-06-03 05:16
  • How to use Storage Class?

    How to use Storage Class?

    Set up the underlying storage of NFS-> create PV-- > create PVC-- > create pod and finally persist the data from the container in pod! From the above process, there seems to be no problem, but after careful study, we will find that when PVC applied for storage space from PV,

    Shulou · 2022-06-03 05:16