Get the App
  • Use the gzexe command of linux to compress the execution file

    Use the gzexe command of linux to compress the execution file

    This article will explain in detail about the use of linux gzexe command to compress the execution file, the editor thinks it is very practical, so share it for you to do a reference, I hope you can get something after reading this article. The gzexe command is used to compress the executable file, and the compressed file is still

    Shulou · 2022-06-02 16:15
  • Use linux's nmcli commands to manage the command line tool for the network

    Use linux's nmcli commands to manage the command line tool for the network

    Editor to share with you the use of linux's nmcli command network management command line tool, I hope you have learned a lot after reading this article, let's discuss it together! The nmcli command can complete all the configurations on the network card and can be written to the configuration file. Syntax format:

    Shulou · 2022-06-02 16:15
  • Use the dd command of linux to copy and convert files

    Use the dd command of linux to copy and convert files

    Editor to share with you the use of linux dd command to copy files and conversion, I hope you will learn a lot after reading this article, let's discuss it together! The dd command copies a file with a block of the specified size and performs the specified conversion at the same time. Note: specify the place of the number

    Shulou · 2022-06-02 16:15
  • Create a C-defined template file using the linux autoheader command

    Create a C-defined template file using the linux autoheader command

    This article mainly introduces the use of linux autoheader command to create C definition template file, the article is very detailed, has a certain reference value, interested friends must read it! You can use the autoheader command to use configur

    Shulou · 2022-06-02 16:15
  • How to solve Outlook configuration user mailbox

    How to solve Outlook configuration user mailbox "this name cannot match the name in the address list"

    When you try to set up a new Exchange mailbox for a user, you may receive the following error message. The basic situation of this case is that the user's mailbox was created on Exchange Server 2013 on Windows Server 2012 R2, O

    Shulou · 2022-06-02 16:14
  • Saltstack (Automated Operation and maintenance Environment deployment)

    Saltstack (Automated Operation and maintenance Environment deployment)

    Saltstack introduces Saltstack as a new infrastructure management tool. At present, it is in the stage of rapid development, which can be regarded as a combination of strengthened Func+ and weakened Puppet. Indirectly reflects the two major functions of saltstack: remote execution and configuration.

    Shulou · 2022-06-02 16:14
  • The solution of screen flipping

    The solution of screen flipping

    Right-click in the space on the desktop-- > Select [display Settings]-- > [Direction] drop-down box-- > change [Flip] to [horizontal]

    Shulou · 2022-06-02 16:14
  • Is the private cloud hosted or self-built?

    Is the private cloud hosted or self-built?

    Hosting private clouds and building your own private clouds are two easy-to-understand concepts. Literally, you can clearly understand that one is to ask others to help establish management, and the other is to establish your own management. There is no significant difference between the two in terms of use costs. Solutions for building your own private cloud

    Shulou · 2022-06-02 16:14
  • Storage shows offline solution due to administrator policy problem

    Storage shows offline solution due to administrator policy problem

    HP storage, FC fiber connected to the local server, due to administrator policy problems show offline solution steps are as follows: first use the DISKPART.exe command to undo policy 1. Run: cmd2. Enter: DISKPART.exe search 3.DISKPART >

    Shulou · 2022-06-02 16:14
  • Modern operating system (1)-- introduction

    Modern operating system (1)-- introduction

    What is multiprogramming? Multiprogramming divides the memory into several parts, each of which holds a different job. For example, when one job waits for the IWeiO operation to complete, the other job can use CPU. If enough jobs can be stored in memory at the same time, the CPU utilization can be close to 1

    Shulou · 2022-06-02 16:14
  • Check which server set logon is logged in by the client in the domain environment

    Check which server set logon is logged in by the client in the domain environment

    Cmd-- > set logon domain environment display login DC non-domain environment display native name

    Shulou · 2022-06-02 16:14
  • Information query of hardware Server in Linux

    Information query of hardware Server in Linux

    Query dmidecode for basic machine information | grep "Product Name" # check machine model hostname # check host name dmidecode-t bios # View bios information syst

    Shulou · 2022-06-02 16:14
  • Regular expression and programming three Musketeers (grep, sed, awk) commands detailed explanation

    Regular expression and programming three Musketeers (grep, sed, awk) commands detailed explanation

    Blog outline: 1. Regular expression (1) definition of regular expression (2) use of regular expression 1. Basic regular expression (1) grep command tool 2. Extended regular expression II. Text editing processor 1.grep command tool 2.sed command tool 3.awk command tool 1

    Shulou · 2022-06-02 16:14
  • CCS compiling U-boot

    CCS compiling U-boot

    CPU chooses am335x from TI and compiles U-boot with CCS for convenience of debugging. Prepare Uboot source package, cross tool chain, CCS installation package. 1. Open CCS, select File- > new project, and select "Makefile p"

    Shulou · 2022-06-02 16:13
  • How to check the maximum amount of memory supported by the computer motherboard

    How to check the maximum amount of memory supported by the computer motherboard

    1. Use the Win + R keyboard shortcut to open the run action box, then enter the command cmd after opening, and click "OK" below to enter the command operation window 2, then enter the command in the open CMD command window: wmic memphysical

    Shulou · 2022-06-02 16:13
  • SCCM deployment (8)-AD Group Policy configuration

    SCCM deployment (8)-AD Group Policy configuration

    Following the previous OU redirection, the computer policy for this OU can now be configured. Server manager-tools-group policy management, select OU right click "create GPO in this domain and link here" policy naming right edit new "local group", and set "corp\ sccmadmin"

    Shulou · 2022-06-02 16:13
  • 05 set up an extra domain controller on Windows Server 2008R2

    05 set up an extra domain controller on Windows Server 2008R2

    Setting up an extra domain controller on top of Windows Server 2008R2 is much easier than building a second DC, but there are some subtle points to pay attention to: 1. Configure IP address, DNS2. Turn off the firewall 3. Test connectivity in

    Shulou · 2022-06-02 16:13
  • Nginx web website access restrictions login verification

    Nginx web website access restrictions login verification

    In some businesses can not be directly provided to outsiders to view, can only specify some people to view. For security reasons, limit access to ip and do a simple login page authentication on the page. The operation is very simple, make a simple record here, so that you can check the memories later. Operating system CentOS

    Shulou · 2022-06-02 16:12
  • Linux Note 3 Linux commands that beginners must master.

    Linux Note 3 Linux commands that beginners must master.

    Common system working command 1.echo command echo command is used to output the value of a string or variable at the terminal in the format of "echo [string | $variable]". 2.date command date command is used to display and set the time or date of the system in the format "dat"

    Shulou · 2022-06-02 16:12
  • Vmware esxi view network card and Raid card driver

    Vmware esxi view network card and Raid card driver

    Check the Nic [root@localhost:~] esxcfg-nics-lName PCI Driver Link Speed Duplex MAC Addr

    Shulou · 2022-06-02 16:12