随笔分类 -  运维经验

摘要:PPTP VPN 限制一个账号只允许一个用户来登录 阅读全文
posted @ 2015-01-05 19:10 NiuSys 阅读(1428) 评论(0) 推荐(0)
摘要:You can easily remove a Windows service from the Windows registry using a simple command prompt command called SC. SC is the command line utility which interacts with the Windows Service Controller a... 阅读全文
posted @ 2014-12-24 13:00 NiuSys 阅读(579) 评论(0) 推荐(0)
摘要:为何要用反向代理? 这里说说我的场景, 我在服务器上假设了SVN(Visual SVN)用的端口是:8080, 而我想通过输入svn.niusys.com就可以访问我的SVN服务器,也就是要通过80端口访问到内部8080端口的的数据, 那这个时候我们就可以通过反向代理,把所有请求到80端口的数据,发送到8080, 让后再把8080端口返回的数据从80端口返回给原始请求。 阅读全文
posted @ 2014-12-22 01:30 NiuSys 阅读(550) 评论(0) 推荐(0)
摘要:基本步骤 1. 安装并配置MSBUILD 2. 需要邮件通知的配置邮件部分 3. 添加项目,测试发布 阅读全文
posted @ 2014-12-21 23:20 NiuSys 阅读(562) 评论(0) 推荐(1)
摘要:问题描述 一般是在编译的时候会出现这样子的问题, 问题原因: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\缺少对应版本的文件夹及文件 解决办法: 从下面额链接找到对应的SDK下载: http://msdn.microsoft.com/en-us/library/windows/desk... 阅读全文
posted @ 2014-12-21 22:43 NiuSys 阅读(11694) 评论(0) 推荐(0)
摘要:GUI Version- Select the website you wish to configure- In the “Features View” panel, double click URL RewriteYou will notice there are currently no ru... 阅读全文
posted @ 2014-12-21 04:30 NiuSys 阅读(946) 评论(0) 推荐(0)
摘要:JIRA与IIS ARR集成 阅读全文
posted @ 2014-12-18 21:03 NiuSys 阅读(331) 评论(0) 推荐(0)
摘要:Visual SVN与IIS通过反向代理访问 阅读全文
posted @ 2014-12-18 20:25 NiuSys 阅读(1186) 评论(0) 推荐(0)