Get the App
  • What changes have cloud computing made to the world in the past decade?

    What changes have cloud computing made to the world in the past decade?

    Back in 2009, the biggest news in technology was Oracle's $7.4 billion acquisition of Sun, a full-stack vertical system that runs through servers, storage, operating systems, middleware, databases, and programming languages. Ten years in a flash

    Shulou · 2022-06-03 05:58
  • What if CentOS7.5 builds PXE and installs the wrong report?

    What if CentOS7.5 builds PXE and installs the wrong report?

    Build unattended installation of CentOS7.5 in KVM. There is no problem with the build process. The configuration is checked several times, but an error occurs when testing the installation system of the new machine: warning:could not bootWarning:/dev/r.

    Shulou · 2022-06-03 05:58
  • What is Azure Private Endpoint?

    What is Azure Private Endpoint?

    Azure Private Endpoint is a new feature of Azure PaaS services that allows us to create dedicated endpoints in virtual networks. This dedicated endpoint provides a dedicated internal IP for the PaaS service, so that our virtual network goes to

    Shulou · 2022-06-03 05:58
  • On the setting of LINUX language Environment

    On the setting of LINUX language Environment

    Errors caused by character sets are often encountered in linux systems. Here is a summary of how to set up and modify the system's locale. 1. The environment variable LANG is used to set the locale of the system. When you start a program document in some perl, php, or other programming language, it will actively analyze it.

    Shulou · 2022-06-03 05:58
  • How to merge the FastDFS data of two environments?

    How to merge the FastDFS data of two environments?

    Background due to historical reasons, the file data is stored in two sets of FastDFS environments. Due to the project requirements, the two environments need to be combined into one, and a unified interface is needed to access the data. Check and find two sets of Ke generated by uploading FastDFS

    Shulou · 2022-06-03 05:58
  • How does Linux create new users and add groups?

    How does Linux create new users and add groups?

    1. Display / etc/ directory, starting with a non-character, followed by a letter and other files or directories of any length and any character; through the ls command, combined with file wildcards, search: man glob can find file wildcard symbols

    Shulou · 2022-06-03 05:58
  • Openstack create vm step

    Openstack create vm step

    1. View information 1) Authentication [root@rong ~] # cat keystonerc_admin unset OS_SERVICE_TOKEN export OS_USERNAME=admin

    Shulou · 2022-06-03 05:58
  • Commands for LINUX file management and user and group management

    Commands for LINUX file management and user and group management

    1. Display files or directories in the / etc directory that begin with a non-letter, followed by a letter and other characters of any length; ls-a / etc/ [^ [: alpha:]] * 2. Copy all files or directories under the / etc directory that begin with P and end with a non-numeric number.

    Shulou · 2022-06-03 05:58
  • Solution to the failure of ansible all-m ping command

    Solution to the failure of ansible all-m ping command

    Commonly used ansible command to view machines in the group ansible list view memory usage (shell module) ansible-m command-a 'free-h' view host disk capacity (command module) ans

    Shulou · 2022-06-03 05:58
  • How to solve the error report of ceph health check?

    How to solve the error report of ceph health check?

    1. Report an error [root@ct ceph] # ceph-s cluster: id: dfb110f9-e0e0-4544-9f13-9141750ee9f6 health: HE

    Shulou · 2022-06-03 05:58
  • How does kafka implement batch startup and shutdown scripts?

    How does kafka implement batch startup and shutdown scripts?

    Kafka cluster needs to log in to multiple servers every time it starts, which is troublesome. A batch management tool pssh is installed, ssh key-free login is configured, and a simple shell script is written to facilitate daily batch start-up and shutdown operations. [root@kafka1 ~

    Shulou · 2022-06-03 05:58
  • How to configure a LAN DNS server?

    How to configure a LAN DNS server?

    Preparation: prepare 3 servers: http server:192.168.1.3dns server: 192.168.1.4dns client:192.168.1.53 servers, all of which need to open DNS in the firewall

    Shulou · 2022-06-03 05:57
  • How do I compile and install Apache in linux?

    How do I compile and install Apache in linux?

    1 preface compiles and installs Apache HTTP Server, the latest version is 2.4.41, you can compile and install apr,apr-util,pcre after installation. 2 preparation work three: apr,apr-util,pcre, already

    Shulou · 2022-06-03 05:57
  • Hand-in-hand teaches you to package your own Windows7 installation image

    Hand-in-hand teaches you to package your own Windows7 installation image

    Preface due to the needs of my work, I often need to install the Windows operating system (desktop virtualization, you know), so I especially want a handy system installation image, this image had better have the following characteristics: 1, integrate the latest patches, so that I do not have to make a bunch of patches, sometimes

    Shulou · 2022-06-03 05:57
  • Introduction to Django CMDB system (3) login and logout

    Introduction to Django CMDB system (3) login and logout

    Introduction to Django CMDB system (3) Login and logout Preface author: he Quan, github address: https://github.com/hequan2017 QQ Exchange Group: 620176501 through this tutorial to complete zero entry

    Shulou · 2022-06-03 05:57
  • How to build a local docker repo?

    How to build a local docker repo?

    Log in with docker's id, and then you can get a 4-hour virtual machine, which is enough for the experiment. Come on, the next repo managed container # download registry imagedocker run-d-p 5000:

    Shulou · 2022-06-03 05:57
  • What is the object-oriented programming language Objective-C?

    What is the object-oriented programming language Objective-C?

    What is Objective-CObjective-C, referred to as OC, is a general, high-level, object-oriented programming language. It extends the standard ANSI C programming language and adds Smalltalk-style message passing mechanism to ANSI C. Current master

    Shulou · 2022-06-03 05:57
  • How to learn Docker containers efficiently so as to learn cloud computing well?

    How to learn Docker containers efficiently so as to learn cloud computing well?

    More and more people want to earn a high salary by learning cloud computing, and many people will find that they will be exposed to Docker containers in the process of learning cloud computing. How to learn Docker containers quickly and efficiently, and then learn cloud computing well? Let's take a look at the editor's analysis. Docker is the base.

    Shulou · 2022-06-03 05:57
  • Download and install rpm packages for python and yum

    Download and install rpm packages for python and yum

    1. Create directories python and yum to store the rpm package: mkdir / usr/local/src/pythonmkdir / usr/local/src/yum2. Use wget to download python and yum's

    Shulou · 2022-06-03 05:57
  • How to use docker container

    How to use docker container

    Docker container docker container is another core concept, and the container is a running instance of the image. The difference is that the image is a static read-only file, the container has the writable layer needed by the runtime, and the application process in the container is running. A virtual machine simulates a whole set of operating systems.

    Shulou · 2022-06-03 05:57