上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: 官方说明:https://github.com/pirate/wireguard-docs#NAT-to-NAT-Connections 具体请参考: https://anyisalin.github.io/2018/11/21/fast-flexible-nat-to-nat-vpn-wiregu 阅读全文
posted @ 2021-01-21 17:25 jonnyan 阅读(1804) 评论(0) 推荐(0)
摘要: docker image prune -a --filter "until=$(date +'%Y-%m-%dT%H:%M:%S' --date='-15 days')" 阅读全文
posted @ 2021-01-21 10:35 jonnyan 阅读(2137) 评论(0) 推荐(0)
摘要: 0x0001 from multiprocessing import Process from time import sleep def f(time): sleep(time) print(time) def run_with_limited_time(func, args, kwargs, t 阅读全文
posted @ 2021-01-19 15:08 jonnyan 阅读(1279) 评论(0) 推荐(0)
摘要: 备忘,安装回来浪费了2个多小时~~~ 型号:红米K30 MIUI版本:12.1 稳定版 Android版本:Android 11 2021年01月23日补充: 经过几天的陆续测试,我已经找到上述机型的完美解决方案,如果需要可私信我or邮件至:coorhook@gmail.com,付费付费!!![下方 阅读全文
posted @ 2021-01-15 09:45 jonnyan 阅读(11767) 评论(0) 推荐(0)
摘要: 备忘 问题描述 VERIFY ERROR: depth=0, error=CRL has expired: CN=xxxxx Sun Jan 10 10:34:21 2021 x.x.x.x:12853 OpenSSL: error:14089086:SSL routines:ssl3_get_cl 阅读全文
posted @ 2021-01-10 10:52 jonnyan 阅读(15) 评论(0) 推荐(0)
摘要: 解决: apk add apk add --no-cache tzdata g++ gcc unixodbc-dev freetds-dev 报错: 安装pymssql的时候报错: #include "sqlfront.h" ^ compilation terminated. error: comm 阅读全文
posted @ 2021-01-07 15:10 jonnyan 阅读(651) 评论(1) 推荐(1)
摘要: 1.python3.3之前 安装虚拟环境包: pip install virtualenv 创建虚拟环境: $ virtualenv -p /usr/bin/python2.7 –-no-site-packages my_venv ## -p 指定解释器版本 ## --no-site-package 阅读全文
posted @ 2021-01-07 14:24 jonnyan 阅读(120) 评论(0) 推荐(0)
摘要: 1.效果预览 https://how-to-use-sphinx-write.readthedocs.io/zh_CN/latest/ 2.安装 2.1准备 安装之前假设你已经安装好了python3 sphinx版本:3.4 以下以Linux命令为主,window可以手动创建目录,然后在cmd执行p 阅读全文
posted @ 2020-12-29 17:19 jonnyan 阅读(2260) 评论(2) 推荐(0)
摘要: 1.服务端配置 [root@centos-151 ~]# yum install chrony [root@centos-151 ~]# vim /etc/chrony.conf # 添加如下1行 server s1b.time.edu.cn iburst # 解注释并修改如下2行 allow 19 阅读全文
posted @ 2020-12-28 15:49 jonnyan 阅读(405) 评论(0) 推荐(0)
摘要: 备忘 **本节知识点:**建议学习和理解并掌握iptables/route运行原理和机制. 一、网络三层NAT配置方法(linux主机)[推荐] 假设zerotier虚拟局域网的网段是192.168.88.0 局域网A 192.168.1.0 局域网B 192.168.2.0 (如果需要互联)在局域 阅读全文
posted @ 2020-12-22 20:32 jonnyan 阅读(26762) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 10 下一页