Today, the editor shares with you a detailed introduction of the common Linux system. I believe most people don't know much about it. In order to make you understand better, the editor has summarized the following content for you. Without saying much, let's move on. Common Linux systems include Ubuntu, Fedora,
How to view Linux kernel and system version information? I believe that most people have not yet learned this skill, in order to let you learn, to give you a summary of the following content, do not say much, let's move on. 1. Check the Linux kernel version information method 1: log in to Linux and type c in the terminal
Today, what the editor shares with you is the location of the configuration file of the linux system. I believe most people don't know much about it. In order to make you understand better, the editor summarizes the following contents. Without saying much, let's move on. The location of the configuration file depends on which distribution you use. In general, user software
This article mainly discusses the solution that the modification of hosts file by inux does not take effect. There is a certain reference value, friends in need can refer to, follow the editor to see the solution. 1. Linux modifies the hostName of the native alias / etc/hosts
Nginx+uswgi+supervisorsupervisor: add a supervisor.ini configuration, and then add the corresponding files under include in the / etc/supervisord.conf file
1. DMA causes dirty data when using DMA for data handling, when you need to stop the transmission of DMA halfway, you need to stop the dma request of the controller, then forcibly close DMA, and finally release memory, otherwise it may cause DMA to move data to the freed memory. 2. Power saving for DM
OCT 24 2018 RILEY KARSONRiley Karson is a software engineer at Google, where he works as a contribut
Docker under Centos uses scripts to install Docker1 and log in to Centos with sudo or root privileges. 2. Make sure the yum package is up to date. $sudo yum update3, execute Docker
This article mainly introduces the method of checking the mac address of the network card in the linux system, which has a certain reference value and can be used for reference by friends who need it. The following information is about the detailed steps of checking the mac address of the network card. 1. First, right-click on the desktop and select "Open Terminal". 2. Then enter I
This article shares with you how to add users to linux and give root permissions. The editor thought it was very practical, so I shared it with you as a reference. Let's follow the editor and have a look. 1. Add a user first use the adduser command to add an ordinary user, the command is as follows:
Dstat & a three-in-one tool for sariostat, vmstat, and ifstat to view system performance. Official website: http://dag.wieers.com/rpm/packages/dstat/, you can do this
This article is to share with you how to view cpu information in linux system. The editor thought it was very practical, so I shared it with you as a reference. Let's follow the editor and have a look. 1. Check the number of physical CPU # cat / proc/cpuinfo | grep
What is the difference between windows system and linux system? To solve this problem, today the editor summarizes this article about windows and linux, hoping to help more friends who want to solve this problem to find a more simple and feasible way. Linux is a free exercise.
This article mainly introduces the method of uploading files in the linux server, which has certain reference value and can be used for reference by friends who need it. The following information is about the detailed steps of uploading the file. First create a test text document on the desktop and open xshell and log in to linux
This article is to share with you how linux can view installed software. The editor thought it was very practical, so I shared it with you as a reference. Let's follow the editor and have a look. 1. If the rpm package is installed, you can see it with rpm-qa. If you want to find out whether a software package is installed, use
How does linux compare the differences in file content? In view of this problem, today the editor summarizes this article on document comparison, hoping to help more friends who want to solve this problem to find a more simple and feasible way. The Linux file comparison command is used to compare the difference between the contents of the two files. There are mainly c
The method of selecting a CVM (CVM) is similar to that of other hosts. To choose a suitable CVM, you need to have a certain understanding of your website and the configuration parameters of the CVM as follows: 1. The type of the website, such as whether it is static or dynamic, what kind of website program to use, and the right operation.
What the editor shares with you today is the method of viewing ports in the linux system. The editor thinks it is very practical, so I will share it for you as a reference. Let's follow the editor and have a look. First open the command interface of Linux, as shown in the figure (this article takes the Ubuntu system as an example): then to
This article is about how to check whether the port is occupied in linux system. The editor thought it was very practical, so I shared it with you as a reference. Let's follow the editor and have a look. 1. Use the netstat command netstat-anp | grep
First, uncover the mystery of Docker Docker is an open source tool for applications running in Linux containers, is a lightweight "virtual machine" born in 2013, just a few years, has become the most popular project in the open source community. . Then why did Docke