Get the App
  • Lnmp installation configuration

    Lnmp installation configuration

    1. General introduction Lnmp architecture (Linux+nginx+mysql+php) is the mainstream architecture of a website, which contains the most basic requirements of a website: running environment + web container + dynamic page processing + storage. Of course, the same mainstream architecture is lamp.

    Shulou · 2022-06-03 04:25
  • Talk about Redis (non-relational database) in Centos 7

    Talk about Redis (non-relational database) in Centos 7

    Blog catalog 1, relational database and non-relational database 2, introduction to Redis database 3, Redis installation and deployment 4, Redis command tool Redis database is a non-relational database, before discussing Redis, let's first understand relational database and non-relational database

    Shulou · 2022-06-03 04:25
  • Security Defense and reinforcement method of Windows Server system

    Security Defense and reinforcement method of Windows Server system

    Server system security defense reinforcement method > Windows server system security defense reinforcement method update: 2017-06-01 19:24windows server security reinforcement scheme, which is mainly aimed at windows server 2008 r

    Shulou · 2022-06-03 04:25
  • Kubernetes Readiness and liveness and startupProbe

    Kubernetes Readiness and liveness and startupProbe

    Why use readiness and liveness for kubernetes Pod's life cycle (Readiness and liveness and startupProbe) container probe? Because in K8s

    Shulou · 2022-06-03 04:25
  • Additional domain controller installation for DC

    Additional domain controller installation for DC

    Dc additional domain controller installation requirements: an installed dc server a same version of the server PC first step; first configure ip and specify dns, point to the dns of the main dc to ensure that the physical path is the same, then add to the domain of the main dc, press the win+r key to open the run box: enter life

    Shulou · 2022-06-03 04:25
  • S4B Storage Service Event 32054 error handling

    S4B Storage Service Event 32054 error handling

    Skype For Business S4B Storage Service had an EWS Autodiscovery failure Event ID 32054If you get the

    Shulou · 2022-06-03 04:25
  • Basic features of Bash-Volume 1

    Basic features of Bash-Volume 1

    Basic features of Linux Bash 1. History (command history) 1. Syntax and common parameters history list all historyhistory of the current shell [- c] clear all history of the current shell

    Shulou · 2022-06-03 04:25
  • Linux disk Management

    Linux disk Management

    Linux disk management Linux disk management is directly related to the performance of the entire system Linux disk management commonly used three commands are df, du and fdiskdf: list the overall disk usage of the file system df command parameter function: check the disk space occupation of the file system

    Shulou · 2022-06-03 04:25
  • Principle of zabbix monitoring network equipment through snmp

    Principle of zabbix monitoring network equipment through snmp

    Zabbix can monitor network devices (routers, switches, etc.) through snmp protocol, and can also monitor servers (linux, windows, etc.). Generally, when we monitor the network of servers, we generally use agent instead of snmp interface.

    Shulou · 2022-06-03 04:24
  • Chapter 2 Nine Analysis takes you to play rancher-Import Cluster

    Chapter 2 Nine Analysis takes you to play rancher-Import Cluster

    This series of articles: chapter 1: nine analysis takes you to play rancher-installation chapter 2: nine analysis takes you to play rancher-import cluster article 1 rancher import k8s cluster you have installed the k8s cluster. You don't like crackling keys.

    Shulou · 2022-06-03 04:24
  • Awk Statistics connections IP Information

    Awk Statistics connections IP Information

    [root ~] # netstat-na | grep ESTABLISHED | awk'{print $5}'| awk-F:'{print $1} '172.16.3.148172.16.3.147

    Shulou · 2022-06-03 04:24
  • Problems encountered in this license has been cancelled IDEA Activation

    Problems encountered in this license has been cancelled IDEA Activation

    Method / step 1. When you open the hosts file under C:\ Windows\ System32\ drivers\ etc as an administrator, use notepad to open it, but after modification, you cannot save it. (a new save window pops up when saving)

    Shulou · 2022-06-03 04:24
  • (7) ceph 2 pgs inconsistent failure

    (7) ceph 2 pgs inconsistent failure

    [root@node141 ~] # ceph health detailHEALTH_ERR 2 scrub errors; Possible data damage: 2 pgs inconsist

    Shulou · 2022-06-03 04:24
  • Tomcat optimization

    Tomcat optimization

    Http://www.cnblogs.com/linux130/p/5912510.html, this blog post is easier to put in your own blog record.

    Shulou · 2022-06-03 04:24
  • Office365 Exchange Hybrid part ADFS back-end SQL Cluster (4)

    Office365 Exchange Hybrid part ADFS back-end SQL Cluster (4)

    After the preparation of the previous three articles, the next step is to complete the implementation of the SQL cluster. Please continue to see that SQL Server needs to install .net3.5 components, and Windows Server 2012 and above need to be installed in the graphical interface.

    Shulou · 2022-06-03 04:24
  • Regular expression (gerp)

    Regular expression (gerp)

    1. Grep command format: grep [- cinvABC] 'word' filename-c means to print the number of lines that meet the requirements-I means to ignore case-n means to output the number of lines that meet the requirements and its line number-v means to print all non-compliant numbers-r times

    Shulou · 2022-06-03 04:24
  • Sign Up Account In CloudAMQP

    Sign Up Account In CloudAMQP

    CloudAMQP has a variety of account levels, please refer to the link below to access the levels you can register: https://www.cloudamqp.com/plans.html as a test, you can register for free messages. You have a choice.

    Shulou · 2022-06-03 04:24
  • How to learn the way to program?

    How to learn the way to program?

    Someone on the Internet asked: I have been studying javase by myself for some time. I have seen some basic videos, but now I still don't know anything and have no direction at all! I have also talked about this problem in previous posts. Many senior instructors said to do small projects, but the small projects they found on the Internet were sparse in source code.

    Shulou · 2022-06-03 04:24
  • New features of jdk1.8

    New features of jdk1.8

    1. The default method of the interface, Java 8, allows us to add a non-abstract method implementation to the interface, which only needs to use the default keyword, which is also called the extension method. The example is as follows: interface Formula {doubl

    Shulou · 2022-06-03 04:24
  • K8S uses Ceph RBD as back-end storage

    K8S uses Ceph RBD as back-end storage

    First, prepare Ceph version: v13.2.5 mimic stable version 1, prepare storage pool on Ceph [root@ceph-node1 ceph] # ceph osd pool create k8s 128 128poo

    Shulou · 2022-06-03 04:24