Get the App
  • CMPT6: how to work for each Site system role under Primary Site

    CMPT6: how to work for each Site system role under Primary Site

    ConfigMgr Prerequisites Tool user Guide Series-6: how to focus on foreign enterprise on-demand IT infrastructure operation and maintenance services for each Site system role ©Lander Zhang under Primary Site

    Shulou · 2022-06-03 02:01
  • Knative Serving Advanced: Knative Serving SDK

    Knative Serving Advanced: Knative Serving SDK

    Author: Niu Qiulin (Dongdao), technical expert of Aliyun Intelligent Business Group, Guide: through the previous series of articles, you already know how to manipulate various resources of Knative based on kubectl. But if you want to integrate Knative into your project, you can only use the

    Shulou · 2022-06-03 02:01
  • Exchange2010 highly available deployment and configuration

    Exchange2010 highly available deployment and configuration

    General enterprise users pay more attention to the highly available (fault-tolerant) solutions of the following three roles. There is generally no fault tolerance for UM (Unified messaging) roles and Edge Transport roles. A:Mailbox (mailbox role)-DAG--- prevents database corruption B:HUB (Hub Transport role)-

    Shulou · 2022-06-03 02:01
  • Batch creation of thousands of virtual machines in VMware Workstation (part I)

    Batch creation of thousands of virtual machines in VMware Workstation (part I)

    VMware Workstation is a kind of virtual machine software that we often use, which has powerful function and good performance. Most users create virtual machines in the graphical interface, modify virtual machine configurations, add virtual machine parameters, or use the Clone feature to create multiple virtual machines, which

    Shulou · 2022-06-03 02:01
  • Redhat 6 configures RHCS to realize dual-computer HA Cluster

    Redhat 6 configures RHCS to realize dual-computer HA Cluster

    Recently, we tested RHCS on RedHat 6.5. we built a dual-computer HA cluster, where we shared the configuration process and testing process, including node configuration, cluster management server configuration, cluster creation and configuration, cluster testing and so on. First, the test environment computer name operating system

    Shulou · 2022-06-03 02:00
  • Win7 boot disk or PE failed to boot due to a USB disk problem

    Win7 boot disk or PE failed to boot due to a USB disk problem

    Due to some reasons, I need to replace the original deepin system with the windows system, but I don't have a ready-made boot disk, so I bought a 4G U disk online and thought that 4G would be enough. After the U disk arrived, I went to the Internet bar to install a windows7 system and wrote it to the floppy disk pass.

    Shulou · 2022-06-03 02:00
  • AD domain server installation-WindowsServer2012R2

    AD domain server installation-WindowsServer2012R2

    Compared with the deployment of active Directory Domain Services in Windows Server 2008, some new changes have taken place in Windows server 2012: it does not support Dcpromo, and it can be installed and uninstalled with scripts. Test environment: computer: Ser201

    Shulou · 2022-06-03 02:00
  • The python script string variable forces the win address not to be escaped

    The python script string variable forces the win address not to be escaped

    If you look at this example, you can see that if the string is not escaped, you can add r directly to the string and you can add a = ringing string C:\ tsers\ weiruoyu\ AppData\ Roaming\ Microsoft\ tindows\ Start Menu\ P.

    Shulou · 2022-06-03 02:00
  • Deploy a LNMP environment using docker-compose

    Deploy a LNMP environment using docker-compose

    1. Create relevant compose storage directory < 5 docker-test-[root]: > mkdir-p / apps/compose_lnmp/nginx < 5 docker-test-[roo

    Shulou · 2022-06-03 02:00
  • Linux Hidden permissions, set_uid/set_git/stick_bit, soft links, hard links

    Linux Hidden permissions, set_uid/set_git/stick_bit, soft links, hard links

    Lsattr: view hidden permissions for files or directories-a: view all files, including hidden files-d: view hidden permissions for the current directory-R: view hidden permissions for all files under the directory * Hidden permissions e: on behalf of the ext4 file system chattr: change hidden files for files or directories I

    Shulou · 2022-06-03 02:00
  • I have to say the method of installing deb package for Fedora and CentOS

    I have to say the method of installing deb package for Fedora and CentOS

    The article comes from the official account: Ruijiang Cloud Computing reprint Please explain the source of using Alien to convert RPM to DEB in this article, we will introduce you to alien, a tool for converting different Linux package formats to each other, the most common use is to convert .rpm to .de

    Shulou · 2022-06-03 01:59
  • IP could not be found when logging in Linux text environment

    IP could not be found when logging in Linux text environment

    Ip add # check the IP address, but the Nic does not activate ifup ens33 # activate the Nic ens33 to get the IP address

    Shulou · 2022-06-03 01:59
  • Linux file viewing and redirection

    Linux file viewing and redirection

    Objective: through this experiment, we can master the use of head, tail, cat, more, less and other file viewing commands, understand the concept of redirection, and master the use of two redirection methods. Experimental steps: 1. Through head, tail, cat, more, les

    Shulou · 2022-06-03 01:59
  • Click dead processing of fixed asset card management in Yuyou software

    Click dead processing of fixed asset card management in Yuyou software

    Today, I received a report from a colleague from the Finance Department that: if you click on the card management of the fixed assets of the user software, it will freeze. Really a little depressed, as soon as the XP was replaced with WIN 7 (shotgun for guns), something went wrong? It can't be so dark? Because there is little access to financial software,

    Shulou · 2022-06-03 01:59
  • Create central storage to manage group policy

    Create central storage to manage group policy

    Central storage ADMX, to take full advantage of .admx files, you must create a central library in the SYSVOL folder on the domain control. Central storage is the file location selected by the Group Policy tool by default. The Policy tool uses all .admx files in the central store. In central storage

    Shulou · 2022-06-03 01:59
  • Skype For Business 2015 Integrated deployment Series 4: install Skype Server system 1

    Skype For Business 2015 Integrated deployment Series 4: install Skype Server system 1

    This post enters the fourth part of the Skype for business 2015 comprehensive deployment series: installing a Skype for business Server 2015 server (1). In this paper, lync.itwish.cn

    Shulou · 2022-06-03 01:59
  • Setting of Network Card in EXCHANGE 2013 DAG Environment

    Setting of Network Card in EXCHANGE 2013 DAG Environment

    Microsoft recommends using at least 2 network cards for exchange in DAG environment. A MAPI network card for client connection and a replication network card for replication. The following is a brief description of the next two network card settings for attention. 1. MAPI NIC1. Use the default gateway 2. Enable Fil

    Shulou · 2022-06-03 01:59
  • Shell programming case multi-branch statements, loop statements (for, while, etc.), Shell functions, Shell arrays

    Shell programming case multi-branch statements, loop statements (for, while, etc.), Shell functions, Shell arrays

    The structure of case multi-branch statement case statement: according to different values of variables, execute different command line case variable values in mode 1) command sequence 1;; mode 2) command sequence 2;. *

    Shulou · 2022-06-03 01:58
  • Send email automatically through script under Windows

    Send email automatically through script under Windows

    Create a script file with any name and extension vbssubject=WScript.Arguments (0) content=WScript.Arguments (1) set sh=WScript.CreateObj

    Shulou · 2022-06-03 01:58
  • Linux Common Command Supplement (tar,date,sz,rz,diff,vimdiff)

    Linux Common Command Supplement (tar,date,sz,rz,diff,vimdiff)

    1.-- exclude exclusion 2. Comparison command under linux diffvimdiff exit requires two times. 3. Lrzsz uploads or downloads files to linuxrz, uploads files in windows to linuxsz and lin.

    Shulou · 2022-06-03 01:58