Get the App
  • Release of Exchange 2019

    Release of Exchange 2019

    I had a discussion with my partner about whether Exchange Server 2016 is the end point of the mail system version in terms of local mail solutions. Most peers think it is gone, the final version of Exchange 2016. After all, "Mobile first" is now advocated.

    Shulou · 2022-06-02 23:39
  • Theory: conditional statement of shell programming-theoretical explanation

    Theory: conditional statement of shell programming-theoretical explanation

    Conditional statement is also a process control statement, daily life logic condition test file test integer test string and logic test if statement if single branch statement if double branch statement if multi-branch statement 1: conditional test operation 1.1.1 test command to test whether a specific expression is valid

    Shulou · 2022-06-02 23:38
  • Add domain script automatically. Bat and vbs are used together to make the operation of adding domain easier.

    Add domain script automatically. Bat and vbs are used together to make the operation of adding domain easier.

    My experiment: writing auto-add domain script (summary) 1. The purpose of auto-add domain script. A. reduce repetitive and complicated necessary operations and improve work efficiency. B, make the operation of adding domain easier and more fun. 2. The realization of automatic domain addition is divided into three steps. A. use bat and vbs to cooperate with each other

    Shulou · 2022-06-02 23:38
  • Linux shell downconversion unix time

    Linux shell downconversion unix time

    Convert unix time under linux shell share a little way to convert Unix time display format under Shell. Students who are familiar with date command will immediately give the solution $date-d @ 1234567890Sat F

    Shulou · 2022-06-02 23:38
  • Some monitoring indicators of K8S

    Some monitoring indicators of K8S

    Memory: container_memory_rssRSS memory, or resident memory set (Resident Set Size), is allocated to the process to use actual physical memory rather than virtual memory cached on disk. RSS memory includes all allocated stack memory and

    Shulou · 2022-06-02 23:38
  • Linux shutdown script

    Linux shutdown script

    The requirement is that you can customize the execution command before shutting down or restarting. Https://opensource.com/life/16/11/running-commands-shutdown-linux1) use systemd

    Shulou · 2022-06-02 23:38
  • The method of quickly modifying the remote Port of Linux Server

    The method of quickly modifying the remote Port of Linux Server

    Some instructions on the secure port, Linux remote port default 22, many crackers, and other simulation guesses that the system is simulated with the default port 22, and the port of 22 is very dangerous, the following 56 clouds bring you a way to modify the default port of Linux! The first kind: 01 false

    Shulou · 2022-06-02 23:38
  • SFB project experience-41-query-enable-Lync- users-details (in the project)

    SFB project experience-41-query-enable-Lync- users-details (in the project)

    Get-CSADuser-ou "ou= Cloud Computing (China) Co., Ltd., dc=i-x-Cloud,dc=com"-Filter {SipAddress-ne $null} | select SamAcc

    Shulou · 2022-06-02 23:38
  • Centos-7.4Lamp Architecture Discuz Forum

    Centos-7.4Lamp Architecture Discuz Forum

    Linux-Centos-7 LAMP architecture forum web page details the LAMP architecture principle of a customer's user request, through the http protocol, tcp port, three-way handshake, sent to the web side, if it is a static resource local can solve the feedback to the user, if it is dynamic

    Shulou · 2022-06-02 23:38
  • How to interconnect host and host network with win7 in vmware virtual machine in host-only mode

    How to interconnect host and host network with win7 in vmware virtual machine in host-only mode

    Experimental environment: how to interconnect host and host network with win7 in vmware virtual machine in host mode only. Requirements: VMware Workstation12 Pro or above, and a win7 system has been installed. -

    Shulou · 2022-06-02 23:37
  • Kubernetes uses ingress to configure https clusters (15)

    Kubernetes uses ingress to configure https clusters (15)

    [TOC] 1. Background 1.1 We have such a requirement, that is, to upgrade the Pod cluster to https. The current method is to configure https for each container, and then the front end is scheduled through Service, but this configuration will be relatively numb.

    Shulou · 2022-06-02 23:37
  • Linux system modifies the name of the network card to eth0

    Linux system modifies the name of the network card to eth0

    Environment: linux system, modify network name 1: modify system grub [root@localhost ~] # vi / boot/grub/grub.conf # kernel parameters and add biosdevname=0:wq # to save

    Shulou · 2022-06-02 23:37
  • "actual combat" open source project dockerized operation and maintenance deployment-linux and docker basic commands (3)

    Original articles, welcome to reprint. Reprint please indicate: reproduced from IT Story Association, thank you! Original link address: "actual combat" open source project dockerization operation and maintenance deployment-linux and docker basic commands (3) long-term use of windows,windows graphical interface

    Shulou · 2022-06-02 23:37
  • AGG lesson 35 gsv_text rendering ASCII characters

    AGG lesson 35 gsv_text rendering ASCII characters

    Code agg::rendering_buffer & rbuf = rbuf_window (); agg::pixfmt_bgr24 pixf (rbuf); typedef agg::renderer_bas

    Shulou · 2022-06-02 23:37
  • Windows+centos7 dual system installation

    Windows+centos7 dual system installation

    Due to the needs of work and study, I need to install a linux centos7 system under the existing win10 system, so as to form a dual system to facilitate work. After Baidu found that there are many experience articles about installing this kind of dual system, so it began to operate, but in the process of installation

    Shulou · 2022-06-02 23:37
  • Installation of Wmure 5-1 domain server

    Installation of Wmure 5-1 domain server

    This article describes how to create a domain on Windows Server's operating system. It also describes how to join a computer to a domain. Setting up static IP requires installation and configuration the domain server should use a static IP address. Open the control panel in the server-find "Network and sharing"

    Shulou · 2022-06-02 23:36
  • Record a process of handling incorrect https snooping

    Record a process of handling incorrect https snooping

    Today, developer feedback encountered such a phenomenon when testing Kingsoft Cloud devices: wget https://funchlscdn.lechange.cn/LCLR/2K02135PAK01979/0/0/20170726085

    Shulou · 2022-06-02 23:36
  • LAMP sets up 13:Apache access control

    LAMP sets up 13:Apache access control

    There are two kinds of access control for Apache: one is to restrict the directory, the other is to restrict the file. The two access control methods are introduced in turn. Our virtual machine has two IP: one 127.0.0.1 and the other 192.168.147.132. If we don't want it

    Shulou · 2022-06-02 23:36
  • Using binlog2sql to recover data

    Using binlog2sql to recover data

    If the data is deleted by mistake, we can use the flashback feature to retrieve the misoperated data in oracle. In MySQL, if we have a delay from the database, we can retrieve the previous data, but sometimes it is not very good (because it is not very good to recover the data to the exact point in time before misoperation.

    Shulou · 2022-06-02 23:36
  • Windows remote connection error-

    Windows remote connection error-"an authentication error occurred. The required function is not supported. "

    After the network is opened, the connection reports the above error. Solution: 1) first, modify the local computer, start menu-> run gpedit.msc to open configuration items: computer configuration > Administrative templates > system > credential assignment > encrypt Oracle Correction Select enable and choose susceptibility *

    Shulou · 2022-06-02 23:36