Get the App
  • Lync Server 2013 client address book error 404

    Lync Server 2013 client address book error 404

    Some clients of Lync Server 2013 cannot synchronize the address book. The server test found that DFS shared directory permissions are normal by checking the DFS blog according to the DFS blog.

    Shulou · 2022-06-03 05:26
  • OpenStack Train version of dual-node installation (12) create a virtual network

    OpenStack Train version of dual-node installation (12) create a virtual network

    Part 12: create virtual network preparation 1, check the network communication between each node, execute pingping c1ping 10.8.20.422 in the control node, delete the NetworkManager software package and execute yum in both the control node and the compute node

    Shulou · 2022-06-03 05:26
  • Installation of virtualbox+vagrant under mac

    Installation of virtualbox+vagrant under mac

    Install virtualbox+vagrant under mac 1. Install VirtualBoxVirtualBox download address free and compact is very suitable, according to your own machine system to choose to download package figure 12. Install and use Vagrant1) Vagrant

    Shulou · 2022-06-03 05:26
  • Threads of LINUX system programming

    Threads of LINUX system programming

    Thread scenario of LINUX system programming: in a dual-core virtual machine, there are two thread functions that perform the following functions: thread one: printf ("hello\ n"); thread two: printf ("world\ n"); the program runs in single-core state and dual-core state.

    Shulou · 2022-06-03 05:26
  • Configure web service basic user authentication to ensure the security of the web site

    Configure web service basic user authentication to ensure the security of the web site

    The IIS website allows all users to connect by default. If the security requirements of the site are high and the site is only open to specific users, users need to be authenticated. The main methods of authentication are: anonymous authentication, basic authentication, summary authentication, Windows authentication. Here

    Shulou · 2022-06-03 05:26
  • Docker container log cleanup

    Docker container log cleanup

    Preface recently found that the company's Gitlab server disk is full, after investigation found that docker container logs occupy dozens of G capacity, then how to check and clean these logs? The main knowledge points in this section are as follows: (1) Docker container log path (2) how to clean up D

    Shulou · 2022-06-03 05:26
  • Network address Translation (NAT)-static practice

    Network address Translation (NAT)-static practice

    NAT Overview 1.NAT background NAT (Network Address Translation, Network address Translation), when some hosts inside the private network have already been assigned local IP addresses (that is, private addresses used only in this private network), but now

    Shulou · 2022-06-03 05:26
  • Docker, set up Nexus.

    Docker, set up Nexus.

    Pull the image docker pull sonatype/nexus3 boot container docker run-d-name nexus3\-restart=always\-p 8081 name nexus3 8081\-p

    Shulou · 2022-06-03 05:26
  • Optimize linux download source

    Optimize linux download source

    The first step: (1) under the condition that the host can connect to the network normally, configure the host DNS and analyze it. Ping www.baidu.comPING www.a.shifen.com (39.156.66.14) 56 (84)

    Shulou · 2022-06-03 05:26
  • Solving the problem of graphic Font Box in zabbix

    Solving the problem of graphic Font Box in zabbix

    Solve the problem of graphic font box in zabbix ① copy the file simfang.ttf under the windows C:\ windows\ fonts\ directory, some Windows systems do not have this font to download it on the Internet, (my win10 does not

    Shulou · 2022-06-03 05:26
  • Installation and configuration of k8s Helm tool

    Installation and configuration of k8s Helm tool

    1. Helm introduces how to deploy container cloud applications in Kubernetes is also a challenging task. Helm is a client tool to simplify the installation and deployment of container cloud applications in Kubernetes. Helm can help developers define, install and upgrade

    Shulou · 2022-06-03 05:25
  • Router management

    Router management

    First, WAN port address a, WAN port [Internet access] connection external network (light cat) b, WAN port IP address that is the Internet address II, LAN port address manually set a, LAN port [local port] connected to the internal network (connected to the host or switch), each LAN port can be connected to a host computer. B 、

    Shulou · 2022-06-03 05:25
  • Centos 7.6 deployment of elasticsearch clusters

    Centos 7.6 deployment of elasticsearch clusters

    1. Introduction to Elasticsearch Cluster 1. Elasticsearch Cluster Node candidate Master Node (Master-eligible node): after a node is started, it uses the Zen Discovery mechanism to find the

    Shulou · 2022-06-03 05:25
  • Tomcat virtual machine host configuration and optimization configuration (theory and practice! )

    Tomcat virtual machine host configuration and optimization configuration (theory and practice! )

    Tomcat virtual host configuration sometimes when a company has multiple projects running at the same time, one server is not recommended to run multiple Tomcat services. It is necessary to configure virtual hosts to access different project contents through two domain names: 1. Create www and bbs project directories and files 2. Modify

    Shulou · 2022-06-03 05:25
  • Rewrite module of Nginx service (detailed explanation of theory)

    Rewrite module of Nginx service (detailed explanation of theory)

    Rewrite jump scenario URL looks more standardized and reasonable; companies will disguise dynamic URL addresses as static addresses to provide services; after the URL is replaced with a new domain name, the old access will be redirected to the new domain name; and some business adjustments will be made on the server. Realization of Rewrite practical Field by Rewrite Jump

    Shulou · 2022-06-03 05:25
  • [Zabbix4.2 Learning Notes] 6. Data collection-SNMP Trap

    [Zabbix4.2 Learning Notes] 6. Data collection-SNMP Trap

    SNMP Trpe can actively send messages to zabbix-server prerequisites zabbix server: 1. Need to support SNMP, compile and install-- with-net-snmp2.zabbix server

    Shulou · 2022-06-03 05:25
  • Using Yunqi virtual machine backup software to back up Redhat RHV/Ovirt virtual machine

    Using Yunqi virtual machine backup software to back up Redhat RHV/Ovirt virtual machine

    1. Enter Yunqi virtual machine backup system, select "backup / restore"-"Virtual Machine backup", and create a new backup task. 2. Check the virtual machine to be backed up under Redhat RHV/Ovirt virtualization type, and the selected virtual machine will be displayed under "selected virtual machine". Scroll the page.

    Shulou · 2022-06-03 05:25
  • VMware vSAN 6.7 (3) Overview of vSAN storage strategy

    VMware vSAN 6.7 (3) Overview of vSAN storage strategy

    VSAN uses Storage Policy-Based Management (SPBM, Chinese translation for "storage policy-based management") to deploy virtual machines. By using storage policy-based management, virtual machines can be based on the needs of the production environment.

    Shulou · 2022-06-03 05:25
  • Lab: configuring a static default rout

    Lab: configuring a static default rout

    The purpose of the experiment is to configure the static default route of the router and make each terminal communicate with each other: 1 manually configure 4 IP addresses of PC, gateway 2 configure the IP address of each router in turn, 3 configure the static default route on both sides of the left and right side, 4 configure the static route of the intermediate router

    Shulou · 2022-06-03 05:25
  • How to use mount disk and windows server for file transfer?

    How to use mount disk and windows server for file transfer?

    It is believed that how to connect to the windows server remotely is a very simple matter for friends who have used the windows server, but many beginners do not understand why and why to mount the local disk to the windows server. So today, Yun Housei

    Shulou · 2022-06-03 05:25