上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 56 下一页

基于Mesos和Docker的分布式计算平台

摘要: 基于Mesos和Docker的分布式计算平台 http://www.csdn.net/article/2015-06-09/2824906 阅读全文
posted @ 2016-04-29 14:44 szllq2000 阅读(162) 评论(0) 推荐(0)

docker desktop

摘要: https://github.com/rogaha/docker-desktop http://blog.csdn.net/tinylab/article/details/45443563 阅读全文
posted @ 2016-04-27 21:32 szllq2000 阅读(258) 评论(0) 推荐(0)

puppeteer,webdriverio, chrome webdriver

摘要: http://www.r9it.com/20171106/puppeteer.html Puppeteer 至少需要 Node v6.4.0,如要使用 async / await,只有 Node v7.6.0 或更高版本才支持 http://www.cnblogs.com/Stephending/p 阅读全文
posted @ 2016-04-27 15:11 szllq2000 阅读(566) 评论(0) 推荐(0)

docker zabbix

摘要: --(use the latest zabbix docker images)-https://hub.docker.com/r/monitoringartist/zabbix-3.0-xxl/ https://github.com/monitoringartist/zabbix-xxl (zabb 阅读全文
posted @ 2016-04-27 11:05 szllq2000 阅读(415) 评论(0) 推荐(0)

docker logspout

摘要: https://hub.docker.com/r/jplock/rsyslog/ docker pull jplock/rsyslog:8.2.2 docker run -d -p 514:514 jplock/rsyslog:8.2.2 https://github.com/gliderlabs/ 阅读全文
posted @ 2016-04-27 09:20 szllq2000 阅读(484) 评论(0) 推荐(0)

openvas-tutorial-for-beginners

摘要: https://jonathansblog.co.uk/openvas-tutorial-for-beginners 阅读全文
posted @ 2016-04-26 18:11 szllq2000 阅读(116) 评论(0) 推荐(0)

https nginx openssl 自签名

摘要: 公私钥:公钥可以唯一解密私钥加密过的数据,反之亦然。以下用P指代公钥,V指代私钥。SSL过程:需要两对公私钥(P1,V1),(P2,V2),假设通信双方是A和B,B是服务器,A要确认和它通信的是B:A->B: helloB->A: 用V2加密过的P1(即用户证书,A就用P2解密出P1)A->B: o 阅读全文
posted @ 2016-04-26 14:06 szllq2000 阅读(371) 评论(0) 推荐(0)

git github usage

摘要: 以gerrit-trigger-plugin为例,下面的链接都是从相应页面上直接拷贝的。 法一:不用github的账号,打开这个库在github上的主页,运行下面命令即可 read only 运行命令$Git clone https://github.com/jenkinsci/gerrit-tri 阅读全文
posted @ 2016-04-26 11:20 szllq2000 阅读(194) 评论(0) 推荐(0)

Docker Metasploit Framework

摘要: https://hub.docker.com/r/usertaken/metasploit-framework/ docker pull usertaken/metasploit-framework Latest Nmap and Metasploit Framework from GitHub w 阅读全文
posted @ 2016-04-26 09:32 szllq2000 阅读(319) 评论(0) 推荐(0)

docker postgres

摘要: 启动一个 Postgres 实例 这个镜像会导出 Postgres 的 5432 端口, 因此通过标准的link机制就可以方便的访问 Postgres 数据库实例。 容器启动时会通过initdb自动创建默认的 postgres用户和数据库。 数据库postgres是可以被用户,工具和第三方应用程序访 阅读全文
posted @ 2016-04-26 09:12 szllq2000 阅读(2193) 评论(0) 推荐(1)
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 56 下一页