Graceful restart of a server with active WebSocket Simonwep/graceful-ws: ⛓ Graceful WebSocket wrapper with connection re-establishment capabilities. https://github.com/Simonwep/graceful-ws…
服务端代码经常需要升级,对于线上系统的升级常用的做法是,通过前端的负载均衡(如nginx)来保证升级时至少有一个服务可用,依次(灰度)升级. 而另一种更方便的方法是在应用上做热重启,直接更新源码.配置或升级应用而不停服务. 这个功能在重要业务上尤为重要,会影响服务可用性.用户体验. 原理 热重启的原理比较简单,但是涉及到一些系统调用以及父子进程之间文件句柄的传递等等细节比较多.处理过程分为以下几个步骤: 监听信号(USR2..) 收到信号时fork子进程(使用相同的启动命令),将服务监听的soc…
https://docs.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/hello-key-trust-adfs Windows Hello for Business works exclusively with the Active Directory Federation Service role included with Windows Server 2016 and require…
在学习使用mysqldump时,使用mysqldump备份时,遇到了下面两个错误: [root@DB-Server backup]# ./mysql_dump_back.sh Warning: Using a password on the command line interface can be insecure. mysqldump: Error: Binlogging on server not active 如上所示,一个是因为我在mysql_dump_back.sh里面配置了登录数据…
Windows Server 2016 Active Directory 域服务 (AD DS)新增很多功能用来提升Active Directory域及组织环境安全等,并帮助他们面向云的部署或混合部署,方便在云中托管某些应用程序和服务,并且可以在本地承载迁移的功能等. 改进的功能如下: 管理访问的权限 通过加入 Azure Active Directory 的 Windows 10 设备的扩展云功能 连接到 Azure AD 已加入域的设备,提升Windows 10 的用户体验: 在你的组织中启…
安装 Windows Server 2012 Active Directory 只读域控制器 (RODC)(级别 200) 适用对象:Windows Server 2012 本主题介绍如何创建分步的 RODC 帐户,然后在 RODC 安装期间将服务器附加到该帐户. 本主题还说明了如何在不执行分步安装的情况下安装 RODC. 分步 RODC 工作流     分步的只读域控制器 (RODC) 安装包括两个独立的阶段: 分步创建未占用的计算机帐户 在升级期间将 RODC 附加到该帐户 下图阐释了 Ac…
1. 首先打开Manage --> Add Roles and Features 2. 点击Next 3. 不做修改,点击Next 4. 不做修改,点击Next 5. 选择Active Directory Domain Services 和 DNS Server 6. 点击Add Features 7. 点击Add Features 8. 点击Continue 9. 不做修改,点击Next 10. 点击Next 11. 点击Next 12. 点击Install 13. 安装中 14. 点击Pro…
1.从腾讯云申请SSL证书,下载解压,得到如下文件: 2.nodejs代码: // wss.js const fs = require('fs'); // 一些配置信息 const cfg = { port: 8888, ssl_key: 'ssl.key', //这里填Apache中的 3_[域名].key 文件 ssl_cert: 'ssl.crt', //这里填Apache中的 2_[域名].crt 文件 ssl_ca:'root_bundle.crt' //这里填Apache中的 1_r…
http://www.itbigbang.com/how-to-manually-uninstall-last-exchange-2010-server-from-organization/ 没办法,不如重新来过,增长经验... Overview: This article provides step-by-step procedure about How to Manually Uninstall Last Exchange 2010 Server from Organization. Imp…
Enabling Active Directory Authentication for VMWare Server running on Linux Version 0.2 - Adam Breidenbaugh - 2007-06-29 Purpose The purpose of this guide is as follows: Document the steps necessary to enable Active Directory Authentication on a Linu…