Get the App
  • Redis cluster deployment

    Redis cluster deployment

    1. Redis Cluster related Concepts Redis has supported cluter since version 3.0, using hash slots, which can integrate multiple Redis instances together to form a cluster, that is, data can be stored on multiple nodes in the cluster. Redis

    Shulou · 2022-06-03 09:55
  • Detailed explanation of Nginx Core configuration

    Detailed explanation of Nginx Core configuration

    1 Global configuration user nginx nginx; # users and groups that start the nginx worker process. Default is the number of nobodyworker_processes auto; # start nginx worker processes, and default is 1work

    Shulou · 2022-06-03 09:55
  • Sharepoint 2016 imports using powershell

    Sharepoint 2016 imports using powershell

    Sharepoint 2016 export list is the same as version 2013 Export-SPWeb http://moss2016-ItemUrl "/ Lists/task"-Path c:\ bak\ task.cm

    Shulou · 2022-06-03 09:55
  • Ports commonly used by servers and their uses

    Ports commonly used by servers and their uses

    What is the port to connect to the server? Port generally refers to the port in the TCP/IP protocol. The port number ranges from 0 to 65535. Generally, you need to open port 22 to connect to Linux CVM and port 3389 to connect to Windows server.

    Shulou · 2022-06-03 09:54
  • Evolution of large-scale website architecture

    Evolution of large-scale website architecture

    1. Brief introduction to the evolution of large-scale website architecture from small to large at the very beginning, any good architecture is not designed, but iterated through business development. I agree with this view. Very interested in website architecture technology, has been paying close attention to learning architecture technology, this time I would like to

    Shulou · 2022-06-03 09:54
  • Introduction to the use of vim

    Introduction to the use of vim

    Modes supported by the upgraded version of vim:vi: general mode, editing mode, command mode installation vim: [root @ localhost ~] # yum-y install vim-enhancedvim Operation in general mode: move the light up

    Shulou · 2022-06-03 09:54
  • K8s deployment-master node component deployment (3)

    K8s deployment-master node component deployment (3)

    Kube-APIserver component introduction kube-APIserver provides the addition, deletion, modification and query of K8s various resource objects (pod,RC,Service, etc.) and HTTP Rest interfaces such as watch, which is the data bus and data center of the whole system.

    Shulou · 2022-06-03 09:54
  • Deploy the Exchange management side

    Deploy the Exchange management side

    The environment Windows Server 2019 is used this time, and the management side of Exchange 2019 is required. Before deploying Exchange, you need to add the necessary roles and features on the server where you are going to deploy the Exchange 2019 management side

    Shulou · 2022-06-03 09:54
  • Redis cluster deployment

    Redis cluster deployment

    1. Redis Cluster related Concepts Redis has supported cluter since version 3.0, using hash slots, which can integrate multiple Redis instances together to form a cluster, that is, data can be stored on multiple nodes in the cluster. Redis

    Shulou · 2022-06-03 09:54
  • Configure overlay (overlayfs) root directory mount to build deb

    Configure overlay (overlayfs) root directory mount to build deb

    According to wikipedia, overlayfs was integrated into the linux kernel in 2014, and its lightweight and easy-to-use features have been applied in openwrt, but there is no startup option to mount the root directory directly using overlayfs in debian distributions. Increase

    Shulou · 2022-06-03 09:54
  • Freebsd vm Mirror

    Freebsd vm Mirror

    The default root has no password, and passwd sets the password. Add normal user adduservi / etc/defautls/rc.confsshd_enable= "YES" vi / etc/ssh/sshd_configFo

    Shulou · 2022-06-03 09:54
  • GNS3-1.3.10 detailed steps of deployment environment (with download address of installation file)

    GNS3-1.3.10 detailed steps of deployment environment (with download address of installation file)

    GNS3 is a network virtual software with a graphical interface that can run on multiple platforms (including Windows, Linux, and MacOS, etc.). We can use it to complete the relevant experimental simulation operation. At the same time, it can also be used for virtual experience of Cisco Internet exercises.

    Shulou · 2022-06-03 09:54
  • The 10 most dangerous commands on the Linux server

    The 10 most dangerous commands on the Linux server

    Today's article 56 Cloud will introduce you to the 10 most dangerous commands in Linux. Xiao Yun thinks that the 10 most dangerous commands in Linux introduced in this article are good, so I will share them with you and friends in need can take a look. Linux Command Line

    Shulou · 2022-06-03 09:53
  • Linux fundamentals, installation, directories, partitions, commands, permissions, network

    Linux fundamentals, installation, directories, partitions, commands, permissions, network

    Linux system introduction, it supports 32 and 64-bit hardware, high security, multi-user, multi-task, low resource consumption, stable, free. The common versions of Linux are: Redhat (Red Hat) and Centos, www.redhat.com www.cen

    Shulou · 2022-06-03 09:53
  • Oracle minicomputer T7-1 replaces the hard disk in rpool

    Oracle minicomputer T7-1 replaces the hard disk in rpool

    Determine the cause of the failure root@test # fmadm faulty

    Shulou · 2022-06-03 09:53
  • CentOS 8 system graphical installation tutorial (Super detailed)

    CentOS 8 system graphical installation tutorial (Super detailed)

    Introduction to CentOS 8 after the release of RHEL 8, the CentOS community also released the long-awaited CentOS 8 and released two modes: CentOS stream: a rolling Linux distribution for frequent needs

    Shulou · 2022-06-03 09:53
  • Permanently modify the hostname

    Permanently modify the hostname

    Centos7:hostnamectl set-hostname $hostnamecentos6: vim / etc/sysconfig/networkHOSTNAME=$node3

    Shulou · 2022-06-03 09:53
  • Network management

    Network management

    Network management 1. IP address configuration Linux server configuration IP address has static assignment and dynamic allocation mode to configure interface IP address. 1. Static assignment configure static IP usage through the ifconfig command: ifconfig ifname IP/len

    Shulou · 2022-06-03 09:53
  • Az of Exchange 2016 and O365 hybrid deployment series 2

    Az of Exchange 2016 and O365 hybrid deployment series 2

    Before we begin, we need to make sure that the domain name we need to mix has been successfully bound to Office 365, as shown in figure: for more information on binding domain name, please see: https://blog.51cto.com/itsoul/19827391, download synchronization tool download

    Shulou · 2022-06-03 09:53
  • Ubuntu 18.04 install apache-tomcat7.0

    Ubuntu 18.04 install apache-tomcat7.0

    1. Download apache-tomcat7.0.53 download address: https://tomcat.apache.org/2. Extract the file to the / usr/local/apache-tomcat directory, no apache-tom

    Shulou · 2022-06-03 09:52