Get the App
  • Linux time server chrony (NTP protocol)

    Linux time server chrony (NTP protocol)

    1. Download the required software package yum-y install chrony2, modify the configuration file (server) vim / etc/chrony.confserver 172.16.0.1 iburst to find which server to synchronize

    Shulou · 2022-06-03 05:15
  • How to install and configure print Server IV: deploying printers using Group Policy

    How to install and configure print Server IV: deploying printers using Group Policy

    How to install and configure the print server part IV: using group policy to deploy printer ©Lander Zhang focus on foreign enterprises on-demand IT infrastructure operation and maintenance services, IT Helpdesk hands-on training practitioner https://blog.51cto.com/la

    Shulou · 2022-06-03 05:15
  • Windows2008Web IIS service installation

    Windows2008Web IIS service installation

    Install web server (IIS) role service Select FTP server (installation of web service requires FTP service) wait for installation to complete before starting the management tool-- Open internet Information Services (IIS) Manager-- right-click the website-- create a new website and finish the network.

    Shulou · 2022-06-03 05:15
  • Get Pod information in kubernetes container

    Get Pod information in kubernetes container

    This article describes that Pod can obtain the container information of Pod itself and Node information (kubernetes has been running since 1. 7). Compile the busybox-env.yaml file apiVersion: v1kind: Podmetad

    Shulou · 2022-06-03 05:15
  • How to delete the Exchange 2013 default database

    How to delete the Exchange 2013 default database

    PS: it is recommended to do the following during non-working hours if it is not necessary. It is recommended that you do not delete the default database. You can modify the default database name, path, etc., to achieve your requirements $olddb = Get-MailboxDatabase "MailboxData.

    Shulou · 2022-06-03 05:15
  • Cloud Computing Learning Route course outline Courseware: using self-built sources

    Cloud Computing Learning Route course outline Courseware: using self-built sources

    Cloud Computing Learning Route course outline Courseware: using self-built Source: =

    Shulou · 2022-06-03 05:15
  • Enterprise Cloud Desktop-15-deploy DHCP Server-011-DC01

    Enterprise Cloud Desktop-15-deploy DHCP Server-011-DC01

    Author: learning endless QQ Exchange Group: 454544014 Note: "Enterprise Cloud Desktop" series of blog posts is the basic part of the "practical Guide to Enterprise Cloud Desktop Planning, deployment and Operation and maintenance". Because the content in the book is very many and comprehensive, the basic part will be shown to readers in the form of blog posts.

    Shulou · 2022-06-03 05:15
  • Installation and Sinicization of gitlab

    Installation and Sinicization of gitlab

    Reference document: https://www.cnblogs.com/dreamrobot/p/9663231.htmlhttps://www.jianshu.com/p/a797018917be1. Download the rpm package

    Shulou · 2022-06-03 05:15
  • AIP (Azure Information Protection) IV: protect other files

    AIP (Azure Information Protection) IV: protect other files

    AIP (Azure Information Protection) IV: protect other files the last article introduced the protection of Office files, in fact, AIP now also begins to support non-Microsoft files, although not many, such as: PDF, JPG, jif, etc., but the daily office use is basically enough!

    Shulou · 2022-06-03 05:15
  • Dockerfile Custom Image

    Dockerfile Custom Image

    We can learn from the previous article that the customization of the image is actually customizing the configuration, files and other information added by each layer, but after all, the command is only a command, and each customization has to repeat the command, and it is not intuitive enough. if we can modify, install, build and operate each layer

    Shulou · 2022-06-03 05:15
  • S2D HCI declaration disk

    S2D HCI declaration disk

    Recently tested S2D HCI in a Hyper-V environment. After the cluster is created successfully, the disk used for pooling cannot create a Pool. So you need to declare the disk as SSD and HDD. The following commands are mainly used: Get-PhysicalDisk | Select-O

    Shulou · 2022-06-03 05:15
  • 6.docker manually creates images (based on C6)

    6.docker manually creates images (based on C6)

    1. Make a Nginx image based on centOS6 (single service) 11. Launch and enter the container [root@docker03] # docker run-it-p 80:80 centos:6.9 / bin/ba

    Shulou · 2022-06-03 05:15
  • K8sJing Kubernetes environment is built, cluster is built, 1 mster,2 node

    K8sJing Kubernetes environment is built, cluster is built, 1 mster,2 node

    Install virtual machine 1. Install 3 virtual machines, or use other physical machines all OK;2. The addresses of the three IP are: 192.168.222.135192.168.222.139192.168.222.1402. Set up hostname

    Shulou · 2022-06-03 05:15
  • Analysis of linux Firewall

    Analysis of linux Firewall

    Firewalld Overview (1) dynamic firewall management tools that support network connections and interface security defined by network areas. (2) support IPv4, IPv6 firewall settings and Ethernet bridging (3) support services or operators to directly add firewall rule ports (4) have two kinds of

    Shulou · 2022-06-03 05:14
  • Centos7 keepalived + nginx

    Centos7 keepalived + nginx

    Download from the official website: keepalived-2.0.12.tarnginx-1.14.2.tar host 192.168.0.110 B:192.168.0.120/24VRRP:192.168.0.200

    Shulou · 2022-06-03 05:14
  • Shell Foundation

    Shell Foundation

    1. Shell Foundation 2. Command history the commands we have used, that is, command history, will be stored in the system home directory / root/.bash_history history command can view the command history used. The system defaults to 1000 history

    Shulou · 2022-06-03 05:14
  • Add programs to Windows

    Add programs to Windows "run"

    Under the Windows system, you can open some default programs defined by the windows environment variable by using the start → run (win+r), but many third-party programs cannot be opened. How to add third-party applications? Taking QQ as an example, the steps are as follows: 1. Open file location, reply

    Shulou · 2022-06-03 05:14
  • Office365 Exchange Hybrid part ADFS back-end SQL Cluster (3)

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

    The previous article basically completed the relevant prerequisites for SQL failover clustering. Next, this article will share with you how to implement Windows failover clustering (the foundation of SQL clustering). We need to install multipath I\ O on SQL01 and SQL02 node servers.

    Shulou · 2022-06-03 05:14
  • Gitlab uploads public key and project code

    Gitlab uploads public key and project code

    Uploading a project on gitlab requires no interaction with ssh public key. This document describes how to set the public key on gitlab and upload the project. First, create a key pair [root@localhost ~] # ssh-keygen-t rsa # to enter all the way. Second, upload.

    Shulou · 2022-06-03 05:14
  • Collation of sed usage

    Collation of sed usage

    Most of the following content comes from the network, the source can not be verified, please forgive me. 1. How do I delete a script in html text? temp$ sed'/ / d 'cp-advancec > new displays the content between two regular expressions: sed-n' / pat

    Shulou · 2022-06-03 05:14