Rootop 服务器运维与web架构

2011-07-04
发表者 Venus
暂无评论

清除 远程桌面连接 信息

      我们经常用远程桌面维护服务器,远程桌面连接每次都会记录成功连接的远程IP或者域名信息,并将这些信息显示在连接地址输入框的下拉菜单里。这样一来当然为远程桌面连接的使用提供了方便,但是在无形之中也增加了安全隐患。   

  删除历史记录信息方法:

  运行regedit,依次定为到   

  HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Default   

  删除右边的键值(我们会看到它记录了IP或者域名信息)   

  另外最后一次连接的IP或者域名还是会显示在远程桌面连接的连接目标输入框上面,这个信息储存在“我的文档”下的“Default.rdp”文件中,删之即可。

2011-07-04
发表者 Venus
暂无评论

MSSQLSERVER连接局域网内的其它数据库服务器

       开发人员需要共享数据库,协同来开发程序,那么数据库要对所有人发布。

在每个人的客户端登陆数据库时:服务器名称 填写为:共享数据库的主机名或者是IP地址,如果工作在非1433端口上,那么需要在后面加一个“,”逗号,再跟着端口号。身份验证方式选择为:SQL Server 身份验证。然后用数据库内的账号登陆即可。

EG:

2011-07-03
发表者 Venus
暂无评论

PHP 5.3 (5.3.6) 下载地址及版本(VC6 VC9)选择

官网地址:www.php.net

windows版下载:http://windows.php.net/download/

推荐下载zip包

版本选择:

Which version do I choose?

If you are using PHP with Apache 1 or Apache2 from apache.org you need to use the VC6 versions of PHP

If you are using PHP with IIS you should use the VC9 versions of PHP

VC6 Versions are compiled with the legacy Visual Studio 6 compiler

VC9 Versions are compiled with the Visual Studio 2008 compiler and have improvements in performance and stability. The VC9 versions require you to have the Microsoft 2008 C++ Runtime (x86) or the Microsoft 2008 C++ Runtime (x64) installed

Do NOT use VC9 version with apache.org binaries

VC9 versions of Apache can be fetched at Apache Lounge. We use their binaries to build the Apache SAPIs.

2011-07-01
发表者 Venus
暂无评论

Do you have a strange power saving mode enabled

Uhhuh. NMI received for unknown reason 21.
Dazed and confused, but trying to continue
Do you have a strange power saving mode enabled?

拷贝了一台虚拟机,启动时报如上的错误。问题查找中··· ···

之前虚拟机是在Inter CPU中安装的,现在的笔记本是AMD的,网上看见说跟内核有关系,难道是换了U的问题?还有的说是内存的问题。