current location:Home > Technical Articles > Operation and Maintenance
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Docker container network under Linux: How to set up network connections and communication between containers?
- Docker container network under Linux: How to set up network connections and communication between containers? When using Docker for application deployment, network connection and communication between containers is a very important issue. This article will introduce how to set up a container's network connection in a Linux environment and provide some common code examples. There are multiple network modes to choose from in Docker, the three most commonly used ones are: bridge mode, host mode and Overlay network mode. In bridge mode, Docker will
- Linux Operation and Maintenance 1947 2023-08-01 18:41:22
-
- 109 practical shell script examples, the code is clear and easy to use!
- Shell scripts use the command interpretation function of Shell to parse a plain text file and then execute these functions. It can also be said that a Shell script is a collection of a series of commands.
- Linux Operation and Maintenance 2113 2023-08-01 17:43:44
-
- Don't know how to use Linux firewall software IPtables! What kind of operation and maintenance person are you?
- Connection tracking is the basis of many web applications. For example, Kubernetes Service, ServiceMesh sidecar, software four-layer load balancer LVS/IPVS, Docker network, OVS, iptables host firewall, etc., all rely on the connection tracking function.
- Linux Operation and Maintenance 1613 2023-08-01 17:36:23
-
- The most commonly used Linux commands: can solve more than 95% of problems!
- In Linux systems, every user belongs to at least one user group. Each user group in the Linux operating system has a unique identifier GID. When using the command to create a user group, if the GID of the user group is not specified, the system will automatically assign it a GID.
- Linux Operation and Maintenance 1768 2023-08-01 17:34:32
-
- 34 Linux Shell scripts commonly used for operation and maintenance will definitely help you!
- As a Linux engineer, being able to write good scripts can not only improve work efficiency, but also give you more time to do your own things. When I was surfing the Internet recently, I also paid attention to collecting some scripts written by big guys and summarized them.
- Linux Operation and Maintenance 1173 2023-08-01 17:27:03
-
- 6 ways to configure Linux environment variables, which one is smoother?
- When customizing software installation, it is often necessary to configure environment variables. The following lists various methods of configuring environment variables.
- Linux Operation and Maintenance 1260 2023-08-01 17:25:40
-
- Docker is no longer open source!
- Docker sent an email to all Docker Hub users who have created an "organization", reminding them that they must upgrade to the paid team plan for $420 per year, otherwise, their account's Docker image will be deleted.
- Docker 1847 2023-08-01 17:20:58
-
- Linux disk partitioning and mounting
- For Linux, wulun has several partitions, which directory is assigned to them. In the final analysis, it has only one root directory, an independent and unique file structure. Each partition in Linux is used to form part of the entire file system.
- Linux Operation and Maintenance 1887 2023-08-01 17:19:07
-
- Recommended to collect! ! ! Essential security settings for Linux servers~
- Below I will tell you some simple methods to improve the security factor of the server. My cloud server is configured in this way. Although it is a bit troublesome, I feel more at ease.
- Linux Operation and Maintenance 1616 2023-08-01 17:13:47
-
- I thought I was familiar with Linux, but I never expected that it would turn upside down in the production environment...
- Having been engaged in operation and maintenance for many years, I have encountered various problems, such as data loss, website malfunction, accidental deletion of database files, hacker attacks and other problems. I have also met many friends who thought they were familiar with the Linux system. When they saw problems, they never panicked and were full of confidence, but their production environment turned upside down.
- Linux Operation and Maintenance 1912 2023-08-01 17:09:50
-
- Implement port mapping on Linux or Windows
- Usually the server has many network cards, so it may be connected to different networks. In an isolated network, some services may need to communicate. At this time, the server can be configured to assume the function of forwarding data packets.
- Linux Operation and Maintenance 1127 2023-08-01 17:03:54
-
- After QQ was refactored with Electron, it finally realized the unification of the three-terminal architecture of Linux, macOS, and Windows!
- After 24 years of changes, the national application QQ has become a memory of the post-80s/90s generation and the main battlefield of the post-00s generation. Now, because of the release of a latest version of QQ, it has attracted the attention of technical people of all ages.
- Linux Operation and Maintenance 1736 2023-08-01 16:56:33
-
- Essential security settings for Linux servers, recommended collection! ! !
- Below I will tell you some simple methods to improve the security factor of the server. My cloud server is configured in this way. Although it is a bit troublesome, I feel more at ease.
- Linux Operation and Maintenance 1294 2023-08-01 16:51:54
-
- Shell is an efficient command for analyzing log files, super easy to use!
- My own small website runs on Alibaba Cloud's ECS. I occasionally analyze my website server logs to see the number of visits to the website. See if there are any hackers causing damage! So I collected and sorted out some server log analysis commands. You can try them!
- Linux Operation and Maintenance 1412 2023-08-01 16:47:46
-
- There are a lot of logs in the Linux server. How to read the logs correctly and quickly locate errors?
- There are very few logs obtained with grep, we need to check nearby logs. This is what I did, first: cat -n test.log | grep "keyword" to get the line number of the key log.
- Linux Operation and Maintenance 1500 2023-08-01 16:45:25