Get the App
  • KubeEdge v0.2 released, the world's first K8S native edge computing platform open cloud code

    KubeEdge v0.2 released, the world's first K8S native edge computing platform open cloud code

    KubeEdge open source background KubeEdge announced open source on November 24, 18 in Shanghai KubeCon, the technology circle once set off a wave of discussion about edge computing, and then opened a new chapter of edge computing and cloud computing. KubeEdge is Kube+Ed

    Shulou · 2022-06-03 00:55
  • The construction of local yum source in linux-and the construction of web and ftp servers

    The construction of local yum source in linux-and the construction of web and ftp servers

    # Today, I will briefly introduce the following yum source construction # when introducing yum source construction, you can think carefully about how we install software in windows, or how we install software on phones we love all day long. # We usually install software in windows

    Shulou · 2022-06-03 00:55
  • [Troubleshooting Case] unable to delete Exchange database database

    [Troubleshooting Case] unable to delete Exchange database database

    In our daily mail system operation and maintenance management or the implementation of deployment changes, we often encounter that when deleting the Exchange database DB, it is prompted that it cannot be deleted. -Microsoft Exchange Error

    Shulou · 2022-06-03 00:55
  • What are the new features of CentOS 8.0

    What are the new features of CentOS 8.0

    This article will explain in detail the new features of CentOS 8.0. the content of the article is of high quality, so share it for your reference. I hope you can get something after reading this article. CentOS 8 is an upstream developer between Fedora Linux and

    Shulou · 2022-06-03 00:55
  • The sosreport command is used to collect system configuration

    The sosreport command is used to collect system configuration

    The sosreport command is used to collect system configuration and architecture information and output diagnostic documents. 15:05:55, April 24, 2018, cool breeze where to read 1252 to run sosreport, you need to install the sos package. The sos package is mostly lin.

    Shulou · 2022-06-03 00:55
  • Windows 2008 server domain environment issues scheduled tasks through group policy

    Windows 2008 server domain environment issues scheduled tasks through group policy

    1. Ad Domain Environment 2, Service version: 2008 purpose: to issue scheduled tasks through group policy to enable the client to restart at a regular time every day. Restart script content: C:\ WINDOWS\ system32\ shutdown.exe-r-t 60@@echo of

    Shulou · 2022-06-03 00:55
  • SCCM-Rules configuration document

    SCCM-Rules configuration document

    [Settings] Priority=DefaultProperties=MyCustomProperty [Default]: whether to allow deployment of the operating system to the target computer OSInstall=YES: configure the organizational unit name

    Shulou · 2022-06-03 00:55
  • "actual combat" open source project dockerized operation and maintenance deployment-front-end java deployment (8)

    Original articles, welcome to reprint. Reprint please indicate: reproduced from IT Story Association, thank you! Original link address: "actual combat" open source project dockerization operation and maintenance deployment-front-end java deployment (8) this section mainly talks about the front-end deployment points that need to be paid attention to, itself renren-fast this

    Shulou · 2022-06-03 00:55
  • Introduction of EXCHANGE virtual directory function

    Introduction of EXCHANGE virtual directory function

    To put it simply, a virtual directory is an application published by a CAS server. (corresponding to the directory in IIS) the following briefly describes the functions of each virtual directory: 1.OWA provides WEB mail access. 2.ECP provides management functions and exchange control panel. 3.AUTO

    Shulou · 2022-06-03 00:55
  • SFB project experience-34-assign public network certificate For Office Web App Server 2013

    SFB project experience-34-assign public network certificate For Office Web App Server 2013

    PS C:\ Users\ Administrator.i-x-Cloud > New-OfficeWebAppsFarm-InternalUrl "https://owasfarm01.i-x-Clou

    Shulou · 2022-06-03 00:54
  • Windows server 2012R2 deployment installation hmail

    Windows server 2012R2 deployment installation hmail

    Windows server 2012R2 deployment and installation hmail environment description: system: windows server2012 R2 software version: hMailServer-5.6.7-B2425.exe mail client

    Shulou · 2022-06-03 00:54
  • SQUID Service (2)

    SQUID Service (2) "script"

    "1" to make it easier to start, stop and restart SQUID services, you can write SQUID service scripts and manage them using CHKCONFIG and SERVICE tools. The content of the "2" script is as follows: #! / bin/bash#chkconf

    Shulou · 2022-06-03 00:54
  • Common errors in zabbix deployment

    Common errors in zabbix deployment

    Problem 1 Zabbix alerter processes more than 75% busy problem: the zabbix server mail process is busy, usually because the interval between setting actions is too short. Under special circumstances, there will be a large number of alarms, such as service.

    Shulou · 2022-06-03 00:54
  • Introduction to Linux

    Introduction to Linux

    Linux is a free, free, open source operating system. Linux was originally developed by Linus Torvalds, a student at the University of Helsinki in Finland. Later, more and more enthusiasts were added to participate in the improvement, forming the current Linux operating system. 1. L

    Shulou · 2022-06-03 00:54
  • The solution to the mistaken deletion of Citrix Service account ctxadmin

    The solution to the mistaken deletion of Citrix Service account ctxadmin

    Context: I am building a Citrix desktop cloud environment, and after installing the PVS components, I accidentally deleted the environment's management account ctxadmin (fortunately, the experimental environment). I tried to recover the deleted account in the domain server, but found that it could not be recovered because the domain account was restored.

    Shulou · 2022-06-03 00:54
  • NTP Server profile ntp.conf

    NTP Server profile ntp.conf

    Stratum is the hierarchy of the time server. If you want to update the time to other NTP servers, do not set it to 0fudge 127.127.1.0 stratum 0 to allow all operations of the local address restrict 127.0.

    Shulou · 2022-06-03 00:54
  • RHEL7/CentOS7 pxe+kickstart Automation

    RHEL7/CentOS7 pxe+kickstart Automation

    PXE (preboot execute environment, pre-boot execution environment) is the latest technology developed by Intel, which works in Client/Server 's network mode and enables workstations to download images from remote servers over the network.

    Shulou · 2022-06-03 00:54
  • Rsync maintains the original directory nesting relationship to synchronize files

    Rsync maintains the original directory nesting relationship to synchronize files

    Rsync-R is a parameter that maintains the nesting relationship of the original directory. For example, there is an absolute path / root/test/3/4/5/6/7, and now you want to copy the 4 directory and all the contents in the 3 directories to / tmp/oldfi with the original directory nesting relationship.

    Shulou · 2022-06-03 00:54
  • Redhat7.3 dns server configuration

    Redhat7.3 dns server configuration

    1. Basic configuration systemctl stop firewalld.servicesystemctl disable firewalld.servicesetenforce 0nmcli connectio

    Shulou · 2022-06-03 00:54
  • Win10_KMS_ Activation script

    Win10_KMS_ Activation script

    @ echo off&setlocal EnableDelayedExpansion&color 5etitle KMS_Activation for Windows 10-(Comlan) echo

    Shulou · 2022-06-03 00:54