https://blog.csdn.net/zgy621101/article/details/7929877 …
作者存档:phpor
curl https://github.com SSL connect error
问题:
1 2 |
# curl https://github.com curl: (35) SSL connect error |
分析: tcpdump …
windows 系统升级后的windows.old 如何删除
删除前: 其中windows.old 有 5G+ rbd 信息: 使 …
libvritd 配置 rbd存储池
搭建openstack时,配置好rbd后,我们并没有在virsh pool-list 时看到一个存储池,但是如 …
不太优秀的dockerd
下面的dockerd占用了5G的内存+2.6G的swap,管理几个容器需要这么多的资源吗?一定是哪里有bug? …
docker stop 卡死的问题
场景: 宿主机信息:
1 2 |
# uname -a Linux VM-2-10-12 3.10.0-514.6.1.el7.x86_64 #1 SMP Wed Jan 18 13:06:36 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux |
docker信息: [ …
ceph health 之 status & overall_status
缘起: 为什么我执行ceph health时都是HEALTH_OK,但是搭建了Prometheus+grafa …
bash 对单行中的单词进行排序
排序一般使用sort命令,但是,sort命令是基于行的: [crayon-67422ee091e5a83398 …
The headers we don’t want
https://www.fastly.com/blog/headers-we-dont-want/ 不建议的h …
Shell Style Guide
https://google.github.io/styleguide/shell.xml 建议的bash风格 …