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
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.
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
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.
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
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
1. View information 1) Authentication [root@rong ~] # cat keystonerc_admin unset OS_SERVICE_TOKEN export OS_USERNAME=admin
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.
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
1. Report an error [root@ct ceph] # ceph-s cluster: id: dfb110f9-e0e0-4544-9f13-9141750ee9f6 health: HE
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 ~
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
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
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
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
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:
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
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.
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
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.