摘要: 下载 https://www.openssl.org/source/openssl-1.1.1u.tar.gz 安装 tar -zxf openssl-1.1.1u.tar.gz cd openssl-1.1.1u/ yum install -y gcc ./config --prefix=/usr 阅读全文
posted @ 2023-07-07 12:00 JeromePowell 阅读(480) 评论(0) 推荐(0) 编辑
摘要: 知乎UP: https://www.zhihu.com/people/qsy-90-12 选购建议: https://zhuanlan.zhihu.com/p/163819638 https://www.zhihu.com/tardis/bd/ans/1789236852 https://www.z 阅读全文
posted @ 2023-07-07 11:40 JeromePowell 阅读(64) 评论(0) 推荐(0) 编辑
摘要: Dockerfile ARG VERSION FROM docker.elastic.co/elasticsearch/elasticsearch:${VERSION} AS Baseline FROM openjdk:17-jdk-buster ARG VERSION ARG HTTP_PROXY 阅读全文
posted @ 2023-07-07 11:07 JeromePowell 阅读(67) 评论(0) 推荐(0) 编辑
摘要: yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate \ docker-engine 阅读全文
posted @ 2023-07-07 11:00 JeromePowell 阅读(5) 评论(0) 推荐(0) 编辑
摘要: .env # Password for the 'elastic' user (at least 6 characters) ELASTIC_PASSWORD=elastic@password # Password for the 'kibana_system' user (at least 6 c 阅读全文
posted @ 2023-07-07 10:54 JeromePowell 阅读(26) 评论(0) 推荐(0) 编辑