Get the App
  • A general solution for failing to start Task Scheduler services

    A general solution for failing to start Task Scheduler services

    [method]: Ctrl+R- > cmd- > then select cmd, right-click to run with administrator privileges: enter: after netsh winsock reset restarts the computer, cmd- services.msc goes in to check the Task Sch

    Shulou · 2022-06-03 04:39
  • Spring Cloud getting started tutorial-Building configuration Center Servic

    Spring Cloud getting started tutorial-Building configuration Center Servic

    Spring Cloud provides a platform for deploying micro-services, including common components in micro-services: configuration central services, API gateways, circuit breakers, service registration and discovery, distributed traceability, OAuth3, consumer-driven contracts, etc. We don't have to know each group first.

    Shulou · 2022-06-03 04:39
  • AD user batch creation and attribute modification tool recommendation-ADBulkAdmin

    AD user batch creation and attribute modification tool recommendation-ADBulkAdmin

    As an internal IT system administrator, I am certainly no stranger to AD. Every day, entry, departure and personnel changes will have a large number of AD user operation requirements, especially if the company has thousands or tens of thousands of users. Microsoft's own Active Directory users and computer tools only

    Shulou · 2022-06-03 04:39
  • The userAccountControl attribute value of AD account is 544.

    The userAccountControl attribute value of AD account is 544.

    In general, 544 does not mean that the password is not set, the user may have set a password, but you can set the password to be empty. This problem is usually caused by accounts created in batches through scripts. If userAccountContr is not specified when creating users in VBS scripts

    Shulou · 2022-06-03 04:39
  • Application practice of k8s-Service,Ingress

    Application practice of k8s-Service,Ingress

    1. Background: due to the simplified deployment of K8s cluster, the company's K8s deployment solution uses kubeadm, and follows the online and offline dimensions for cluster partition. There are two main reasons why kubeadm should be used: 1. The deployment is convenient and fast, and the 2.k8s node is expanded.

    Shulou · 2022-06-03 04:39
  • Exchange Server 2016 installation

    Exchange Server 2016 installation

    Exchange basic Concepts SMTP Service-Mail Transport Exchange Database-High performance available disaster recovery client access Service (CAS)-POP3,IMAP4,HTTPS&RPC,ActiveSync Authentication: ad Domain Service Mail

    Shulou · 2022-06-03 04:39
  • Apache web page optimization-compression, caching

    Apache web page optimization-compression, caching

    Experimental environment: required software packages: apr-util-1.4.1.tar.gz, httpd-2.4.2.tar.gz, apr-1.4.6.tar.gz host shared folders have been hung to / abc Experimental steps: 1. Manual compilation

    Shulou · 2022-06-03 04:39
  • K8s trampling record-the certificate is valid for one year

    K8s trampling record-the certificate is valid for one year

    The re-signing of kubernetes cluster certificate follows the steps of https://github.com/strongit/kubeadm-ha/ installation. The cluster after kubeadm init installation has the problem of certificate expiration. Now the repair is as follows: the idea is as follows

    Shulou · 2022-06-03 04:39
  • A very classic comprehensive application case.

    A very classic comprehensive application case.

    Purpose of the experiment: 1. The gateway runs OSPF and realizes interworking. 2. Each switch can be accessed remotely, 3Powersw1 as the main gateway, and sw2 as the backup gateway experimental topology diagram in the above experimental steps: first, extract the parts, one by one, as shown in the following small experimental steps: 1, configure each PC

    Shulou · 2022-06-03 04:39
  • VMware Virtual SAN management and debugging

    VMware Virtual SAN management and debugging

    Click to download the Word version of the document click to view the original directory 1, data center preparation 1 (1) storage device preparation 11) prepare storage device 12) prepare disk group devices 13) Raw capacity and available capacity 14) do not include the size of flash cache devices in capacity

    Shulou · 2022-06-03 04:39
  • A murder caused by lt;<-EOF

    A murder caused by lt;<-EOF

    Lesson learnt: back up before you change, copy the old comments and then add new ones. If the foundation is not solid, the earth will shake. The story is like this, from the Internet to pull down a regular e-mail shell, using here document to write the text. The new function is to add another email.

    Shulou · 2022-06-03 04:39
  • Real-time synchronous backup of data by rsync+inotify

    Real-time synchronous backup of data by rsync+inotify

    In the actual production environment, we always meet the need to back up some important data, and with the increase of the scale of the application system, the requirements for the security, reliability and timeliness of the data are relatively high, so I am using rsync+inotify to achieve real-time synchronous data backup.

    Shulou · 2022-06-03 04:39
  • Configuration and use of AWS CloudWatch Agent

    Configuration and use of AWS CloudWatch Agent

    Background: AWS's Cloudwatch can easily monitor all kinds of data, but its defect is that it can only monitor Hypervisor data by default, not client-side OS-level data. Traditional solutions, such as we need to monitor memory

    Shulou · 2022-06-03 04:39
  • To get information of cpu and memory in windows os

    To get information of cpu and memory in windows os

    Open an elevated command prompt using following method:Click Start and click All Programs, click Acc

    Shulou · 2022-06-03 04:39
  • Life is the process of constantly finding yourself.

    Life is the process of constantly finding yourself.

    Life is the process of constantly finding yourself. We strive to make progress, not only to let the world see us, but also to let ourselves see the world. When we move forward one step at a time, we will find that every progress in life is making our lives vast.

    Shulou · 2022-06-03 04:39
  • Major challenges for organizations to migrate their business to cloud platform

    Major challenges for organizations to migrate their business to cloud platform

    Abstract: a study released by OReilly recently shows that enterprises that want to implement cloud computing technology and infrastructure face many challenges, and the lack of necessary skills is the biggest obstacle. According to a study released by O'Reilly a few days ago, Xi Xi

    Shulou · 2022-06-03 04:39
  • CS3: customers want to move 2003 sp2 file servers from domain An at location A to domain B at location B.

    CS3: customers want to move 2003 sp2 file servers from domain An at location A to domain B at location B.

    Summary of customer problems: customers have two offices and two domains, such as A domain in An and B domain in B. Users use ADMT to transfer user accounts in domain A to domain B, hoping to transfer file server data (and permissions) from domain A to domain B at the same time, and file servers in domain A use Wi

    Shulou · 2022-06-03 04:39
  • About the failure or failure of Windows2012 and Win10 login policy scripts

    About the failure or failure of Windows2012 and Win10 login policy scripts

    Due to the release of the new version of the windows system, most of the projects have changed from the original Windows2008 to the Windows2012 operating system, so the problem arises. When users use windows2008, the domain policy login script can be positive.

    Shulou · 2022-06-03 04:39
  • Prometheus Operator, a more elegant monitoring tool for Kubernetes

    Prometheus Operator, a more elegant monitoring tool for Kubernetes

    Kubernetes's more elegant monitoring tool Prometheus operator [TOC] 1. Kubernetes Operator introduces the management and scaling of Web applications and mobility with the support of Kubernetes

    Shulou · 2022-06-03 04:39
  • Exchange mailbox attachment blocking problem

    Exchange mailbox attachment blocking problem

    Problem definition: want to know why macro attachments are blocked and want to know about mail flow logging problem analysis: in Exchange 2013 and Outlook anti-spam filtering services, Microsoft provides SmartScreen "intelligent filtering" services, in general, from O

    Shulou · 2022-06-03 04:39