Get the App
  • The node of the printer failover cluster installs the print server

    The node of the printer failover cluster installs the print server

    First, the previous chapter uses the iscsi server to connect to the shared storage, according to the previous chapter, this chapter installs the printer server in node 1 and node 2 respectively; (the system environment is 2008R2 Enterprise Edition). 1. Enter the system-Click Server Manager-enter the server role-Select print

    Shulou · 2022-06-03 05:45
  • Use and download of website performance testing gadgets Apache Bench and Webbench in Windows 7

    Use and download of website performance testing gadgets Apache Bench and Webbench in Windows 7

    1. Brief description: Apache Bench is Apache's website performance test Mini Program, and the program name under the Windows platform is referred to as ab.exe. To get this 80k executable program, users need to download the entire Apache Httpd software package.

    Shulou · 2022-06-03 05:45
  • What is the ps command for in linux?

    What is the ps command for in linux?

    The ps command under Linux is used to display the status of the current process (process). For example: display process information # ps-A displays root process user information # ps-u root displays all process information, together with command line # ps-ef above is l

    Shulou · 2022-06-03 05:45
  • The difference between Desktop linux and embedded linux

    The difference between Desktop linux and embedded linux

    The main differences are as follows: 1. Hardware platform embedded Linux is generally Mips, ARM platform; desktop Linux is generally x86 platform. 2. Root file system embedded Linux general use UBIFS, yaffs2, jffs2; desktop Linux general use

    Shulou · 2022-06-03 05:45
  • How does linux display the current working directory

    How does linux display the current working directory

    The command to display the current working directory in linux is pwd. The pwd command is used to display the working directory. Execute the pwd directive to immediately know the absolute path name of your current working directory. For example: check the current working directory and above # pwd/root/test is linu.

    Shulou · 2022-06-03 05:45
  • NLB deployment process for Exchange

    NLB deployment process for Exchange

    Today's deployment of the Exchange 2013 front-end NLB is highly available, and load balancing is a way to manage which servers receive traffic. Load balancing can provide a failover balance when one or more servers fail, ensuring that users can continue to connect in the event of a computer failure.

    Shulou · 2022-06-03 05:45
  • Implementation method of Prometheus Monitoring docker Service

    Implementation method of Prometheus Monitoring docker Service

    Procedure: sudo docker run\-restart=always\-volume=/:/rootfs:ro\-volume=/var/run:/var/run:ro

    Shulou · 2022-06-03 05:45
  • The use of kubectl tools in Kubernetes

    The use of kubectl tools in Kubernetes

    If you are using Kubernetes, then kubectl must be the tool you use most often. No matter what tools you need to learn, you should know kubectl in advance and use it effectively. This article contains a series of techniques to enable you to use k more efficiently and effectively

    Shulou · 2022-06-03 05:44
  • Failed solution to upgrade from CentOS 6 to CentOS 7

    Failed solution to upgrade from CentOS 6 to CentOS 7

    Operating system: CentOS6.10 Local system Source # wget-O / etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos

    Shulou · 2022-06-03 05:44
  • The method of implementing DDNS dynamic Domain name Resolution Service in LINUX

    The method of implementing DDNS dynamic Domain name Resolution Service in LINUX

    Linux systems can write their own script commands to resolve dynamic domain names. Dynamic domain name resolution that supports IPV4 and IPV6 goes directly to the code: first go to IPV4's syncold=$ (cat ip.asp) sleep 10 newnames $(ifconfig)

    Shulou · 2022-06-03 05:44
  • Set the group policy for automatic NTP time synchronization on the domain controller so that all clients in the domain

    Set the group policy for automatic NTP time synchronization on the domain controller so that all clients in the domain

    By default, the client periodically synchronizes time with the domain controller, but sometimes the client cannot synchronize time with the domain controller. This is often due to the result of using ghost image to install the system. Some ghost image systems shut down Win in order to simplify system services.

    Shulou · 2022-06-03 05:44
  • The solution of error report in Exchange 2013 installation

    The solution of error report in Exchange 2013 installation

    Prepare a server with server 2012 installed, fix the IP, join the domain control to the exchange server to install the prerequisites first, run the code (1) in Windows PowerShell, and restart the server after the installation role is completed. Ins

    Shulou · 2022-06-03 05:44
  • Installation and configuration of docker

    Installation and configuration of docker

    Docker installation Core Concepts docker has three core concepts the image (Image) image is the basis for creating a Docker container. Similar to a virtual machine image, it can be understood as a read-only template, for example, an image can contain a basic operating system environment with only A

    Shulou · 2022-06-03 05:44
  • The method of forcing code review by phabricator

    The method of forcing code review by phabricator

    1. Interception force code review, there are two ways: hosting the warehouse on phabricator, through herald to add hook to the code hosting server to implement because our code is hosted on gitlab, all of us

    Shulou · 2022-06-03 05:44
  • How to use the journalctl command?

    How to use the journalctl command?

    By default, RHEL7's system uses two logging services for system logs, one of which is systemd-journald, which stores logs in memory. Another service is rsyslogd, which is available from systemd-journald

    Shulou · 2022-06-03 05:44
  • How does Linux install the SG11 encryption extension component?

    How does Linux install the SG11 encryption extension component?

    Many open source programs do SG11 php encryption, but some hosts are not enabled or not supported. Here, it is installed manually and mirrored in advance. Pagodas and other panel tools are exempted. Step 1: complete download of https://www.phpjiami.com/d

    Shulou · 2022-06-03 05:44
  • Introduction to info of Redis

    Introduction to info of Redis

    Serverredis_version:2.6.9redis_git_sha1:00000000redis_git_dirty:0redis_mode:standaloneos:Linux 3.4.9

    Shulou · 2022-06-03 05:44
  • Detailed description of logs in Kubernetes

    Detailed description of logs in Kubernetes

    Log importance in Kubernetes usually the most basic function of log is to record the running track of the program, from which a lot of functions will be derived, such as online monitoring, alarm, operation analysis, security analysis, etc. (for more information, please see the first article, "Building 6 K8s log systems."

    Shulou · 2022-06-03 05:44
  • The realization process of Ansible-Playbook batch initialization Server

    The realization process of Ansible-Playbook batch initialization Server

    Initialization step configuration ssh key authentication remote configuration hostname control remote hosts add HOSTS parsing configuration remote host yum source and some software time synchronization configuration close selinux/iptables modify sshd configuration ssh key authentication in the master section

    Shulou · 2022-06-03 05:44
  • The Development course EdgeService of the Advanced docker (16)

    The Development course EdgeService of the Advanced docker (16)

    Original articles, welcome to reprint. Reprint please indicate: reproduced from IT Story Association, thank you! Docker Development course EdgeService (16) the edgeService of the course depends on the dubbo service of the course service.

    Shulou · 2022-06-03 05:44