How to Publish My Blog


博客流水线

博客流水线

Read more ⟶

2017 Gartner Magic Quadrant for Content Collaboration Platforms


本文是翻译之:https://www.gartner.com/doc/reprints?id=1-47KHUO6&ct=170725&st=sb。

Read more ⟶

PowerShell如何远程连接


  1. 在服务器上用管理员权限打开PowerShell终端

  2. 在PowerShell终端上执行Enable-PSRemoting,之后的确认操作,全部选是

  3. 在客户端上用管理员权限打开PowerShell终端

Read more ⟶

处理cwRsync运行错误


cwRsync 4.2在同步的时候会有错误:

uid 4294967295 (-1) is impossible to set on “/cygdriver/…”

或者

gid 4294967295 (-1) is impossible to set on “/cygdriver/…”

如果不想看到提示这些错误

1、可以在命令行加参数 --no-super

2、在服务器端的配置文件中添加:

Read more ⟶

如何在Windows上看电池寿命


  1. 右击【开始】菜单,选择【命令提示符(管理员)】

  2. 输入 cd c:\

  3. 输入 powercfg /batteryreport

  4. 输入 c:\battery-report.html,浏览器会显示文件内容

Read more ⟶