06 2020 档案

摘要:## 原理 frp(fast reverse proxy)分为Server端和Client端,Server端安装在带有公网IP的服务器上,Client安装在内网环境但能上网的普通PC中。 流程: Server端提供一个bind_port端口,Client端提供remote_port端口和local 阅读全文
posted @ 2020-06-30 17:31 Feng1024 阅读(657) 评论(0) 推荐(0) 编辑
摘要:安装过程 Win10开启WSL,方法略 安装VSCode,方法略 安装语法提示插件:shellman 安装格式化插件:shell-format(右键 → 格式化文档(Ctrl + Alt + L)) 安装语法错误检查插件:shellcheck 安装插件:shellman、shell-format、s 阅读全文
posted @ 2020-06-25 00:32 Feng1024 阅读(6706) 评论(0) 推荐(2) 编辑
摘要:安装流程 安装Golang 安装Leanote 安装Mongodb 配置Leanote 初始化Mongodb数据 运行Leanote 安装Golang # 下载go1.14.4.linux-amd64.tar.gz,官网地址:http://golang.org (百度云有) 下载go1.14.4.l 阅读全文
posted @ 2020-06-18 12:51 Feng1024 阅读(547) 评论(0) 推荐(0) 编辑