Privoxy 是具有高级过滤功能的非缓存 Web 代理(同类软件里分缓存和非缓存两种),可增强隐私性。Privoxy 常常作为一个辅助的流量转发模块,工作于操作系统代理接口和 SOCKS5 代理服务接口之间,将本地 HTTP 流量转发到本地或远端 SOCKS5 服务器,从而让 Web 应用可以直接使用 SOCKS5 代理且不需要任何设置,被广泛应用在各种连接国际网络的工具里。
I released the XTransmit 0.5.3, the initial version number is 0.5.0, After a small update and some improvements, it is upgraded to 0.5.3. The last number (19142) of the version number is only related to Build, it changes every time Build, there is no other meaning.
我发布了 XTransmit 0.5.3 版本,版本号初始设置是 0.5.0 经过小幅更新和一些完善即升级到了 0.5.3。版本号的最后一个数字(19142)只和 Build 有关,每次 Build 都会变化,没有其他意义。
Hugo 生成的站点默认位于站点路径下的 public 文件夹,即 site-path\public
。在站点路径下新建一个用于部署的文件夹,如 site-path\.deploy
,这个文件夹下包含 PowerShell 部署脚本 deploy.ps1
和 Git 仓库 git-repo
。hugo server 生成站点后执行 deploy.ps1
即可自动复制新生成的站点文件到仓库并且推送到远端 Git 服务器。