Get the App
  • How to solve the problem of being unable to log in after entering the user account password in linux

    How to solve the problem of being unable to log in after entering the user account password in linux

    In the login interface where you need to enter a password, press the ctrl+alt+F1 key combination, enter the user name and password when logging in to Ubuntu in the tty1 terminal, and there is a prompt for successful login in the tty1 terminal. Here my user name is linux, and the default entry is the current user's home directory (

    Shulou · 2022-06-03 01:38
  • What is the difference between windows system and linux system

    What is the difference between windows system and linux system

    Linux is a free and open source UNIX-like operating system. It runs major Unix tools, applications, and network protocols, and supports 32-bit and 64-bit hardware. The kernel of the operating system was first released by Linus Torvaz on October 5, 1991. Linu

    Shulou · 2022-06-03 01:38
  • Linux system: build ElasticSearch middleware under Centos7, commonly used interface demonstration

    Linux system: build ElasticSearch middleware under Centos7, commonly used interface demonstration

    Source code of this article: GitHub click here | | GitEE point here 1. Introduction to middleware 1. Basic concept ElasticSearch is a Lucene-based search server. It provides a full-text search engine with distributed multi-user capabilities, based on REST

    Shulou · 2022-06-03 01:38
  • How to set the ip address of Network Card in linux system

    How to set the ip address of Network Card in linux system

    Method 1: use the ifconfig command to configure the ip address of the network card. This command is usually used for temporary testing. After the computer starts, the configuration of the ip address will automatically fail. The specific usage is as follows: Ipconfig ethx ipadd netmask

    Shulou · 2022-06-03 01:38
  • What is the mount in linux? How do I use it?

    What is the mount in linux? How do I use it?

    Mounting concept mount is a very important function, which is used very frequently. It refers to attaching a device (usually a storage device) to an existing directory. This directory may not be empty, but the previous content in this directory will not be available after mounting. ) it is important to understand that the linux operating system

    Shulou · 2022-06-03 01:38
  • Windows Server 2016 deployment DHCP Failover Cluster

    Windows Server 2016 deployment DHCP Failover Cluster

    This article focuses on how to deploy DHCP Failover Cluster; in Windows Server 2016. What is Failover Cluster? please check the Microsoft technical documentation. Theme deployment environment prerequisite settings configuration storage corner

    Shulou · 2022-06-03 01:37
  • 2008

    2008 "restricted groups" of the R2 AD Group Policy

    1. First, GPO edit computer configuration-Policy-Windows Settings-Security Settings-restricted groups for an OU. For example, limit the administrators group to only two members, administrator and manyour. 2.

    Shulou · 2022-06-03 01:37
  • Basic use and Quick start of playbook of Ansible

    Basic use and Quick start of playbook of Ansible

    1. What are the benefits of using playbook 2. Recognize playbook (Automated deployment nginx) (Automated deployment docker-ce Community Edition) 3.YAML syntax 4.playbook file structure 5. Perform an action when changing (handlers)

    Shulou · 2022-06-03 01:37
  • Shell programming specifications and variables

    Shell programming specifications and variables

    In computer science, Shell, commonly known as shell (used to distinguish it from kernel), refers to software (command parser) that "provides the user with an interface". It is similar to command.com under DOS and later cmd.exe. It receives user commands and then calls the corresponding response

    Shulou · 2022-06-03 01:37
  • Spring Cloud--Honghu Cloud distributed Micro Service Cloud system-System system Management

    Spring Cloud--Honghu Cloud distributed Micro Service Cloud system-System system Management

    This paper introduces that Commonservice-system is a large-scale distributed, micro-service, enterprise-oriented rapid research and development platform of JavaEE system, which is based on the design ideas of modularization, service, atomization and hot plug, and is constructed by mature and leading mainstream open source technology without commercial restrictions.

    Shulou · 2022-06-03 01:36
  • Not to be a scapegoat, a guide to the main points of operation and maintenance.

    Not to be a scapegoat, a guide to the main points of operation and maintenance.

    With the continuous expansion of the scale of data center construction and the iterative update of new technologies, the network carrying data center services has become extremely complex. In order to adapt to the development of data center business, the data center network is constantly updating and changing, which brings great difficulty to the operation and maintenance work. With the continuous expansion of the scale of data center construction

    Shulou · 2022-06-03 01:36
  • The easiest directory structure to understand

    The easiest directory structure to understand

    Common directories and explanations in 1.linux 1 places where bin command files are saved 2 sbin commands that only root users can use 3 boot (understand) directory where information is saved when the Linux program starts 4 dev device files are saved

    Shulou · 2022-06-03 01:36
  • Installation and configuration of swoole extension in linux system

    Installation and configuration of swoole extension in linux system

    Swoole is a PHP asynchronous network communication engine for production environment, which enables PHP developers to write high-performance asynchronous and concurrent TCP, UDP, Unix Socket, HTTP,WebSocket services. Swoole can be widely used.

    Shulou · 2022-06-03 01:36
  • Dos command in windows

    Dos command in windows

    Download things in windows, because of the large file, download slowly, do not know when the download is finished, you can use the dos command in windows, automatically shut down after a certain period of time, save electricity, etc., so summarize the commonly used dos commands. Mplayer2

    Shulou · 2022-06-03 01:36
  • Today, let's learn what cloud computing is.

    Today, let's learn what cloud computing is.

    What is cloud computing? We talk about cloud all day long. What on earth is cloud computing? In Wikipedia, cloud computing is a shared pool of configurable computer resources and higher-level services, which can be quickly configured with minimal management work (usually using the Internet); in Baidu encyclopedia, cloud computing is Internet-based

    Shulou · 2022-06-03 01:36
  • Migrate exchange 2016 based on exchange 2010

    Migrate exchange 2016 based on exchange 2010

    Case description: a total of seven virtual machines are required to build this environment: two Windows 10 with office 2016 installed as clients. Two Windows server 2008 R2, one (DC1) analog domain controller and the other intranet DNS;

    Shulou · 2022-06-03 01:36
  • A case where the VMware virtual machine file cannot be deleted

    A case where the VMware virtual machine file cannot be deleted

    Keywords: VMware ESXi, virtual machine operation background: due to improper operation and maintenance of a virtual machine, it is expected to delete the folder of the VM, but from the vCenter interface or the instruction interface, it is prompted that the file cannot be deleted and the file is occupied. From the error message, there is a process lock.

    Shulou · 2022-06-03 01:35
  • Jvisualvm--JAVA performance Analysis tool

    Jvisualvm--JAVA performance Analysis tool

    JAVA performance analysis tool that comes with JDK. It is already in your JDK bin directory, as long as you are using a later version of JDK1.6 Update7. Click on the jvisualvm.exe icon and it will run. This is VisualVM.

    Shulou · 2022-06-03 01:35
  • Add start, stop, restart for Tomcat

    Add start, stop, restart for Tomcat

    # install tomcatwget http://mirrors.hust.edu.cn/apache/tomcat/tomcat-9/v9.0.0.M4/bin/apache-tomcat-9.0.0.M4

    Shulou · 2022-06-03 01:35
  • Install Docker Compose

    Install Docker Compose

    1. Download $sudo curl-L "https://github.com/docker/compose/releases/download/1.24.1/docker-compose-$(unam

    Shulou · 2022-06-03 01:35