Get the App
  • What are the common Linux systems?

    What are the common Linux systems?

    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,

    Shulou · 2022-06-03 04:01
  • How to view Linux kernel and system version information

    How to view Linux kernel and system version information

    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

    Shulou · 2022-06-03 04:01
  • Where is the location of the configuration file for the linux system

    Where is the location of the configuration file for the linux system

    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

    Shulou · 2022-06-03 04:01
  • How to solve the problem that the modification of hosts file by linux does not take effect

    How to solve the problem that the modification of hosts file by linux does not take effect

    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

    Shulou · 2022-06-03 04:01
  • Nginx+uswgi+supervisor

    Nginx+uswgi+supervisor

    Nginx+uswgi+supervisorsupervisor: add a supervisor.ini configuration, and then add the corresponding files under include in the / etc/supervisord.conf file

    Shulou · 2022-06-03 04:01
  • Matters needing attention in using DMA

    Matters needing attention in using DMA

    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

    Shulou · 2022-06-03 04:01
  • Kickstart Terraform on GCP with Google Cloud Shell

    Kickstart Terraform on GCP with Google Cloud Shell

    OCT 24 2018 RILEY KARSONRiley Karson is a software engineer at Google, where he works as a contribut

    Shulou · 2022-06-03 04:01
  • Docker under Centos

    Docker under Centos

    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

    Shulou · 2022-06-03 04:01
  • How does linux check the mac address of the network card?

    How does linux check the mac address of the network card?

    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

    Shulou · 2022-06-03 04:01
  • The method of adding users and giving root permissions in linux

    The method of adding users and giving root permissions in linux

    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:

    Shulou · 2022-06-03 04:01
  • 28 Unix/Linux command line artifacts

    28 Unix/Linux command line artifacts

    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

    Shulou · 2022-06-03 04:01
  • The method of viewing cpu Information in linux system

    The method of viewing cpu Information in linux system

    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

    Shulou · 2022-06-03 04:01
  • What is the difference between windows system and linux system

    What is the difference between windows system and linux system

    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.

    Shulou · 2022-06-03 04:01
  • The method of uploading Files in linux Server

    The method of uploading Files in linux Server

    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

    Shulou · 2022-06-03 04:01
  • Linux's way to view installed software

    Linux's way to view installed software

    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

    Shulou · 2022-06-03 04:01
  • How does linux compare the content of a file?

    How does linux compare the content of a file?

    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

    Shulou · 2022-06-03 04:01
  • Matters needing attention in selecting a website server

    Matters needing attention in selecting a website server

    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.

    Shulou · 2022-06-03 04:01
  • The method of viewing Port in linux system

    The method of viewing Port in linux system

    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

    Shulou · 2022-06-03 04:01
  • The method of checking whether the Port is occupied under linux system

    The method of checking whether the Port is occupied under linux system

    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

    Shulou · 2022-06-03 04:01
  • What is Docker, how to install it, how to use it

    What is Docker, how to install it, how to use it

    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

    Shulou · 2022-06-03 04:01