es安装部署


maven私服-nexus3安装

运维 

私服是指私有服务器,是架设在局域网的一种特殊的远程仓库,目的是代理远程仓库及部署第三方构建。 Nexus是一个强大的Maven仓库管理器,它极大地简化了本地内部仓库的维护和外部仓库的访问。

maven多模块打包

运维 

dockerfile

运维 

docker-基础

运维 

ubuntu安装执行appIamge文件失败

运维 

AppImages require FUSE to run. You might still be able to extract the contents of this AppImage if you run it with the --appimage-extract option. See https://github.com/AppImage/AppImageKit/wiki/FUSE for more information

docker可视化-portainer

运维 

docker可视化-portainer汉化安装

nginx-try_files

运维 

1.try_files的语法规则:     格式1:try_files file ... uri; 格式2:try_files file ... =code;     可应用的上下文:server,location段 2.try_files的语法解释: Checks the existence of

frp使用和配置

运维 

自建内网穿透frp的使用和配置

docker-compose

运维 

Compose 是用于定义和运行多容器 Docker 应用程序的工具。通过 Compose,您可以使用 YML 文件来配置应用程序需要的所有服务。然后,使用一个命令,就可以从 YML 文件配置中创建并启动所有服务。