CPanel面板配置SSL证书

2月 7, 2016

生成CSR。 在购买及安装SSL证书之前,首先要在服务器上制作一个CSR文件。该文件中的公钥会用来生成私钥。 […]

Read the full article →

Apache安装SSL证书

2月 7, 2016

SSL证书是对服务器与服务器之间及服务器与用户之间传输的数据进行加密的一种数字证书。同时它也能确保根据用户的意 […]

Read the full article →

Git 获取远程所有分支

1月 20, 2016

git branch -r | grep -v ‘\->’ | while read remote; do g […]

Read the full article →

Git多帐号操作

1月 4, 2016

有时在本地remote pull push代码的时候,需要操作不同的Git的帐号,所以可以通过以下方法切换不同 […]

Read the full article →

简单高效的Markdown编辑器推荐:Typora

1月 4, 2016

Typora 是什么? Typora 是一款简单、高效而且非常优雅的 Markdown 编辑器,它提供了一种所 […]

Read the full article →

Windows下无法修复SD卡的解决办法

1月 1, 2016

用SD卡烧录Linux镜像之后,无法再windows里使用资源管理工具正常格式化SD卡,但是可以使用diskp […]

Read the full article →

将文件目录作为Webstorm项目打开

1月 1, 2016

将文件目录作为WebStorm项目打开 @echo off :: change the path below […]

Read the full article →

使用tcptraceroute跟踪TCP路由端口

12月 4, 2015

tcptraceroute 命令可以用TCP协议跟踪指定端口的路由,可以用于检测TCP端口阻断。 # 安装 t […]

Read the full article →

使用TCP协议的Ping测试

12月 3, 2015

PING是一种计算机网络工具,用来测试数据包能否透过IP协议到达特定主机。ping的运作原理是向目标主机传出一 […]

Read the full article →

ATOM 设置HTTP代理

12月 1, 2015

atom 使用package install安装相关依赖比较慢,有时候需要翻墙才能安装。 atom支持代理模式 […]

Read the full article →