Get the App
  • Linux system startup process

    Linux system startup process

    CentOS6 system startup process    operating system (OS) is also a program, if you let this special program run after the hardware is powered on, and what this particular program does during startup, as shown in the following figure:    shows from the figure that the system starts (not just Linux systems)

    Shulou · 2022-06-02 20:50
  • The difference between FTP active mode and passive mode

    The difference between FTP active mode and passive mode

    Basics FTP connects only through TCP, and there are no UDP components for FTP. FTP differs from other services in that it uses two ports, a data port and a command port (or control port). Usually port 21 is a command port and port 20 is a data port. When mixed in

    Shulou · 2022-06-02 20:50
  • Installation and RPM details of applications in the latest version of linux Centos7

    Installation and RPM details of applications in the latest version of linux Centos7

    I. Linux Application Foundation 1. The relationship between application programs and system commands 2. The directory structure of a typical application 3. Common package encapsulation types 4.RPM package management tools 5. General naming format 6. Query rRPM package information-Q to view installed packages,-qa:

    Shulou · 2022-06-02 20:49
  • User account Management (Local users) Learning Notes 4

    User account Management (Local users) Learning Notes 4

    User account Management (Local users) Open Local users: 1win+r input: compmgmt.msc (computer computer, management Management, operator) computer Manager 2 my computer (computer) right-click management-local users and groups each account

    Shulou · 2022-06-02 20:49
  • MDT2013 client deployment error

    MDT2013 client deployment error

    Recently, the MDT2013 system has been deployed according to the blog post "MDT2013 from beginner to proficient Conceptual Literacy" by blogger wenzhongxiang. As shown in the following figure: after installation, the Window7 system is deployed on the client PC1, and the PC1 obtains the IP address and

    Shulou · 2022-06-02 20:49
  • The use of users and groups in windows

    The use of users and groups in windows

    Create three users UserA, UserB, and UserC in Windows 10 and add them to the NTDA, NTDB, and NTDC groups, respectively. Set UserA Super Admin permissions, UserB and UserC normal user privileges. 1 in Window

    Shulou · 2022-06-02 20:49
  • Batch view domain user login computer information

    Batch view domain user login computer information

    Batch viewing of domain user login computer information in enterprises, there are often various requirements for the collection of domain account information, such as collecting the login time of the account on which computer; or collecting for computer hardware information collection, hardware collection is recommended to use Bginfo to deploy, combined with AD group policy login

    Shulou · 2022-06-02 20:49
  • Tomcat optimization

    Tomcat optimization

    1. Configuration optimization 1.1. Server.xml configuration [root@localhost ~] # cat server.xml. # the timeout of the customer's connection. A value of-1 means there is no restriction on construction.

    Shulou · 2022-06-02 20:48
  • Application of Router DHCP

    Application of Router DHCP

    Application of DHCP experimental requirements: Pc through dhcp to obtain IP address planning as shown in the figure Experimental steps: 1. Interactive machine sw1 configuration sw1 (config) # vlan10, 20 first create vlan10 and vlan20, note here, be sure to create

    Shulou · 2022-06-02 20:48
  • Shell judgment file

    Shell judgment file

    Yuan_file= "/ home/coservice.war" if [!-f "$yuan_file"] thenecho "[file detection fail] $yuan_file does not exist, $0 exits execution" exit "

    Shulou · 2022-06-02 20:48
  • Mounting Linux hard disk and setting swap partition swap

    Mounting Linux hard disk and setting swap partition swap

    Mkswap / dev/sda2 [root@localhost ~] # swapon / dev/sda2-a [root@localhost ~] # free-mtotal used free sh

    Shulou · 2022-06-02 20:48
  • More command

    More command

    The 1.more command introduces the more command, which functions like cat, and the cat command displays the contents of the entire file on the screen from top to bottom. More will be displayed page by page to facilitate users to read page by page, and the most basic instruction is to press the blank key (space) to move on to the next page

    Shulou · 2022-06-02 20:48
  • Linux Note 19 uses Squid to deploy the proxy caching service.

    Linux Note 19 uses Squid to deploy the proxy caching service.

    Proxy caching service Squid is the most popular high-performance proxy service software in Linux system, which is usually used as the pre-caching service of Web website, which can replace users to request page data from the website server and cache it. To put it simply, the Squid service program will follow the users received

    Shulou · 2022-06-02 20:48
  • On the concept of routing

    On the concept of routing

    The five-layer Internet protocol stack of computer network is from top to bottom: application layer, transport layer, network layer, link layer and physical layer. The concept of routing appears in the network layer, because the three important functions of the network layer are: forwarding, routing, and establishing connections. This article mainly analyzes the concept of routing.

    Shulou · 2022-06-02 20:48
  • Docker three Musketeers-- docker-compose

    Docker three Musketeers-- docker-compose

    Introduction to Docker-Compose Compose is a tool for defining and running container docker applications. With Compose, you can use YAML files to match all the services your application needs. Then, using a command, you can start from Y

    Shulou · 2022-06-02 20:48
  • A successful case of offline data recovery of two hard drives in raid0

    A successful case of offline data recovery of two hard drives in raid0

    A few days ago, I received a set of 4-disk SCSI RAID0+1 data recovery. The customer said that he had done two sets of raid1, and now the raid status shows that there are 3 fast disk offline. If the two sets of disks are raid1 respectively, there should be a set of logical disks that can work properly now, but the fact is

    Shulou · 2022-06-02 20:48
  • Ansible practice: running ansible based on docker

    Ansible practice: running ansible based on docker

    Prepare the host with Ansible installed as the experimental environment. There is a newly installed Centos7 system, which uses ansible to complete the following operations on the host: host initialization settings, mainly yum installation python3 installation docker, and making an a

    Shulou · 2022-06-02 20:48
  • Get an overview of Azure Cloud Shell

    Get an overview of Azure Cloud Shell

    "Cloud Shell" is a terminal running on a browser. Users do not need to install azure powershell or VS on their computers. They only need a browser to perform all the operations managed by Azure. It has the following characteristics: from almost any position

    Shulou · 2022-06-02 20:47
  • What are the benefits of using a micro-service architecture?

    What are the benefits of using a micro-service architecture?

    First, it solves the problem of complexity. It breaks down a terrible, huge overall application into a set of services. While the overall function has not changed, the application has been broken down into manageable modules or services. Each service has clearly defined boundaries in the form of RPC or message-driven API

    Shulou · 2022-06-02 20:47
  • Node server link shared storage for failure cluster transfer

    Node server link shared storage for failure cluster transfer

    First, the last chapter configures and builds the strawind software to build the storage server, which has been created, and now requires node 1 and node 2 to connect to the virtual shared storage. The system environment of node 1 and node 2 is the host in DC, and the system version is 2008R2 Enterprise Edition. 1. The connection node is

    Shulou · 2022-06-02 20:47