Get the App
  • How to rebuild a Microsoft Exchange Server Auth Certificate certificate

    How to rebuild a Microsoft Exchange Server Auth Certificate certificate

    Encryption and certificates are very important to every enterprise. By default, the Exchange server uses TLS to encrypt direct communication between services within the server. So several certificates are generated after the Exchange server is installed, each for a different purpose. For the first time

    Shulou · 2022-06-02 16:58
  • A few tips are given to the novice learning embedded system.

    A few tips are given to the novice learning embedded system.

    With the increasing pay of it programmers, many people have stepped into the it industry. Among them, there are many novice rookies who only know that it makes money, but do not know the development route of the it industry. For embedding, as an experienced person, give some suggestions to beginners. If you like this side, you can leave penguins to communicate together.

    Shulou · 2022-06-02 16:58
  • Nginx reported an error invalid PID number during reload

    Nginx reported an error invalid PID number during reload

    Nginx reports an error when reloading the configuration file and prompts invalid PID: there are two solutions: the first way of thinking is to specify the configuration file with the-c option because of the error reported by loading the configuration file, and the problem is solved after such indication; the second way of thinking is to start with the PID number and prompt invalid PI

    Shulou · 2022-06-02 16:58
  • Recommend an auxiliary tool for Windows To Go

    Recommend an auxiliary tool for Windows To Go

    WTG accessibility download address and usage tutorial: http://bbs.luobotou.org/thread-761-1-1.html (you can also download the attachment) "Windows To Go", which allows you to Windows

    Shulou · 2022-06-02 16:58
  • Build a virtual private network server

    Build a virtual private network server

    Set up virtual private network server virtual private network (Virtual Private Network) to establish a private network on the public network for encrypted communication. The virtual private network gateway realizes remote access through the encryption of the data packet and the translation of the destination address of the packet. Virtual specialty

    Shulou · 2022-06-02 16:57
  • Zabbix reported insufficient memory.

    Zabbix reported insufficient memory.

    [root@&& ~] # free-h total used free shared buff/cache available

    Shulou · 2022-06-02 16:57
  • Linux SSH server profile settings

    Linux SSH server profile settings

    An overview of SSH SSH is developed by IETF's Network Group (Network Working Group); SSH is a security protocol based on the application layer. SSH is currently more reliable and is designed to provide security for remote login sessions and other network services

    Shulou · 2022-06-02 16:56
  • Windows Server 2016 Auxiliary Domain Controller Construction (2)

    Windows Server 2016 Auxiliary Domain Controller Construction (2)

    After the construction of Windows Server 2016 primary domain controller is completed, continue to assist the construction of domain controller. 1. Change the server's IP address 2. Modify the server name 3. Open the server manager and select add roles and functions 4. Choose, next step 5. Select, down

    Shulou · 2022-06-02 16:56
  • SCCM 2007 SP2 deployment requirements

    SCCM 2007 SP2 deployment requirements

    Deployment system platform: Windows Server 2003 SP21. Install Microsoft. Net FrameWork 2.0 SP1 (including MMC 3.0) 2. 0. The network has already installed SQL Server.

    Shulou · 2022-06-02 16:56
  • Dell R720 install server 2008 R2 system

    Dell R720 install server 2008 R2 system

    Background: there is a dell R720 server in the computer room that does raid5 and raid5 is relatively safe. But this time the server flashed two yellow lights, and the system couldn't get in. Of course, the applications in the system can't be used. Okay. Then restart and enter the LC. Dell service

    Shulou · 2022-06-02 16:56
  • Install Certificate Services: enable HTTPS for Web sites

    Install Certificate Services: enable HTTPS for Web sites

    Enabling HTTPS for a Web site the previous article introduced the concepts of PKI and digital certificates, and how to install certificate services is described in detail below. Link to the previous post: http://yangshufan.blog.51cto.com/13004230/19428

    Shulou · 2022-06-02 16:55
  • Shell script installs the Tomcat service with one click

    Shell script installs the Tomcat service with one click

    Scripting environment 1.linux centos 7 or redhat 62. The CD image file has been mounted 3. The system is in an environment that can be connected to the external network. First download the Baidu Cloud Link extraction Code of jdk and tomcat packages: step 1 of 89be experiment. Upload the package to Lin

    Shulou · 2022-06-02 16:55
  • Install Python3 and ansible under CentOS8

    Install Python3 and ansible under CentOS8

    Compile and install Python3 first install some dependent packages needed for compilation through yum: [root@localhost ~] # yum install-y wget gcc make libffi-devel zlib* into

    Shulou · 2022-06-02 16:55
  • The first PowerShell script-- PowerShell for three minutes (9)

    The first PowerShell script-- PowerShell for three minutes (9)

    Having talked about the basics before, now we begin to write a very basic script. There are many tools for writing scripts, such as text documents, PowerShell ISE,PowerShell Studio, etc. Here we choose the PowerShell IS that comes with the system.

    Shulou · 2022-06-02 16:55
  • AGG lesson 34 comparison of rendering efficiency between stroke_aa and outline_aa

    AGG lesson 34 comparison of rendering efficiency between stroke_aa and outline_aa

    1 rendering code void TestStrokeAAPerformance () {agg::rendering_buffer & rbuf = rbuf_window (); agg::pixfmt_bgr24 p

    Shulou · 2022-06-02 16:55
  • Redis Cluster cluster deployment solution

    Redis Cluster cluster deployment solution

    What is Redis Cluster Redis Cluster is a distributed (distributed), fault-tolerant (fault-tolerant) Redis implementation. The function that a cluster can use is one of the functions that can be used by an ordinary stand-alone Redis.

    Shulou · 2022-06-02 16:55
  • Backup and restore commands for Linux files, directories and file systems

    Backup and restore commands for Linux files, directories and file systems

    Common compressed file formats in Linux system: .z compress program compressed file; .zip zip program compressed file; .gz gzip program compressed file; .bz2 bzip2 program compressed file format

    Shulou · 2022-06-02 16:55
  • Vcenter Migration Virtual Machine prompt Migration failed

    Vcenter Migration Virtual Machine prompt Migration failed

    The premise is that the migration failed when the virtual machine is migrated, and the error content, such as screenshot fault analysis, view the vcenter log, and find the error message https://kb.vmware.com/s/article/2126282?lang=zh_CN in KB.

    Shulou · 2022-06-02 16:55
  • Print Windows system Calendar format

    Print Windows system Calendar format

    * print Windows calendar format * * 107days of this year on Saturday, April 16, 2016 * * one, two, three, four, five, six *

    Shulou · 2022-06-02 16:55
  • Windows Server 2016-three ways for clients to withdraw from the domain

    Windows Server 2016-three ways for clients to withdraw from the domain

    Earlier, we mentioned the operation method of adding domain to the client. This chapter complements the operation process of domain client undomain, including graphical, netdom remove and Powershell methods. The specific contents are as follows: 1. Win key, computer right button belongs to

    Shulou · 2022-06-02 16:54