Get the App
  • GlusterFS

    GlusterFS

    Distributed storage has been studied for many years, but it has not been applied to engineering practice on a large scale until recent years, with the rise of cloud computing and big data applications by Internet companies such as Google, Amazon and Ali. Such as Google's distributed file system GFS, distributed tabular system google Bigtab

    Shulou · 2022-06-03 02:08
  • How linux exits the vi Editor

    How linux exits the vi Editor

    What is the linux exit vi command? Press the ESC key to jump out of the vi editing command, and then: W save the file but do not exit vi:w file will also save the changes to file, do not exit vi:w! Force save, do not launch vi:wq save file and exit v

    Shulou · 2022-06-03 02:08
  • The method of uninstalling nvidia driver in Ubuntu

    The method of uninstalling nvidia driver in Ubuntu

    Ubuntu uninstall nvidia driver method 1, switch to integrated graphics card if not, then switch to character interface 2, uninstall driver sudo apt-get-purge remove nvidia*sudo apt autoremo

    Shulou · 2022-06-03 02:08
  • Summary of mysql-mmm operation

    Summary of mysql-mmm operation

    Five virtual machine dual network cards, the first intranet, the second external network 80.100 master database 180.101 master database 280.102 slave database 180.103 slave database 280.104 monitor monitor

    Shulou · 2022-06-03 02:08
  • Basic measures to ensure the Security of Linux Server

    Basic measures to ensure the Security of Linux Server

    As an open source operating system, Linux server is widely used because of its remarkable advantages of security, efficiency and stability. However, if it is not controlled, it may not be safe. This blog post mainly carries out Linu from the point of view of account security control, system boot and login control.

    Shulou · 2022-06-03 02:08
  • Regular expressions and grep

    Regular expressions and grep

    Regular expressions are divided into two categories: basic regular expressions and extended regular expressions. Basic regular expression metacharacter: character match:.: matches any character. []: matches any character in the specified range in []. [^]: any character outside the specified range; you can also know that in []

    Shulou · 2022-06-03 02:08
  • Simple Test of Windows 2016 S2D (3) in vSphere Environment

    Simple Test of Windows 2016 S2D (3) in vSphere Environment

    W2016 includes a number of Powershell tools to help users diagnose, view, and collect logs related to storage. In the next experiment, let's take a look at the commands related to troubleshooting. Use the Get-StorageSubSystem command to view S2 in the test environment

    Shulou · 2022-06-03 02:08
  • IP configuration of Ubuntu system

    IP configuration of Ubuntu system

    Anyone who has used ubuntu knows that the root user who has just installed the system does not have a password. Without a password, we cannot log in with the root user. Set the password for the root user to enter the command sudo passwd, and then the system will ask you to enter the password.

    Shulou · 2022-06-03 02:08
  • AD domain controller installation using

    AD domain controller installation using

    AD domain controller installation uses one, installs a domain controller on the server, promotes the server to a domain controller, and joins the host to the domain we created

    Shulou · 2022-06-03 02:08
  • Linux uses telnet services remotely

    Linux uses telnet services remotely

    Linux uses telnet services to install the required software xinetd and telnet telnet-servertelnet-server-0.1 in the remote lab environment Red Hat Enterprise 7.0

    Shulou · 2022-06-03 02:08
  • Ip commands in linux

    Ip commands in linux

    Ip is a powerful network configuration tool in iproute2 software package. It can replace some traditional network management tools, such as ifconfig, route and so on. This command is supported by almost all Linux distributions. As each L

    Shulou · 2022-06-03 02:07
  • How to install VMware Tools in Linux

    How to install VMware Tools in Linux

    Step 1 for Linux to install VMware Tools, click "install VMware Tools" under "Virtual Machine" in the menu bar; 2. Double-click to open the desktop "VMware Tools" CD-drive file; 3. Use "tar-z" for the compressed package in the driver.

    Shulou · 2022-06-03 02:07
  • The causes and Solutions of linux's inability to resolve Domain names

    The causes and Solutions of linux's inability to resolve Domain names

    Reason: the domain name cannot be resolved because there is no DNS in linux. Solution: first enter the etc; using the cd command, then edit the resolv.conf using the vi editor, and then add the domain name after the nameserver. For example: nameserver

    Shulou · 2022-06-03 02:07
  • The method of viewing the process in linux

    The method of viewing the process in linux

    In Linux systems, one or more processes can be created after each program starts. For example, a httpd program that provides Web services may create multiple processes to provide services when a large number of users visit the Web page at the same time. Using different command tools, you can never

    Shulou · 2022-06-03 02:07
  • Win10 offline installation .net3.5

    Win10 offline installation .net3.5

    1. Plug in win10 installation media. 2. When the administrator opens powershell, enter dism.exe / online / enable-feature / featurename:netfx3 / Source:D:\ s

    Shulou · 2022-06-03 02:07
  • The method of backing up linux system

    The method of backing up linux system

    1. Backup system how can I back up my Ubuntu system? It's simple, just like you back up or compress everything else, use TAR. Unlike Windows, Linux does not restrict root access to anything. You can throw everything on the partition into a TA.

    Shulou · 2022-06-03 02:07
  • What is shell in linux

    What is shell in linux

    The meaning of shell first of all, the English meaning of shell is "shell"; it is relative to the kernel, because it is based on the kernel and is oriented to the user. For example, when we see a ball, we see its shell, not its core. Shell in Linux refers to

    Shulou · 2022-06-03 02:07
  • The method of running .sh file in linux

    The method of running .sh file in linux

    First, add the file name .sh directly, for example, run hello.sh as. / hello.sh [hello.sh must have x permission]. Second, add the file name .sh to sh directly, and sh hello.sh [hello.s] to run hello.sh.

    Shulou · 2022-06-03 02:07
  • The method of deleting Files in linux

    The method of deleting Files in linux

    Use the rm command to delete files under Linux. The specific usage is as follows: rm [options] File options description: command example: 1. General deletion of a.txt files [root] # rm a.txt2, forced deletion of file.log files [root] # rm

    Shulou · 2022-06-03 02:07
  • What is dot in linux

    What is dot in linux

    "." (dot) in shell, users should know that one dot represents the current directory and two dot represent the upper directory. CDPATH=.:~:/home:/home/web:/var:/usr/local is upstream.

    Shulou · 2022-06-03 02:07