SRE Operations and Maintenance Engineer Notes - Introduction to Linux Foundation
1. Linux Foundation
1.1 User Type
root user A special administrative account Also known as superuser root is close to full system control Almost unlimited capacity for system damage Do not log on as root unless necessaryNormal (Unprivileged) User Limited permissions Limited capacity to cause damage
1.2 terminal
Device terminal: keyboar ...
Posted by HockeyDevil07 on Tue, 02 Nov 2021 20:51:02 +0100
Linux_ Logical Volume Management Actual
Management Logical Volume Management LVM Concepts
When we partition, format and mount partitions on regular hard disks, we find that there is not enough disk space or that the disk allocation is too large. If you need to re-plan your hard drive, you need to re-format your hard drive drive. Of course, you will not have any data on your hard dri ...
Posted by phamenoth on Tue, 02 Nov 2021 20:36:43 +0100
How to access the host from within the docker container
Recently, I started envoy proxy, pulled the envoyproxy/envoy:latest image, and conducted a local test. However, when the proxy failed, I recorded the whole process.
Configure agent
Refer to envoyproxy official Front end agent sample configuration As a blueprint, it has changed to its own configuration. The contents are as follows:
static_res ...
Posted by craigerjs on Tue, 02 Nov 2021 08:05:43 +0100
Continuous integration (CI) and container management learning notes
1. DockerMaven plug-in
Microservice deployment method:
Manual deployment: package and generate jar s based on the source code and upload them to the server.Automatic deployment through Maven plug-in.
1.1 automatic deployment steps of Maven plug-in:
Modify the docker configuration of the host so that it can be accessed remotely. Add - h ...
Posted by LacOniC on Mon, 01 Nov 2021 18:56:52 +0100
pod troubleshooting of k8s operation and maintenance
pod troubleshooting of k8s operation and maintenance
K8S is an open source application for managing container applications on multiple hosts in the cloud platform. Kubernetes aims to make deploying container applications simple and efficient
K8S Core advantages of:
1,be based on yaml The file realizes the automatic creation and deletion of ...
Posted by DJ_CARO on Mon, 01 Nov 2021 07:01:12 +0100
Chapter IX disk storage and file system management
1. Disk structure
1.1 equipment documents
Everything is a file: open(), read(), write(), close()
Device file: associated with a device driver, which can communicate with the corresponding hardware device
Equipment number:
Main equipment number: major number, which identifies the equipment typeSecondary equipment number: minor number, which ...
Posted by stomlin on Mon, 01 Nov 2021 02:19:25 +0100
Qinglong panel multi container robot installation tutorial - update 2021.10.31 - FAQ tutorial
group nine hundred and fifty-six million one hundred and twelve thousand eight hundred and twenty-five
group nine hundred and fifty-six million one hundred and twelve thousand eight hundred and twenty-five
group nine hundred and fifty-six million one hundred and twelve thousand eight hundred and twenty-five
If you don' ...
Posted by shadowq on Sun, 31 Oct 2021 02:27:22 +0100
[Filter] basic knowledge
1._Filter
One of the three major components of Java Web (Servlet, Filter and Listener);
Similar to Servlet, it is used to intercept requests, not to process requests; Web developers use Filter technology to intercept all web resources managed by the web server, such as Jsp, Servlet, static picture file or static html file, so as to realize so ...
Posted by brucec on Sat, 30 Oct 2021 07:45:41 +0200
On the development history of container in java -- collection interface
In jdk 1. * version, the main containers are vector (implementing List interface) and hashtable (implementing Map interface). With the evolution of jdk version, in order to deal with transactions in high concurrency environment, jdk later added some containers suitable for high concurrency; Now let's follow the footsteps of history to explo ...
Posted by aaron_mason on Thu, 28 Oct 2021 19:11:35 +0200
Installing RocketMQ under Linux&Windows
1, Download from the official website
Official download address
This time, the current new release version is selected: 4.9.2. Download the binary version of the compressed package.
Or directly Click download
In Linux environment, use the following command to download:
wget https://dlcdn.apache.org/rocketmq/4.9.2/rocketmq-all-4.9. ...
Posted by deveed on Thu, 28 Oct 2021 17:43:41 +0200