9394952

导航

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 32 下一页

2020年1月22日 #

jenkins笔记

摘要: 1、发邮件给构建者 首先需要安装user build vars插件,https://wiki.jenkins.io/display/JENKINS/Build+User+Vars+Plugin 在配置项目时,须勾选:构建环境->Set jenkins user build variables 这样就 阅读全文

posted @ 2020-01-22 10:15 9394952 阅读(187) 评论(0) 推荐(0)

2019年12月27日 #

让open-v.p.n.自启动的命令笔记(windows)

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2019-12-27 09:21 9394952 阅读(0) 评论(0) 推荐(0)

新版open-v.p.n for pc使用旧证书问题的处理

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2019-12-27 09:19 9394952 阅读(2) 评论(0) 推荐(0)

2019年12月23日 #

opnwrt安装asterisk笔记

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2019-12-23 16:08 9394952 阅读(15) 评论(0) 推荐(0)

偶然发现的几个OPENWRT工具安装包

摘要: https://rychly.gitlab.io/openwrt-packages/ 有心人已经打好包了,下载拿用 例如:dropbrute https://rychly.gitlab.io/openwrt-packages/releases/18.06.2/packages/mips_24kc/c 阅读全文

posted @ 2019-12-23 14:33 9394952 阅读(2354) 评论(0) 推荐(0)

2019年12月14日 #

meibu ddns update command

摘要: IPV4的: http://main.meibu.com/ip/login.asp?name=[USERNAME]&pwd=[PASSWORD] IPV6的: http://ipv6.meibu.com/ipv6.asp?id=123&name=[DOMAIN]&pwd=[PASSWORD]&ipv 阅读全文

posted @ 2019-12-14 16:56 9394952 阅读(197) 评论(0) 推荐(0)

2019年12月13日 #

关于在openwrt上安装openvpn server的旧笔记

摘要: 参考文献:http://www.openwrt.org.cn/bbs/forum.php?mod=viewthread&tid=365 http://translate.google.com/translate?hl=zh-CN&sl=zh-CN&tl=en&u=http%3A%2F%2Fwiki. 阅读全文

posted @ 2019-12-13 13:32 9394952 阅读(1) 评论(0) 推荐(0)

记录openvpn中证书的作用

摘要: 文件名谁需要作用是否需保密 ca.crt 服务器 + 所有客户端 根CA证书 NO ca.key 密钥签名机 根CA密钥 YES dh{n}.pem 服务器 迪菲·赫尔曼参数 NO server.crt 服务器 服务器证书 NO server.key 服务器 服务器密钥 YES client1.cr 阅读全文

posted @ 2019-12-13 13:30 9394952 阅读(2) 评论(0) 推荐(0)

centos6.9出现openvpn:error=certificate signature failure的处理

摘要: 原因: 将原来openwrt上用的证书复制到centos 6.9后,客户端都连不上了,查了服务器log,出现是error=certificate signature failure错误。 处理方法见帖:https://www.centos.org/forums/viewtopic.php?t=621 阅读全文

posted @ 2019-12-13 13:28 9394952 阅读(0) 评论(0) 推荐(0)

nginx笔记

摘要: 1、直接返回来访IP location /ip { default_type text/plain; return 200 $remote_addr; } 2、流转发及写日志、开启websocket: log_format stream '$remote_addr ($remote_user) $t 阅读全文

posted @ 2019-12-13 10:56 9394952 阅读(85) 评论(0) 推荐(0)

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 32 下一页