Ubuntu 16.04 upgrade docker and docker-compose

4月 30, 2016

Ubuntu 16.04 upgrade docker and docker-compose script # […]

Read the full article →

升级Node到V6

4月 28, 2016

mac下使用brew升级node brew update brew upgrade node npm inst […]

Read the full article →

Ubuntu 16.04 添加Swap分区

4月 7, 2016

Swap是Linux上的内存分区,有时候内存不够用,可以增加一个交换分区缓解下内存不足的情况。 检查系统已有的 […]

Read the full article →

Git: You have not concluded your merge (MERGE_HEAD exists) 解决办法

3月 4, 2016

使用git pull origin master, 出现以下错误: You have not conclude […]

Read the full article →

MongoDB OperationFailed: Sort operation used more than the maximum bytes of RAM

2月 28, 2016

问题:MongoDB: OperationFailed: Sort operation used more t […]

Read the full article →

Proxifier 全局代理工具

2月 11, 2016

Proxifier 仅支持mac和windows,官方地址:http://www.proxifier.com/ […]

Read the full article →

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 →