Get the App
  • Use the iwconfig command of linux to configure the wireless network interface

    Use the iwconfig command of linux to configure the wireless network interface

    Today, the editor shares with you the use of linux's iwconfig command to configure the wireless network interface. I believe many people do not know much about it. In order to make you understand better, I have summarized the following contents for you. Let's look down together. I'm sure you'll get something. Use iwconfiglife

    Shulou · 2022-06-02 19:51
  • Use the mdir command of linux to display the MS-DOS directory

    Use the mdir command of linux to display the MS-DOS directory

    Today, the editor shares with you the use of linux's mdir command to display the MS-DOS directory. I believe many people don't know much about it. In order to make you understand better, I summed up the following contents and looked down together. I'm sure you'll get something. Mdir is a mtools tool

    Shulou · 2022-06-02 19:51
  • Use the join command of linux to connect two files

    Use the join command of linux to connect two files

    This article mainly introduces the use of linux join command to connect two files, has a certain reference value, friends in need can refer to. Let's take a look at it with me. In short, the connection operation of join is to select two records with the same domain, and then locate these records.

    Shulou · 2022-06-02 19:51
  • Create a logical volume using the pvcreate command of linux

    Create a logical volume using the pvcreate command of linux

    This article takes a look at creating logical volumes using linux's pvcreate command. There is a certain reference value, friends in need can refer to, hope to help you. The pvcreate command is used to initialize a physical hard disk partition to a physical volume so that LVM makes

    Shulou · 2022-06-02 19:51
  • Lync Server server version upgrade

    Lync Server server version upgrade

    There are many POC environments that test well, and then apply the POC environment directly to the production environment. But this means that the version of Lync Server needs to be upgraded from the evaluation version to the enterprise version. First of all, you need to license the Lync Serv in the Microsoft Volume Licensing Center.

    Shulou · 2022-06-02 19:51
  • How to use linux's patch command to patch files

    How to use linux's patch command to patch files

    Today, the editor shares with you how to use linux's patch command to patch files. I believe many people don't know much about it. In order to make you understand better, I summarized the following contents for you. Let's look down together. I'm sure you'll get something. The patch command allows users to patch with settings

    Shulou · 2022-06-02 19:51
  • Access the text in the FileSrv server through the UNC path on the physical machine

    Access the text in the FileSrv server through the UNC path on the physical machine

    Access the file share in the FileSrv server through the UNC path on the physical machine: 1. Select the "start" → "run" command in the physical host, and enter the UNC path\ 192.168.10.10 (IP address) in the open "Operation" dialog box. 2.

    Shulou · 2022-06-02 19:51
  • How to merge two files using the paste command of linux

    How to merge two files using the paste command of linux

    This article mainly introduces how to use linux's paste command to merge two files, which has certain reference value and can be used for reference by friends who need it. Let's take a look at it with me. The paste command merges each file in a column-to-column manner, column by column.

    Shulou · 2022-06-02 19:51
  • Use the vgchange command of linux to modify volume group properties

    Use the vgchange command of linux to modify volume group properties

    This article mainly introduces how to use linux's vgchange command to modify volume group properties, which can be used for reference by friends who need it. Let's take a look at it with me. The vgchange command is used to modify the properties of a volume group and is often used to set whether the volume group is in the

    Shulou · 2022-06-02 19:51
  • IT Operation and maintenance Management Scheme based on SAAS

    IT Operation and maintenance Management Scheme based on SAAS

    SAAS (Software and Services) is a new business model that uses the transmission capacity of the high-speed Internet to process data from personal computers or servers to computer clusters on the Internet. Cloud computing makes it possible to have supercomputing power over the Internet, and enterprises and individual users do not have to buy

    Shulou · 2022-06-02 19:50
  • Use the split command of linux to split files

    Use the split command of linux to split files

    Today, what the editor shares with you is the use of linux's split command for file segmentation. I believe many people do not know much about it. In order to make you understand better, I have summarized the following contents for you. Let's look down together. I'm sure you'll get something. The split command splits large files into

    Shulou · 2022-06-02 19:50
  • Use the vgconvert command of linux to convert the metadata format of the specified LVM volume group

    Use the vgconvert command of linux to convert the metadata format of the specified LVM volume group

    This article takes a look at using linux's vgconvert command to convert the metadata format of a specified LVM volume group. There is a certain reference value, friends in need can refer to, hope to help you. The vgconvert command is used to convert the specified LVM volume group

    Shulou · 2022-06-02 19:50
  • Use the pvscan command of linux to list the physical volumes found

    Use the pvscan command of linux to list the physical volumes found

    What the editor shares with you today is to use the pvscan command of linux to list the physical volumes found. I believe many people do not know much about it. In order to make you understand better, I have summarized the following contents for you. Let's move on. I'm sure you'll get something. The pvscan command scans the system

    Shulou · 2022-06-02 19:50
  • Use linux's tr command for character conversion

    Use linux's tr command for character conversion

    This article mainly introduces the use of linux tr command for character conversion, has a certain reference value, friends in need can refer to. Let's take a look at it with me. The English full name of tr is "transform", which means transformation. The purpose of this command is to set the

    Shulou · 2022-06-02 19:50
  • Use the uniq command of linux to remove duplicate lines from a file

    Use the uniq command of linux to remove duplicate lines from a file

    This article mainly introduces the method of using linux's uniq command to remove duplicate lines in the file, which has a certain reference value, and friends who need it can refer to it. Let's take a look at it with me. The full name of the uniq command is "unique", and the Chinese definition is "unique and unique".

    Shulou · 2022-06-02 19:50
  • The method of copying MSDOS format files to Linux using mcopy command

    The method of copying MSDOS format files to Linux using mcopy command

    This article mainly introduces the method of using mcopy command to copy MSDOS format files to Linux, which has a certain reference value and can be used for reference by friends who need it. Let's take a look at it with me. The mcopy command is used to copy MSDOS format files to Li

    Shulou · 2022-06-02 19:50
  • CentOS7.4 configure DNS server

    CentOS7.4 configure DNS server

    1. Install bind package yum install-y bind*2. Each profile path index / etc/named.conf # main configuration file / var/named/ # parsing database file directory / etc/named.rfc

    Shulou · 2022-06-02 19:50
  • Using registry to build a private image repository

    Using registry to build a private image repository

    Build a private warehouse on 192.168.1.244 # docker pull registry#docker run-d-p 5000 rig 5000-v / data/myregistry:/var/lib/r

    Shulou · 2022-06-02 19:50
  • Delete a physical volume using the pvremove command of linux

    Delete a physical volume using the pvremove command of linux

    This article takes a look at deleting physical volumes using linux's pvremove command. There is a certain reference value, friends in need can refer to, hope to help you. The pvremove command is used to delete an existing physical volume. Use pvremove

    Shulou · 2022-06-02 19:50
  • How to query or display environment variables using the setenv command of linux

    How to query or display environment variables using the setenv command of linux

    This article shows you how to use linux's setenv command to query or display environment variables. There is a certain reference value, friends in need can refer to, hope to help you. The English full name of the setenv command is "set environmen".

    Shulou · 2022-06-02 19:50