Get the App
  • Centos 7.5 deploy varnish caching server

    Centos 7.5 deploy varnish caching server

    Blog outline: 1, introduction to varnish 2, how Varnish works 3, deployment of varnish cache server 1, introduction to varnish Varnish is a high-performance open source reverse proxy server and HTTP cache server, its functions and Squid services

    Shulou · 2022-06-03 01:13
  • Essential for network operation and maintenance (2)

    Essential for network operation and maintenance (2)

    > 1. The two standard orders of twisted pair are: T568A: green-white, green, orange-white, blue-white, blue-white, orange, brown-white, brown; T568B: orange-white, orange-white, green-white, blue-white, green, brown-white, brown. 3. Application by a company

    Shulou · 2022-06-03 01:13
  • MFS distributed file system (instance!!)

    MFS distributed file system (instance!!)

    MFS distributed file system mfs working principle distributed file system is to collect some shared folders scattered on multiple computers into a shared folder, when users want to access these folders, just open a folder, you can see all the links to this file

    Shulou · 2022-06-03 01:13
  • The accomplishment that an operation and maintenance engineer should have

    The accomplishment that an operation and maintenance engineer should have

    Security operation and maintenance personnel have a lot of authority, so we must ensure that the account / private key is safely stored with encryption tools, and add a password to the ssh private key, which is based on local storage. Stability and security is the highest responsibility of operation and maintenance. When you have a sense of responsibility, you should deal with the alarm as soon as possible, and you don't have to wait for others to deal with it; if you can't handle it, you should.

    Shulou · 2022-06-03 01:13
  • Nextcloud file access control

    Nextcloud file access control

    Use two plug-ins, 1-instance-> Application-> Files- > File access control this plug-in is file access control, and one is the automatic tagging plug-in 2-Files automated tagging (automatic tagging) F

    Shulou · 2022-06-03 01:13
  • Summary and examples of knowledge points of Unix Shell script programming

    Summary and examples of knowledge points of Unix Shell script programming

    Scripting programming language and compiling language: scripting programming language: (Bash) scripting programming language is usually interpretive (interpreted), which is mainly read into the program code by the interpreter (interpreter) and converted into an internal form for execution. Advantages: can be light

    Shulou · 2022-06-03 01:13
  • Deploy wordpress blog system with docker-compose

    Deploy wordpress blog system with docker-compose

    Fix docker-compose first so that it can use: [root@localhost ~] # curl-L https://github.com/docker/compose/releases/down

    Shulou · 2022-06-03 01:13
  • Common error status codes for Web servers

    Common error status codes for Web servers

    When the code is online, or when the web server is abnormal, we can provide the status code for the system to feedback to us, to roughly locate the fault point, and then analyze it in detail through the log, so the status code is still very important, but a rough search on the Internet, a lot of dense, or their own summary, usually

    Shulou · 2022-06-03 01:13
  • Basic Overview of computer Network

    Basic Overview of computer Network

    Computer network basic overview 1, computer network hardware and software: realize resource sharing, information transmission 2, computer network function data communication, resource sharing, increase data reliability, improve system processing ability 3, network protocol and standard 1, protocol: a set of rules that control data communication. 2. Standard

    Shulou · 2022-06-03 01:13
  • OpenStack practice (4): Linux Bridge implementation of floating IP

    OpenStack practice (4): Linux Bridge implementation of floating IP

    Environment: openstack version pike control node host openstack-controller (ubuntu 16.04.5) 172.27.34.37 compute node host openstack-computer (ub

    Shulou · 2022-06-03 01:12
  • SSH remote Management and TCP Wrappers Control

    SSH remote Management and TCP Wrappers Control

    1. SSH protocol and configuration file SSH service profile:  service name: sshd  server main program: / usr/sbin/sshd  server configuration file: / etc/ssh/sshd_ config II, service monitoring options:  port number, protocol version

    Shulou · 2022-06-03 01:12
  • Modify the time of all files in the directory under linux

    Modify the time of all files in the directory under linux

    Time to view files: time when sata test.txt updates all files under the directory: find. / *-type f-exec touch {}\; time to update all directories under the directory: find. / *-type d

    Shulou · 2022-06-03 01:12
  • Project Management of YaSir

    Project Management of YaSir

    Project management 36 items: 1. When it comes to a problem of time cost, the time of business failure can not afford to wait 2. 5%. It is often subjective to evaluate the quality of a product. Time synchronization is also known as a pair of clocks. Atomic clocks are timed by electromagnetic waves emitted by atoms when they absorb or release energy. Because of this electricity,

    Shulou · 2022-06-03 01:12
  • Addition, deletion, modification and query of database Sqlite files

    Addition, deletion, modification and query of database Sqlite files

    We have a section in the previous sections about the creation and addition of database sqlite files. Let's continue with that section. First of all, look at the picture: the last saved data, now we learn how to use SQL statements to add data, there are two kinds of data, one is to add part of the data, the other is to add all of the data.

    Shulou · 2022-06-03 01:12
  • SFB project experience-14-issues using Exchange 2016 UM as switchboard for a customer

    SFB project experience-14-issues using Exchange 2016 UM as switchboard for a customer

    Something to be happy about: in China! Among my clients! There are customers who use Exchange Server 2016 UM as the switchboard! Legend has it that only foreigners use UM to do their work! Question: when the phone is unplugged, dial # again, and then dial the extension number! If the client is set in 20 seconds

    Shulou · 2022-06-03 01:11
  • Build Desktop Cloud system on Hyper-V platform

    Build Desktop Cloud system on Hyper-V platform

    Deskpool is a desktop virtualization management software that supports virtualization platforms such as Hyper-V and XenServer. Deskpool adopts the concept of integrated design, packaging the components needed for desktop virtualization in a virtual machine image, which greatly simplifies the virtual table face.

    Shulou · 2022-06-03 01:11
  • Configuration of Java environment variables (in Win10 environment)

    Configuration of Java environment variables (in Win10 environment)

    1. Win10 computer that has installed jdk. First find 'this computer', right-click property 2, select Advanced system Settings 3, select environment variable 4, select New, variable name (JAVA_HOME) variable value is the path where jdk was installed before, mine is installed in

    Shulou · 2022-06-03 01:11
  • Nginx architecture analysis

    Nginx architecture analysis

    Nginx Modularization # Nginx is based on modular design, each module is a functional implementation, distributed development, teamwork # core module, standard HTTP module, optional HTTP module, mail module, third party module # compiled source directory objs/ngx_modu

    Shulou · 2022-06-03 01:11
  • Construction of Ubuntu-18.04 LTS embedded linux Development Environment

    Construction of Ubuntu-18.04 LTS embedded linux Development Environment

    Ubuntu-18.04 LTS embedded linux development environment building ubuntu-18.04 LTS was officially released on April 26, 2018. Many netizens can't wait to download and install it. At the same time, they also shared their installation experience on the blog.

    Shulou · 2022-06-03 01:10
  • Crack the ROOT password of vCenter 6.0by restoring GRUB

    Crack the ROOT password of vCenter 6.0by restoring GRUB

    By restoring GRUB to crack the ROOT cryptosystem version of VCSA (vCenter Server Appliance) 6.0. this is the login interface. Of course, we don't know the password. We will reset the password later. In fact, this technology is strictly speaking.

    Shulou · 2022-06-03 01:10