Get the App
  • How to migrate computer local user profiles to domain accounts

    How to migrate computer local user profiles to domain accounts

    Recently, I have encountered a problem about migrating the local user profile of the workgroup computer to the domain user profile. I have consulted the relevant documents, and now record the migration process, which will be read later. (the following migration process is a virtual machine test environment) 1. After joining the computer to the domain, restart the computer; 2. Use domain account

    Shulou · 2022-06-02 16:15
  • Simple IP address Calculator using linux's ipcalc command

    Simple IP address Calculator using linux's ipcalc command

    This article mainly introduces the use of linux ipcalc command simple IP address calculator, the article is very detailed, has a certain reference value, interested friends must read it! The full name of the ipcalc command is: Calculate IP infor

    Shulou · 2022-06-02 16:15
  • Use the xzmore command of linux to view xz compressed text files

    Use the xzmore command of linux to view xz compressed text files

    This article mainly introduces the use of linux xzmore command to view xz compressed text files, the article is very detailed, has a certain reference value, interested friends must read it! Use the xzmore command to view xz compressed text files. Syntax format: xzm

    Shulou · 2022-06-02 16:15
  • Use the mysqlshow command of linux to display database, data table, and column information

    Use the mysqlshow command of linux to display database, data table, and column information

    This article will explain in detail about the use of linux's mysqlshow command to display database, datasheet and column information. The editor thinks it is very practical, so I share it with you as a reference. I hope you can get something after reading this article. Mysqlshow command is used for

    Shulou · 2022-06-02 16:15
  • Use the brctl command of linux to manage Ethernet bridges

    Use the brctl command of linux to manage Ethernet bridges

    This article mainly introduces the use of linux brctl command Ethernet bridge management, the article is very detailed, has a certain reference value, interested friends must read it! The brctl command is used to set up, maintain, and check the Ethernet bridge configuration in the linux kernel. To

    Shulou · 2022-06-02 16:15
  • Use linux's tgz command to compress the file to a .tgz format file

    Use linux's tgz command to compress the file to a .tgz format file

    This article mainly introduces the use of linux tgz command to compress the file into .tgz format file, the article is very detailed, has a certain reference value, interested friends must read it! Use the tgz command to compress files to .tgz format. Syntax format: t

    Shulou · 2022-06-02 16:15
  • Use the squid command of linux to proxy the server daemon

    Use the squid command of linux to proxy the server daemon

    This article will explain in detail about the use of linux squid command proxy server daemon process, the editor thinks it is very practical, so share it with you as a reference, I hope you can get something after reading this article. The squid command is the most widely used proxy server software

    Shulou · 2022-06-02 16:15
  • Basic configuration of OSPF virtual links

    Basic configuration of OSPF virtual links

    OSPF virtual link basic configuration 1: the principle of OSPF virtual link refers to a logical connection channel established between two ABR through a non-backbone area (which must be configured on both ends of the ABR at the same time). Establish a virtual link between the two routers R1 and R2 to make area

    Shulou · 2022-06-02 16:15
  • Use the bzdiff command of linux to compare the differences between files in two .bz2 packages

    Use the bzdiff command of linux to compare the differences between files in two .bz2 packages

    Editor to share with you the use of linux's bzdiff command to compare the differences between the two .bz2 compressed files. I hope you will learn a lot after reading this article. Let's discuss it together. The bzdiff command is used to directly compare files in two ".bz2" compressed packages.

    Shulou · 2022-06-02 16:15
  • Use the bzgrep command of linux to search for the contents of files in the .bz2 package

    Use the bzgrep command of linux to search for the contents of files in the .bz2 package

    Editor to share with you the use of linux's bzgrep command to search .bz2 compressed file content, I hope you will learn a lot after reading this article, let's discuss it together! The bzgrep command uses regular expressions to search for files in the ".bz2" package, setting the

    Shulou · 2022-06-02 16:15
  • Use the ssh-keyscan command of linux to collect the ssh public key of the host

    Use the ssh-keyscan command of linux to collect the ssh public key of the host

    Editor to share with you the use of linux's ssh-keyscan command to collect the ssh public key of the host. I hope you will gain a lot after reading this article. Let's discuss it together. The ssh-keyscan command is a utility that collects a large number of host public keys.

    Shulou · 2022-06-02 16:15
  • Use the compgen command of linux to list all Linux commands

    Use the compgen command of linux to list all Linux commands

    This article mainly introduces the use of linux compgen command to list all Linux commands, the article is very detailed, has a certain reference value, interested friends must read it! Compgen A great command lists all the Linux commands, com

    Shulou · 2022-06-02 16:15
  • Using the sshd command of linux openssh server daemon

    Using the sshd command of linux openssh server daemon

    This article will explain in detail about the sshd command openssh server daemon using linux. The editor thinks it is very practical, so I share it with you as a reference. I hope you can get something after reading this article. The sshd command is opensshd software

    Shulou · 2022-06-02 16:15
  • Use the complete command of linux to automatically complete the declaration

    Use the complete command of linux to automatically complete the declaration

    This article will explain in detail the automatic completion statement on the use of linux's complete command. The editor thinks it is very practical, so I share it with you as a reference. I hope you can get something after reading this article. The complete command declares that for each NAM

    Shulou · 2022-06-02 16:15
  • Use the bzcmp command of linux to compare files in a .bz2 package

    Use the bzcmp command of linux to compare files in a .bz2 package

    This article mainly introduces the use of linux bzcmp command to compare .bz2 compressed files, the article is very detailed, has a certain reference value, interested friends must read it! The main function of the bzcmp command is to extract the .bz2 package without really decompressing it.

    Shulou · 2022-06-02 16:15
  • Detailed explanation of Linux user and password file format

    Detailed explanation of Linux user and password file format

    This paper introduces the formats of / etc/passwd and / etc/shadow files under Linux system. These two files, one is the storage of user account information data, and the other is the storage of user password information and password expiration related information. Both of these files are used

    Shulou · 2022-06-02 16:15
  • Use the tsar command of linux to collect server system information

    Use the tsar command of linux to collect server system information

    Editor to share with you the use of linux tsar command to collect server system information, I hope you will learn a lot after reading this article, let's discuss it together! Tsar is a collection tool developed by Taobao itself (similar to the sar tool), which is mainly used to collect servers.

    Shulou · 2022-06-02 16:15
  • Use the pushd command of linux to add directories to the top of the directory stack

    Use the pushd command of linux to add directories to the top of the directory stack

    This article will explain in detail about using linux's pushd command to add directories to the top of the directory stack. The editor thinks it is very practical, so I share it with you as a reference. I hope you can get something after reading this article. The pushd command is used to change the new directory and / or press

    Shulou · 2022-06-02 16:15
  • Use the ssh command of linux to securely connect to the client

    Use the ssh command of linux to securely connect to the client

    Editor to share with you the use of linux's ssh command to securely connect to the client. I hope you will gain a lot after reading this article. Let's discuss it together. The ssh command is a client connection tool in the openssh suite that gives the ssh encryption protocol a secure

    Shulou · 2022-06-02 16:15
  • Use the XF86Setup command of linux to set up XFee86

    Use the XF86Setup command of linux to set up XFee86

    This article mainly introduces the use of linux XF86Setup command to set up XFee86, the article is very detailed, has a certain reference value, interested friends must read it! This is the program used by the Linux system to set up XFee86. It will enter the graphics mold.

    Shulou · 2022-06-02 16:15