Get the App
  • The use of vi Command in linux system

    The use of vi Command in linux system

    This article will explain in detail about the use of vi commands in the linux system, the content of the article is of high quality, so share it for your reference. I hope you can get something after reading this article. The vi editor is the standard editor for all Unix and Linux systems, and its

    Shulou · 2022-06-03 01:19
  • Steps to install a linux system with a U disk

    Steps to install a linux system with a U disk

    This article will explain in detail the steps of installing linux system with U disk. The content of the article is of high quality, so I hope you can get something after reading this article. 1. Install Chinese cabbage to U disk (make boot disk), make boot disk, and select "default mode"

    Shulou · 2022-06-03 01:19
  • Shell script (conditional Test & IF judgment)-- Theory 2

    Shell script (conditional Test & IF judgment)-- Theory 2

    Shell script theory article 2 Shell-conditional test & IF conditional test last blog we mentioned that there is a $in a predefined variable. Variables are used to determine whether the command was executed successfully. So how do you use it? At this point, a special testing tool, the test command, is needed to test specific conditions.

    Shulou · 2022-06-03 01:18
  • What is Cache Memory in Linux

    What is Cache Memory in Linux

    What is Cache Memory in Linux? In view of this problem, this article gives the corresponding analysis and answers, hoping to help more friends who want to solve this problem to find a more simple and feasible way. Why do you need cache memory to think about cach?

    Shulou · 2022-06-03 01:18
  • Linux package Management-rpm Command Summary

    Linux package Management-rpm Command Summary

    The first part: the process of program compilation. 1. The software running environment introduces that the operating system kernel, libraries and programs are all binary files. Whether the application program can run across platforms depends on whether the calling binary library files that the program depends on are compatible. API:Application Progra from a development perspective

    Shulou · 2022-06-03 01:18
  • Windows modifies the remote port number

    Windows modifies the remote port number

    In the start-run menu, enter regedit, enter the registry to edit, and follow the previous path to enter the modified port HKEY_LOCAL_MACHINE/System/CurrentControlSet/Control/T.

    Shulou · 2022-06-03 01:18
  • Apache uses .htaccess files to block wget download network.

    Apache uses .htaccess files to block wget download network.

    It is found that although wget follows the robots.txt rules, that can still be bypassed. Now the 56 cloud editor shares with you the shielding method I use: block downloading any files. HtaccessSetEnvIfNoCase User-

    Shulou · 2022-06-03 01:18
  • Hard links and soft links in Linux

    Hard links and soft links in Linux

    In this issue, the editor will bring you the introduction of hard links and soft links in Linux, and analyze and describe them from a professional point of view. I hope you can get something after reading this article. Hard links first let's look at hard links. Let's compare them with references to variables in php. $a

    Shulou · 2022-06-03 01:18
  • Does the CPU of X86-32-bit architecture only have 4G memory?

    Does the CPU of X86-32-bit architecture only have 4G memory?

    No, you can extend the paging mechanism to support more than 4G memory. What is paging mechanism extension? PAE. What is PAE? How is PAE implemented?

    Shulou · 2022-06-03 01:18
  • 5.SFB Edge installation

    5.SFB Edge installation

    Server preparation part: 1. Edge servers do not join the domain and only need to modify the DNS suffix of the computer name. two。 The edge server requires 2 network cards. IN Nic: configure IP address, configure DNS, do not configure default gateway OUT Nic: configure IP address, do not configure DNS, configure default

    Shulou · 2022-06-03 01:18
  • Preliminary solution and Analysis of SVM in Machine Learning (1): maximum distance

    Preliminary solution and Analysis of SVM in Machine Learning (1): maximum distance

    During this period of time, I have been reading Zhou Zhihua's "Machine Learning". In the process of reading, I sometimes search for articles written by other people. by contrast, what Professor Zhou said is still quite profound, but when I read the chapter SVM a few days ago, I felt very obscure. My first feeling was that it was more abstract, especially.

    Shulou · 2022-06-03 01:18
  • Windows_Oracle 11g R2 installation

    Windows_Oracle 11g R2 installation

    Catalogue 1 heading and scope 1.1 compilation purpose 1.2 scope 2 terminology definition 3 Operation flow Specification 3.1 General flow Chart 3.2 Operation steps and Specification 1 heading and scope 1.1 purpose of this standard operating procedure document is to regulate matters related to the entire process of Oracle 11g installation

    Shulou · 2022-06-03 01:18
  • Rsync--- full network backup-implementation steps

    Rsync--- full network backup-implementation steps

    The specific requirements are as follows: 1) the backup directories of all servers must be / backup2) the system configuration files to be backed up include, but are not limited to: a. The configuration file of the scheduled task service (/ var/spool/cron/root) (suitable for web and nfs servers) b.

    Shulou · 2022-06-03 01:18
  • Windows 2008 R2 AD Domain Controller password cracking

    Windows 2008 R2 AD Domain Controller password cracking

    Because I haven't logged in to the domain controller for a long time, I forgot the administrator's password, so I was embarrassed. Later, I checked the Internet and mentioned that I could use osk.exe to crack it, and I tried it out. The following is the process of cracking. Since my domain controller is installed on vmware esxi

    Shulou · 2022-06-03 01:18
  • Record the process of locating the reason for the disappearance of a document

    Record the process of locating the reason for the disappearance of a document

    The operation and maintenance staff of a newspaper was tinkering with the monitoring system; suddenly the penguin herd of the unit called, saying that the shared folder for the edition had been emptied, and immediately started backup recovery and began to track the reason for the loss of the file. Because of the last accident like this, a shared file was installed on the server in advance.

    Shulou · 2022-06-03 01:17
  • Tide Server starts Virtualization Times wrong 0x000005c

    Tide Server starts Virtualization Times wrong 0x000005c

    Today, when deploying two tide servers NF5280M4, download the raid driver Raid card driver from the official: 2008R2:2008r2 Raid driver 2012R2:2012r2 Raid driver installation server2008r2 is no problem

    Shulou · 2022-06-03 01:17
  • Resolve the Evicted status of k8s-pod

    Resolve the Evicted status of k8s-pod

    Kubectl get pods found that the status of many pod is Evicted cause eviction, which means driving, which means that when an exception occurs on a node, kubernetes will have a corresponding mechanism to drive out the Pod on that node. See more often

    Shulou · 2022-06-03 01:17
  • The second script of sending mail for CPU memory disk monitoring in linux system

    The second script of sending mail for CPU memory disk monitoring in linux system

    Enter the number 1 after #! / bin/bashexport PATHexport LANG=zh_CN.UTF-8###top to check the status of each CPU. # first configure the mailx email account password: # cat > / etc

    Shulou · 2022-06-03 01:17
  • Configure Nginx in Windows environment

    Configure Nginx in Windows environment

    Operating system: Windows Server 2008 R2 Standard virtual machine: VMware Workstation task: configure Nginx environment Nginx currently offers versions of both Linux and Windows environments

    Shulou · 2022-06-03 01:17
  • Cloud Computing Learning Route course outline Courseware: file Link

    Cloud Computing Learning Route course outline Courseware: file Link

    Cloud computing learning route course outline courseware: file link =

    Shulou · 2022-06-03 01:17