上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 22 下一页
摘要: 0.官方文档 https://gofrp.org/docs/overview/ 1.frp简介 frp 是一个专注于内网穿透的高性能的反向代理应用,支持 TCP、UDP、HTTP、HTTPS 等多种协议。可以将内网服务以安全、便捷的方式通过具有公网 IP 节点的中转暴露到公网。 2.环境配置 云服务 阅读全文
posted @ 2023-03-02 17:10 Leonardo-li 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 一、说明 1.OpenVpn介绍VPN直译就是虚拟专用通道,是提供给企业之间或者个人与公司之间安全数据传输的隧道,OpenVPN无疑是Linux下开源VPN的先锋,提供了良好的性能和友好的用户GUI;同时为了解决疫情期间远程办公难的问题,本文介绍的是如何部署openvpn以及怎样通过ldap做认证。 阅读全文
posted @ 2023-02-03 17:45 Leonardo-li 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 1.报错日志 library initialization failed - unable to allocate file descriptor table - out of memory/cm-server/aiboxCloud-web/boot/entrypoint.sh: line 2: 6 阅读全文
posted @ 2023-01-12 17:27 Leonardo-li 阅读(5366) 评论(0) 推荐(2) 编辑
摘要: 1.服务器 192.168.1.240 es1 192.168.1.125 es2 192.168.1.141 es3 2.es镜像自行下载 3.es配置文件 #es1 [root@wx-host-0029 config]# cat elasticsearch.yml # 集群名称 cluster. 阅读全文
posted @ 2023-01-09 17:45 Leonardo-li 阅读(1011) 评论(0) 推荐(0) 编辑
摘要: prometheus有告警产生,但是发送邮件失败: docker logs -f alertmanager --tail 100 问题1: level=warn ts=2023-01-01T15:34:53.207Z caller=notify.go:724 component=dispatcher 阅读全文
posted @ 2023-01-09 14:02 Leonardo-li 阅读(1715) 评论(0) 推荐(0) 编辑
摘要: 1.docker离线部署参考文档 https://codeleading.com/article/9515573273/ 2.docker离线包下载地址 http://mirrors.aliyun.com/docker-ce/linux/static/stable/x86_64/ 3.部署步骤 # 阅读全文
posted @ 2023-01-05 11:51 Leonardo-li 阅读(1560) 评论(0) 推荐(0) 编辑
摘要: 1.麒麟v10镜像下载 Kylin-Server-10-SP2-x86-Release-Build09-20210524.iso 链接:https://pan.baidu.com/s/1p8HviWKcVZSOhNaCQ1XYtg?pwd=g3u2 提取码:g3u2 2.安装参考文档: https: 阅读全文
posted @ 2022-12-27 14:25 Leonardo-li 阅读(8070) 评论(0) 推荐(0) 编辑
摘要: 背景: 安装kylin v10操作系统,在执行系统盘配置的时候报错 报错: 在partition中使用xfs文件系统时,sda没有足够的空间可以让grub2嵌入core.img 原因: 磁盘中有冗余的挂载或者数据,需要删除,但删除之后手动挂载仍然无法完成,只能自动挂载并且分区。 解决: 选择自动挂载 阅读全文
posted @ 2022-12-26 17:44 Leonardo-li 阅读(196) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bashfunction get_json(){ echo "${1//\"/}" | sed "s/.*$2:\([^,}]*\).*/\1/" } function deal_json(){ cmd="curl -s http://127.0.0.1:28888/aibox/ser 阅读全文
posted @ 2022-12-07 16:03 Leonardo-li 阅读(2670) 评论(0) 推荐(0) 编辑
摘要: #永久添加指定的端口策略 firewall-cmd --zone=public --add-port=80/tcp --permanent #永久删除指定的端口策略 firewall-cmd --zone=public --remove-port=80/tcp --permanent #永久删除指定 阅读全文
posted @ 2022-12-07 14:51 Leonardo-li 阅读(65) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 22 下一页