上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 18 下一页
摘要: 先看一个实例 Destination Gateway Genmask Flags Metric Ref Use Iface default 204.13.154.1 0.0.0.0 UG 0 0 0 eth0 172.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 docker 阅读全文
posted @ 2024-01-12 10:53 学不会xuebuhui 阅读(71) 评论(0) 推荐(0)
摘要: 本次docker compsoe 方式部署的可道云使用三个服务 话不多说先上docker-compose.yml,着急的直接docker compose up -d运行 注意我再/root/目录下创建了kedaocloud文件夹,你要自己修改别忘了修改下面的配置文件 version: '3.5' s 阅读全文
posted @ 2024-01-10 15:35 学不会xuebuhui 阅读(628) 评论(0) 推荐(0)
摘要: 官方网站 https://nginxproxymanager.com/ 步骤 所有步骤按照官方配置来即可,我们直接get started 使用docker compose方式安装 我们创建一个文件夹,直接进去 新建doker-compose.yml配置文件,然后写入以下内容,注意80端口和443端口 阅读全文
posted @ 2024-01-10 10:07 学不会xuebuhui 阅读(1373) 评论(0) 推荐(0)
摘要: 摘要 域名证书申请通常用certbot和acme.sh https://zhuanlan.zhihu.com/p/347064501 两种 acme.sh 安装 curl https://get.acme.sh | sh 或者 wget -O - https://get.acme.sh | sh 本 阅读全文
posted @ 2024-01-09 15:54 学不会xuebuhui 阅读(268) 评论(0) 推荐(0)
摘要: 下载openwrt固件 按照你得需求选择 官方原版 https://downloads.openwrt.org/releases/ 路径是 istore https://fw.koolcenter.com/iStoreOS/ 解压然后v2v格式转换 将下载的固件tar.gz先解压出img 选grow 阅读全文
posted @ 2024-01-09 11:22 学不会xuebuhui 阅读(507) 评论(0) 推荐(0)
摘要: 背景 lede openwrt固件端口转发设置不生效 解决办法 只需要设置端口转发,不需要设置其他规则和nat 如果还是不行,重启openwrt或者设置wan口的入栈规则为全部接受然后重启 阅读全文
posted @ 2024-01-08 17:10 学不会xuebuhui 阅读(3159) 评论(0) 推荐(0)
摘要: 背景 单网卡主机,主路由使用lede的openwrt,wan口是外部网口,虚拟机交换机创建一个内部网络,桥接网络,主机和虚拟机通信的,然后还有一个vm的虚拟网卡是232网段,openwrt的lan口是1网段,现在想让两个都可以上外网 步骤 我现在是ledeopenwrt做主路由,然后istore接到 阅读全文
posted @ 2024-01-08 14:20 学不会xuebuhui 阅读(1351) 评论(0) 推荐(0)
摘要: 背景 电脑可以通过代理上网,访问国外网址,想让手机通过热点走代理,而且由于手机,switch等设备通过电脑的热点连接是直接转发到电脑网卡的,无法经过代理,所以需要在手机,switch这些设备上进行代理设置,让它们直接走代理的端口。 总结就是,手机端需要设置直接发到代理端口, 实现 阅读全文
posted @ 2024-01-05 11:16 学不会xuebuhui 阅读(1015) 评论(0) 推荐(0)
摘要: 实现本地nginx ip+ssl的访问 注意openssl和ssh-keygen的区别 ~~## 生成私钥文件 openssl genrsa -des3 -out localhost.key 2048 去除口令,否则启动nginx时需要密码 openssl rsa -in localhost.key 阅读全文
posted @ 2023-12-29 18:01 学不会xuebuhui 阅读(456) 评论(0) 推荐(0)
摘要: 要在 Docker 容器和主机之间进行文件拷贝,可以使用 docker cp 命令。下面是一些示例用法: 从主机拷贝文件到容器: docker cp /path/to/local/file.txt container_name:/path/in/container/file.txt 从容器拷贝文件到 阅读全文
posted @ 2023-12-26 10:30 学不会xuebuhui 阅读(155) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 18 下一页
Language: javascript //图片预览