﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>IT博客-服务器技术研究-浙江博硕数据-www.85bs.com-随笔分类-软件下载区</title><link>http://www.cnitblog.com/netyaksa/category/2754.html</link><description>浙江服务器租用.杭州服务器租用.宁波服务器租用.温州服务器租用.绍兴服务器租用.金华服务器租用.衢州服务器租用.嘉兴服务器租用.舟山服务器租用.湖州服务器租用.丽水服务器租用.台州服务器租用.上海服务器租用 技术支持:86799360 售后服务:86769306 加盟合作:86791360 http://www.85bs.com</description><language>zh-cn</language><lastBuildDate>Wed, 28 Sep 2011 08:42:49 GMT</lastBuildDate><pubDate>Wed, 28 Sep 2011 08:42:49 GMT</pubDate><ttl>60</ttl><item><title>系统必需文件收录贴！VB5VB6运行库(1)</title><link>http://www.cnitblog.com/netyaksa/archive/2006/05/14/10507.html</link><dc:creator>浙江博硕数据</dc:creator><author>浙江博硕数据</author><pubDate>Sun, 14 May 2006 07:41:00 GMT</pubDate><guid>http://www.cnitblog.com/netyaksa/archive/2006/05/14/10507.html</guid><wfw:comment>http://www.cnitblog.com/netyaksa/comments/10507.html</wfw:comment><comments>http://www.cnitblog.com/netyaksa/archive/2006/05/14/10507.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnitblog.com/netyaksa/comments/commentRss/10507.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/netyaksa/services/trackbacks/10507.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 系统必需文件收录贴！VB5VB6运行库(1)  浙江博硕数据 www.85bs.com																														系统必需文件收录贴！VB5VB6运行库MFC、ASPI、d3dx8、d3dx9、d3dx9_25、d3dx9_26、d3dx9_27、、d3dx9_28、d3dx9_29、uxtheme、msvcr7、msvcp7、ODBC、MD...&nbsp;&nbsp;<a href='http://www.cnitblog.com/netyaksa/archive/2006/05/14/10507.html'>阅读全文</a><img src ="http://www.cnitblog.com/netyaksa/aggbug/10507.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/netyaksa/" target="_blank">浙江博硕数据</a> 2006-05-14 15:41 <a href="http://www.cnitblog.com/netyaksa/archive/2006/05/14/10507.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>服务器修改3389的方法!</title><link>http://www.cnitblog.com/netyaksa/archive/2006/05/14/10491.html</link><dc:creator>浙江博硕数据</dc:creator><author>浙江博硕数据</author><pubDate>Sun, 14 May 2006 06:30:00 GMT</pubDate><guid>http://www.cnitblog.com/netyaksa/archive/2006/05/14/10491.html</guid><wfw:comment>http://www.cnitblog.com/netyaksa/comments/10491.html</wfw:comment><comments>http://www.cnitblog.com/netyaksa/archive/2006/05/14/10491.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/netyaksa/comments/commentRss/10491.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/netyaksa/services/trackbacks/10491.html</trackback:ping><description><![CDATA[1. 服务器端的修改 <br /><br />　　将下列两个注册表键中的 PortNumber 均改成自定义的端口即可： <br /><br />　　HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\Wds\Repwd\Tds\Tcp <br /><br />　　HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp <br /><br />　　2. 客户端的修改 <br /><br />　　Windows 2000 <br /><br />　　运行 Client Connection Manager 创建一个对刚才修改过的服务器的新连接，然后将其导出到 server.cns 文件，.cns 文件是存储此连接各选项的 ASCII 码文件，用 文本编辑软件 打开这个文件，找到 Server Port=3389 这一行将 3389 改成自定义的端口，保存后再将其导入 Client Connection Manager 它会提示“已经有一个连接使用此配置，是否将其覆盖”， 选择是。 现在我们就可以用 Client Connection Manager 中的这个连接配置连到自定义端口的服务器了。　　　 <br /><br />Windows XP <br /><br />　　打开 mstsc.exe 窗口。按 “选项”按钮扩展窗口，将有 “常规”、“显示”、“本地资源”、“运行”、“高级”五个选项卡。根据需要填写各项后，再按 “常规” 选项卡中的“另存为”按钮。 mstsc.exe 会将自定义连接配置保存为 .rdp 文件。用文本编辑软件将其打开可以看到其格式如下： <br /><br />　　screen mode id:i:1 <br /><br />　　desktopwidth:i:800 <br /><br />　　desktopheight:i:600 <br /><br />　　session bpp:i:8 <br /><br />　　winposstr:s:2，3，195，73，843，580 <br /><br />　　auto connect:i:0 <br /><br />　　full address:s:192.168.0.9 <br /><br />　　compression:i:1 <br /><br />　　bitmapcachepersistenable:i:1 <br /><br />　　keyboardhook:i:2 <br /><br />　　audiomode:i:2 <br /><br />　　redirectdrives:i:1 <br /><br />　　redirectprinters:i:1 <br /><br />　　redirectcomports:i:1 <br /><br />　　displayconnectionbar:i:1 <br /><br />　　username:s:tsinternetuser <br /><br />　　domain:s:JOB <br /><br />　　alternate shell:s: <br /><br />　　shell working directory:s: <br /><br />　　非常明显，可以看出这个文件的格式为：选项:数据类型(i-整数/s-字符串)：该选项的数据值。 <br /><br />　　其中没有连接到服务器的某个端口的这样的选项。所以需要手工添加，在其中添加一行。 <br /><br />　　server port:i:××××(××××服务器自定义的端口)。 <br /><br />　　也可以将中间项省去；直接写成 server port:××××即可。 <br /><br />　　运行mstsc.exe，打开这个.rdp 文件即可连接这个自定义端口了。 <br /><br />浙江博硕数据真诚为您服务 <a href="http://www.85bs.com">http://www.85bs.com</a><img src ="http://www.cnitblog.com/netyaksa/aggbug/10491.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/netyaksa/" target="_blank">浙江博硕数据</a> 2006-05-14 14:30 <a href="http://www.cnitblog.com/netyaksa/archive/2006/05/14/10491.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>SERV-U 6002版安全设置全攻略(2)</title><link>http://www.cnitblog.com/netyaksa/archive/2006/05/14/10486.html</link><dc:creator>浙江博硕数据</dc:creator><author>浙江博硕数据</author><pubDate>Sun, 14 May 2006 06:16:00 GMT</pubDate><guid>http://www.cnitblog.com/netyaksa/archive/2006/05/14/10486.html</guid><wfw:comment>http://www.cnitblog.com/netyaksa/comments/10486.html</wfw:comment><comments>http://www.cnitblog.com/netyaksa/archive/2006/05/14/10486.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/netyaksa/comments/commentRss/10486.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/netyaksa/services/trackbacks/10486.html</trackback:ping><description><![CDATA[
		<table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">
				<tbody>
						<tr>
								<td style="PADDING-LEFT: 5px; FONT: 14px/25px normal 宋体; PADDING-TOP: 10px" valign="top" align="left" colspan="2" height="185">
										<p>浙江博硕数据真诚为您服务 <a href="http://www.85bs.com">http://www.85bs.com</a><br /><br />从“终端服务配置文件”选项里取消“允许登录到终端服务器（W）”的选择，然后点击确定继续我们的设置。（见图10） <br /><img onmousewheel="return imgzoom(this);" onmouseover="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('/ddimg/uploadimg/20060430/1457359.jpg');}" src="http://www.souzz.net/ddimg/uploadimg/20060430/1457359.jpg" onload="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border="0" /></p>
										<p>
												<strong>图10：取消“允许登录到终端服务器”</strong>
										</p>
										<p>这里我们已经建好了账号，该设置服务里的账号了。现在就要用到刚才建立的这个账号，密码还没有忘记吧，马上就要用到了。 <br />      在开始菜单的管理工具里找到“服务”点击打开。在“Serv-U FTP Server服务”上点右键，选择属性继续。 <br />      然后点击“登录”进入登录账号选择界面。选择刚才建立的系统账号名，并在下面重复输入2次该账号的密码（就是刚才让你记住的那个），然后点“应用”，再次点确定，完成服务的设置。（见图11） <br /><img onmousewheel="return imgzoom(this);" onmouseover="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('/ddimg/uploadimg/20060430/14573510.jpg');}" src="http://www.souzz.net/ddimg/uploadimg/20060430/14573510.jpg" onload="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border="0" /></p>
										<p>
												<strong>图11：更改启动和登录SRV－U的账号密码<br /></strong>     接下来要先使用FTP管理工具建立一个域，再建立一个账号，建好后选择保存在注册表。（见图12） <br /><img onmousewheel="return imgzoom(this);" onmouseover="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('/ddimg/uploadimg/20060430/14573511.jpg');}" src="http://www.souzz.net/ddimg/uploadimg/20060430/14573511.jpg" onload="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border="0" /><br /><b>图12：FTP用户密码保存到注册表里</b><br />      打开注册表来测试相应的权限，否则SERV－U是没办法启动的。在开始－＞运行里输入regedt32点“确定”继续。 <br />      找到[HKEY_LOCAL_MACHINE/SOFTWARE/Cat Soft]分支。在上面点右键，选择权限，然后点高级，取消允许父项的继承权限传播到该对象和所有子对象，包括那些在此明确定义的项目，点击“应用”继续，接着删除所有的账号。再次点击“确定”按钮继续。这时会弹出对话框显示“您拒绝了所有用户访问Cat Soft。没有人能访问 Cat Soft，而且只有所有者才能更改权限。您要继续吗？”，点击“是”继续。接着点击添加按钮增加我们建立的SSERVU账号到该子键的权限列表里，并给予完全控制权限。到这里注册表已经设置完了。但还不能重新启动SERV－U，因为安装目录还没设置。 <br />       现在就来设置一下，只保留你的管理账号和SSERVU账号，并给予除了完全控制外的所有权限。（见图13） <br /><img onmousewheel="return imgzoom(this);" onmouseover="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('/ddimg/uploadimg/20060430/14573512.jpg');}" src="http://www.souzz.net/ddimg/uploadimg/20060430/14573512.jpg" onload="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border="0" /><br /><b>图13：SERV－U安装目录权限设置</b><br />    现在，在服务里重启Serv-U FTP Server服务就可以正常启动了。当然，到这里还没有完全设置完，你的FTP用户因为没有权限还是登录不了的，所以还要设置一下目录的权限。 <br />     假设你有一个WEB目录，路径是d:/web。那么在这个目录的“安全设定”里除了管理员和IIS用户都删除掉，再加入SSERVU账号，切记SYSTEM账号也删除掉。为什么要这样设置呢？因为现在已经是用SSERVU账号启动的SERV－U，而不是用SYSTEM权限启动的了，所以访问目录不再是用SYSTEM而是用SSERVU，此时SYSTEM已经没有用了，这样就算真的溢出也不可能得到SYSTEM权限。另外，WEB目录所在盘的根目录还要设置允许SSERV－U账号的浏览和读取权限，并确认在高级里设置只有该文件夹。（见图14） <br /><img onmousewheel="return imgzoom(this);" onmouseover="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('/ddimg/uploadimg/20060430/14573513.jpg');}" src="http://www.souzz.net/ddimg/uploadimg/20060430/14573513.jpg" onload="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border="0" /><br /><b>图14：WEB目录所在盘的权限设置</b><br />    至此，设置全部结束。现在的SERV－U设置是配合IIS设置的，因为和IIS使用不同的账号，WEB用户就不可能访问SERV－U的目录，并且WEB目录没有给予SYSTEM权限，所以SYSTEM账号也同样访问不了WEB目录，也就是说，即使使用MSSQL得到备份的权限也不能备份SHELL到你的WEB目录。你可以安全的使用SERV－U了。<br /></p>
								</td>
						</tr>
						<tr>
								<td style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; LINE-HEIGHT: 20px; PADDING-TOP: 10px">
								</td>
						</tr>
				</tbody>
		</table>
<img src ="http://www.cnitblog.com/netyaksa/aggbug/10486.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/netyaksa/" target="_blank">浙江博硕数据</a> 2006-05-14 14:16 <a href="http://www.cnitblog.com/netyaksa/archive/2006/05/14/10486.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>SERV-U 6002版安全设置全攻略(1)</title><link>http://www.cnitblog.com/netyaksa/archive/2006/05/14/10485.html</link><dc:creator>浙江博硕数据</dc:creator><author>浙江博硕数据</author><pubDate>Sun, 14 May 2006 06:15:00 GMT</pubDate><guid>http://www.cnitblog.com/netyaksa/archive/2006/05/14/10485.html</guid><wfw:comment>http://www.cnitblog.com/netyaksa/comments/10485.html</wfw:comment><comments>http://www.cnitblog.com/netyaksa/archive/2006/05/14/10485.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/netyaksa/comments/commentRss/10485.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/netyaksa/services/trackbacks/10485.html</trackback:ping><description><![CDATA[
		<p>
				<span style="FONT-SIZE: 12px; LINE-HEIGHT: 160%">
						<font face="Arial">浙江博硕数据真诚为您服务 <a href="http://www.85bs.com">http://www.85bs.com</a>     <br />   <br />     作为一款精典的FTP服务器软件，SERV－U一直被大部分管理员所使用，它简单的安装和配置以及强大的管理功能的人性化也一直被管理员们称颂。但是随着使用者越来越多，该软件的安全问题也逐渐显露出来。 <br />        首先是SERV-U的SITE CHMOD漏洞和Serv-U MDTM漏洞，即利用一个账号可以轻易的得到SYSTEM权限。其次是Serv-u的本地溢出漏洞，即Serv-U有一个默认的管理用户（用户名：localadministrator，密码：#|@$ak#.|k;0@p），任何人只要通过一个能访问本地端口43958的账号就可以随意增删账号和执行任意内部和外部命令。 <br />        此时，人们才开始重视起SERV－U的安全来，并采取了一些相关措施，如修改SERV－U的管理端口、账号和密码等。但是，修改后的内容还是保留在ServUDaemon.exe文件里，因此下载后用如UltraEdit之类的16进制编辑软件就可以很轻易的获取到修改后的端口、账号和密码。 <br />       从SERV－U6.0.0.2开始，该软件有了登录密码功能，这样如果加了管理密码，并且设置比较妥善的话，SERV－U将会比原来安全的多。现在我们就开始SERV－U的设置之旅，采用版本是SERV－U 6.0.0.2。 <br />       古语有云，千尺之台始于垒土，设置SERV－U的安全就从安装开始。这篇文章主要是写SERV－U的安全设置，所以不会花费太多的功夫来介绍安装，只说一下要点。 <br />        SERV－U默认是安装在C:/Program Files/Serv-U目录下的，我们最好做一下变动。例如改为：D:/u89327850mx8utu432X$UY32x211936890co7v23x1t3（图1）这样的路径，如果安装盘符WEB用户不能浏览的话，他便很难猜到安装的路径。当然，安装后会在桌面和开始菜单上生成快捷方式，建议删除，因为一般不会使用到它。可能你要问了，那应该怎样进入SERV－U的设置界面呢？其实很简单，双击下右角任务栏里的Tray Monitor小图标来启动SERV－U的管理界面。 <br /><img onmousewheel="return imgzoom(this);" onmouseover="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('/ddimg/uploadimg/20060430/1457350.jpg');}" src="http://www.souzz.net/ddimg/uploadimg/20060430/1457350.jpg" onload="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border="0" /><br /><b>                                 图1：修改安装的目录</b><br />     安装的时候只选前2项就可以了，后面的2个是说明和在线帮助文件。(见图2) <br /><img onmousewheel="return imgzoom(this);" onmouseover="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('/ddimg/uploadimg/20060430/1457351.jpg');}" src="http://www.souzz.net/ddimg/uploadimg/20060430/1457351.jpg" onload="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border="0" /></font>
				</span>
		</p>
		<p>
				<span style="FONT-SIZE: 12px; LINE-HEIGHT: 160%">
						<font face="Arial">
								<strong>图2：安装时候只需要选择前2项<br /></strong>    下图是生成的开始菜单组里的文件夹的名字，建议更改成比较不像SERV－U的名字，或者是删除该文件夹。(见图3) </font>
						<br />
						<img onmousewheel="return imgzoom(this);" onmouseover="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('/ddimg/uploadimg/20060430/1457352.jpg');}" src="http://www.souzz.net/ddimg/uploadimg/20060430/1457352.jpg" onload="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border="0" />
				</span>
		</p>
		<p>
				<span style="FONT-SIZE: 12px; LINE-HEIGHT: 160%">
						<strong>图3：更改安装后生成开始菜单组里文件夹的名字<br /></strong>   安装完成后会出现一个向导让你建立一个域和账号。在这里点Cancel取消向导。用向导生成的账号会带来一些问题，所以下面采用手工方式建立域和账号。(见图4) <br /><img onmousewheel="return imgzoom(this);" onmouseover="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('/ddimg/uploadimg/20060430/1457353.jpg');}" src="http://www.souzz.net/ddimg/uploadimg/20060430/1457353.jpg" onload="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border="0" /><br /><b>图4：点Cancel取消向导</b><br />    然后点选Start automatically(system service)前面的选项，接着点下边的Start Server按钮把SERV－U加入系统服务，这样就可以随系统启动了，不用每次都手工启动。(见图5) <br /><img onmousewheel="return imgzoom(this);" onmouseover="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('/ddimg/uploadimg/20060430/1457354.jpg');}" src="http://www.souzz.net/ddimg/uploadimg/20060430/1457354.jpg" onload="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border="0" /><br /><b>图5：把SERV－U加入服务</b><br />      接下来就会出现如图6的界面。通过点击Set/Change Password设置一个密码。 <br /><img onmousewheel="return imgzoom(this);" onmouseover="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('/ddimg/uploadimg/20060430/1457355.jpg');}" src="http://www.souzz.net/ddimg/uploadimg/20060430/1457355.jpg" onload="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border="0" /><br /><b>图6：点击Set/Change Password设置密码</b><br />     然后会出现如图7的界面。因为是第一次使用，所以是没有密码的，也就是说原来的密码为空。不用在old password里输入字符，直接在下面的New password和Repeat new password里输入同样的密码再点OK就可以了。这里建议设置一个足够复杂的密码，以防止别人暴力破解。自己记不得也没有关系，只要把ServUDaemon.ini里的LocalSetupPassword=这一行清除并保存，再次运行ServUAdmin.exe就不会提示你输入密码登录了。 <br /><img onmousewheel="return imgzoom(this);" onmouseover="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('/ddimg/uploadimg/20060430/1457356.jpg');}" src="http://www.souzz.net/ddimg/uploadimg/20060430/1457356.jpg" onload="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border="0" /><br /><b>    图7：设置和更改密码界面</b><br />     下面就到了该对SERV－U进行安全设置的时候了。首先建立一个WINDOWS账号SSERVU，密码也需要足够的复杂。密码要记住，如果记不住就暂时保存在一个文件里，一会儿还要用到。(见图8) <br /><img onmousewheel="return imgzoom(this);" onmouseover="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('/ddimg/uploadimg/20060430/1457357.jpg');}" src="http://www.souzz.net/ddimg/uploadimg/20060430/1457357.jpg" onload="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border="0" /><br /><b>图8：建立一个WINDOWS账号</b><br />        建好账号以后，双击建好的用户编辑用户属性，从“隶属于”里删除USERS组。 <br /><img onmousewheel="return imgzoom(this);" onmouseover="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('/ddimg/uploadimg/20060430/1457358.jpg');}" src="http://www.souzz.net/ddimg/uploadimg/20060430/1457358.jpg" onload="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border="0" /><br /><b>图9：从隶属于里删除USERS组</b></span>
		</p>
<img src ="http://www.cnitblog.com/netyaksa/aggbug/10485.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/netyaksa/" target="_blank">浙江博硕数据</a> 2006-05-14 14:15 <a href="http://www.cnitblog.com/netyaksa/archive/2006/05/14/10485.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>