按月份归档:2 月 2017

Mac上远程桌面连接Windows Server 2012 R2

在将一台服务器的操作系统由Windows Server 2012升级为Windows Server 2012 R2之后,在Mac电脑上用微软的远程桌面软件怎么也连不上服务器,错误信息如下:

Remote Desktop Connection cannot verify the identity of the computer that you want to connect to.
Try reconnecting to the Windows-based computer, or contact our administrator.

而在Windows电脑上可以正常用远程桌面连上。

后来在superuser网站上找到了解决方法, 需要在Windows Server 2012 R2服务器上通过组策略个性远程桌面服务的安装设置。

实际采用的解决方法如下:

  • 开始->运行,输入gpedit.msc,打开组策略编辑器
  • 进入Computer Configuration->Administrative Templates->Windows Components->Remote Desktop Services->Remote Dekstop Session Host->Security
  • 打开”Require use of specific security layer for remote desktop (RDP) connection”的设置,将其设置为Enabled,并且在Options中将Security Layer设置为RDP。

注:在控制面板的Remote settings中,取消”Allow connections only from computers running Remote Desktop with Network Level Authentication”的选择,等同于上面的将Security Layer设置为RDP。

如何进行wordpress的手动更新呢?

第一:毫无疑问就是备份旧版wordpress资料,包括数据库和服务器内的文件。

第二:从WP中文官网下载最新版WordPress,下载完毕解压到你电脑上。

第三:删除博客主机上的wp-includes和wp-admin目录。

第四:将解压在本地电脑的wordpress文件夹中除了wp-content目录外的所有文件都上传并覆盖到你博客主机相对应的位置。

第五:执行升级步骤,运行http://你的博客地址/wp-admin/upgrade.php,将你的博客地址填入路径中执行升级程序。