摘要:
1.Ubuntu image http://blog.csdn.net/jb80400812/article/details/7000122 http://blog.chinaunix.net/uid-26527046-id-3701516.html 2.Centos image http://do 阅读全文
posted @ 2017-06-30 10:01
Hi,云计算!
阅读(213)
评论(0)
推荐(0)
摘要:
1.Override kernel module https://www.centos.org/forums/viewtopic.php?f=13&t=53002 2. support SO_REUSEPORT option http://xiaorui.cc/2015/12/02/%E4%BD%B 阅读全文
posted @ 2017-06-30 09:57
Hi,云计算!
阅读(159)
评论(0)
推荐(0)
摘要:
1. W: GPG error: http://extras.ubuntu.com trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PU 阅读全文
posted @ 2017-06-30 09:55
Hi,云计算!
阅读(165)
评论(0)
推荐(0)
摘要:
1.操作log git reflog 2.合并最后一次提交: $ git reset --soft HEAD^1 $ git commit --amend 3.合并多个提交 合并 branch A上的n个提交到branch B git merge --squash A 4.rebase 依赖分支 g 阅读全文
posted @ 2017-06-30 09:45
Hi,云计算!
阅读(295)
评论(0)
推荐(0)
摘要:
单元测试 构建测试环境 sudo apt-get install build-essential libssl-dev libffi-dev python-dev libevent-dev http://ronaldbradford.com/blog/running-openstack-tests- 阅读全文
posted @ 2017-06-30 09:41
Hi,云计算!
阅读(245)
评论(0)
推荐(0)