[TOC] first, the DAY61.shell script introduces shell as a scripting language aming_linux blog.lishiming.net can use logic judgment, loops and other syntax to customize the function shell is a collection of system commands
Vsftpd Overview vsftpd is an abbreviation for "very secure FTP daemon", and security is one of its biggest features. Vsftpd is the name of a server running on a UNIX-like operating system, which can run on an operating system such as L
Original server: bitnami version gitlab version 8.14.3 destination server: source installation gitlab version: 9.1.1 backup method: the original machine has no gitlab-rake command to switch to the git user, execute the bundle command, backup $/
The system default user creation password ElasticSearch is a distributed, highly scalable, high real-time search and data analysis engine based on Lucene, written in Java language. It can easily make a large number of data have the ability to search, analyze and explore. As A
First of all, you need to have the tar package needed in the environment. You can use [docker pull] () to download these images. Now we are using the downloaded image, so we need to import [root@docker01 ~] # docker load-
System version cat / etc/centos-releaseCentOS Linux release 6.0 (Final) 1, install yummount / dev/cdrom / mntrpm-ivh / mnt
Recently, in the process of using linux, we need to establish a shared folder between the host operating system and the guest operating system. We have encountered some problems. After referring to many articles and various attempts on the Internet, we have been able to solve them as follows. 1. System environment: host operating system: Windows
1. Download test method is mainly to put a large file on the server, and then download the method to test the download speed and stability of the bandwidth. this method is more suitable, especially for users who need large bandwidth support, such as building download websites or online videos. No.
The author wants to replace the hard disk of the original machine with a larger capacity SSD. Due to the discrepancy between the models and specifications of the old and new hard drives, GHOST later found that Windows 10 on the hard drives could not start. Here is a brief record of the repair process. First, prepare the Windows 10 PE boot disk
Https://www.cnblogs.com/LinHuChongChongChong/
When using VirualBox to migrate virtual machines on Windos server, you can use the built-in import and export feature, but when the virtual machine is larger than dozens of gigabytes of capacity, it will be particularly slow. Generally speaking, the quicker way is to clone the virtual machine disk directly, and then copy the virtual machine disk.
Suddenly jammed during accessing VCSA, unable to refresh, but can ping VCSA, after a long time, refresh the browser, showing the following error: 503 Service Unavailable (Failed to connect to endp
A URL often needs to represent several different resources. For example, Web sites that need to provide their content in multiple languages. If a site has both French-speaking and English-speaking users, it may want to provide site information in both languages. Ideally, the server should send English to English users
The command instructions man pages ps, pgrep, prstat, pkill check the status of active processes on the system and display detailed information about those processes. Ps (1), pgrep (1) and prstat (1m) pkill functions the same as pgrep
Problem description: virtual machine virt-install-- ram=2048-- vcpus=8-- os-type windows-- os-variant=winvista\-- cdrom created using the following command
event-driven programming is a programming paradigm where the execution flow of a program is determined by external events. It is characterized by an event loop that uses a callback mechanism to trigger the corresponding processing when an external event occurs. Multithreading is another common programming paradigm and is easier to understand. high performance universal type
What we are going to deploy today is NLB. What is NLB? To put it bluntly, it is the high availability of the client access role. Load balancing is a way to manage which servers receive traffic. Load balancing helps distribute incoming client connections through endpoints, such as client access servers, to ensure that no
Author | Zhang Lei, Senior Technical expert of Aliyun Container platform, CNCF official Ambassador 1. Why do you need a Pod container? we know that Pod is a very important concept in the Kubernetes project and a very important atomic scheduling unit, but
Find finds files in the specified directory supplementary description the find command is used to find files in the specified directory. Any string that precedes a parameter is treated as the name of the directory you are looking for. If no parameters are set when using this command, the find command will look up the subdirectories in the current directory and
Cluster deployment-query cluster status kubectl get node # View number of nodes kubectl get componentstatus # View cluster status kubectl get all cluster deployment-start a test show