摘要: error: command '/usr/bin/gcc' failed with exit code 1 error: #error This file requires compiler and library support for the ISO C++ 2011 standard. Thi 阅读全文
posted @ 2022-12-02 11:10 QQQnull 阅读(25) 评论(0) 推荐(0) 编辑
摘要: foreach ($n in (get-appxpackage).packagefamilyname) {checknetisolation loopbackexempt -a -n="$n"} 阅读全文
posted @ 2022-01-28 12:41 QQQnull 阅读(47) 评论(0) 推荐(0) 编辑
摘要: https://docs.python.org/zh-cn/3.7/library/typing.html https://www.python.org/dev/peps/pep-0483/ https://www.python.org/dev/peps/pep-0484/ 阅读全文
posted @ 2021-02-03 09:20 QQQnull 阅读(85) 评论(0) 推荐(0) 编辑
摘要: _bz2 build Failed 在使用从源码构建的bzip2时,若出现如下错误 building '_bz2' extension gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall 阅读全文
posted @ 2021-01-28 15:44 QQQnull 阅读(278) 评论(0) 推荐(0) 编辑
摘要: #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #error_log "pipe:rollba 阅读全文
posted @ 2020-12-22 10:19 QQQnull 阅读(183) 评论(0) 推荐(0) 编辑
摘要: openstackclient启动顺序 在openstackclient.shell:main openstackclient.shell.OpenStackShell.init() osc_lib.shell.OpenStackShell.__init__() cliff.app.App.__in 阅读全文
posted @ 2020-12-08 09:51 QQQnull 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 在/etc/ssh/ssh_config中添加远程服务器支持的cipher 如Ciphers aes128-cbc,3des-cbc,aes128-ctr 连接时指定ssh配置文件 from pexpect import pxssh client = pxssh.pxssh() clinet.log 阅读全文
posted @ 2020-03-12 17:45 QQQnull 阅读(226) 评论(0) 推荐(0) 编辑
摘要: yum install readline readline-devel readline-static -y yum install openssl openssl-devel openssl-static -y yum install sqlite-devel -y yum install bzi 阅读全文
posted @ 2020-03-05 15:05 QQQnull 阅读(437) 评论(0) 推荐(0) 编辑
摘要: 0x01安装依赖 yum install -y socat logrotate 0x02安装erlang https://github.com/rabbitmq/erlang-rpm 0x03安装rabbitmq https://www.rabbitmq.com/install-rpm.html#d 阅读全文
posted @ 2020-02-22 21:52 QQQnull 阅读(106) 评论(0) 推荐(0) 编辑
摘要: vSphere Web Service API:https://code.vmware.com/apis/358/vsphere/doc/index-all_types.html 阅读全文
posted @ 2019-04-25 15:48 QQQnull 阅读(302) 评论(0) 推荐(0) 编辑