文章分类 - 运维
摘要:installation https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#_stop_and_remove_the_cluster connect https://www.elastic.co/g
阅读全文
摘要:https://javaguide.cn/java/jvm/jvm-in-action.html
阅读全文
摘要:无线路由器 无线路由器的 【AP模式】 后面需要交换机 实现 无线 接入 上级路由器的有线网络 无线路由器的 【桥接模式】 把 有线 或 无线 接入 上级路由器的无线网络
阅读全文
摘要:ES8 参考文档:https://www.elastic.co/guide/en/elasticsearch/reference/8.14/elasticsearch-intro.html Java API Client: https://www.elastic.co/guide/en/elasti
阅读全文
摘要:Let’s Encrypt 免费 自动续订 证书 https://letsencrypt.org/ yum install epel yum install certbot python3-certbot-nginx certbot --nginx -d yourdomain.com -d www.
阅读全文
摘要:FRP 内网穿透 frp 对外https 对内http 使用 FRP(Fast Reverse Proxy) 实现对外提供 HTTPS 服务,而对内服务仍然是 HTTP,是一种常见的场景。通过这种方式,可以在内网服务无需直接支持 HTTPS 的情况下,通过 FRP 的转发能力为外部提供加密访问。 实
阅读全文
摘要:https://cloud.tencent.com/developer/article/2108590 ./load_images.sh
阅读全文
摘要:https://blog.csdn.net/Taiyii/article/details/126760467
阅读全文
摘要:GOOD https://www.bilibili.com/video/BV1MT411x7GH/?spm_id_from=333.337.search-card.all.click https://www.bilibili.com/video/BV1Ue4y1278K/?spm_id_from=3
阅读全文
摘要:https://www.bilibili.com/video/BV1SG4y1T7zr?p=44&spm_id_from=pageDriver&vd_source=f0af7e8672950f05b84e56e88f09f32c
阅读全文
摘要:设置默认Java版本 CentOS 8系统上安装了多个Java版本,则可以使用替代系统来设置在终端中键入Java时将使用哪个Java版本。 要检查将哪个Java版本设置为默认版本,请键入: java -version 如果要更改默认版本,请使用Alternatives命令: sudo alterna
阅读全文
摘要:主机名 hostnamectl set-hostname node1
阅读全文
摘要:控制台输出中文乱码解决-Dfile.encoding=utf-8
阅读全文
摘要:yum 依赖 python3 超实用卸载python3 1、卸载python3rpm -qa | grep python3 | xargs rpm -ev --allmatches --nodeps 卸载pyhton3 2、whereis python3 |xargs rm -frv 删除所有残余文
阅读全文
摘要:rpm 安装 systemctl start elasticsearch systemctl stop elasticsearch memory config /etc/elasticsearch/jvm.options.d/mem.options ik 插件安装 拷贝到 /usr/share/el
阅读全文
摘要:try_files 语法:try_files file … uri;或 try_files file … = code; 默认值:无 作用域:server location 语法解释: 官方:Checks the existence of files in the specified order a
阅读全文
摘要:可以下载历史版本 https://nodejs.org/en 安装指导 https://github.com/nodejs/help/wiki/Installation 问题:gyp ERR! stack Error: EACCES: permission denied, mkdir问题解决方案 s
阅读全文
摘要:启动 broker 失败 vim bin/runbroker.sh JAVA_OPT="${JAVA_OPT} -server -Xms8g -Xmx8g" rocket mq 用户名密码访问 1、在rocket mq 的conf/broker.conf文件新增一行aclEnable=true2、在
阅读全文
摘要:https://developer.aliyun.com/mirror/
阅读全文