会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
黄褐色的菊花怪
大大怪将军!!!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
18
下一页
2023年7月3日
K8S 部署seata 1.6.x高可用集群
摘要: 写在之前 seata 1.6 无法注册到nacos 配置中心 下面有说原因。 2023年7月2日 gshelldon写的博客。 大于 1.4版本之后,配置文件就不是用registry.conf了所以按照官方的文档搭建都是坑。 默认使用application.yml的配置文件进行管理。 都是坑!!!害
阅读全文
posted @ 2023-07-03 10:49 Gshelldon
阅读(872)
评论(0)
推荐(0)
2023年6月25日
主机端口流量异常分析
摘要: # iftop 工具 https://mp.weixin.qq.com/s/NYsE1Oe8G3IanMw1p9_GUA ## 1、安装工具 ```bash yum -y install iftop ``` ## 2、常用参数 ```bash -i 指定需要检测的网卡, 如果有多个网络接口,则需要注
阅读全文
posted @ 2023-06-25 21:31 Gshelldon
阅读(203)
评论(0)
推荐(0)
2023年6月16日
docker加速的配置
摘要: # docker 加速的配置 ```bash mkdir -p /etc/systemd/system/docker.service.d cat >> /etc/systemd/system/docker.service.d/http-proxy.conf << EOF [Service] Envi
阅读全文
posted @ 2023-06-16 15:31 Gshelldon
阅读(66)
评论(0)
推荐(0)
2023年5月9日
php:7-cli-apline安装mysql redis mongo扩展模块
摘要: apk add --no-cache build-dependencies build-base openssl-dev autoconf g++ libtool make curl-dev libxml2-dev linux-headers docker-php-ext-install -j 2
阅读全文
posted @ 2023-05-09 16:04 Gshelldon
阅读(54)
评论(0)
推荐(0)
2023年1月10日
英特尔服务器主板S5520HC BMC管理口连接方法
摘要: 英特尔服务器主板S5520HC BMC连接方法 https://www.manualshelf.com/manual/intel/s5520hc-1/server-management-guide/page-33.html 服务器配置 客户端连接 version ->help # 查看帮助 COMM
阅读全文
posted @ 2023-01-10 21:41 Gshelldon
阅读(713)
评论(0)
推荐(0)
根据overlay2 pid 找到容器
摘要: 有时候经常会有个别容器占用磁盘空间特别大,这个时候就需要通过docker overlay2 目录名查找对应容器名: 1.首先进入到 /var/lib/docker/overlay2 目录下,查看谁占用的较多 du -s ./* | sort -rn | more 2、查出所占用的大文件 3、再通过目
阅读全文
posted @ 2023-01-10 12:16 Gshelldon
阅读(198)
评论(0)
推荐(0)
2023年1月2日
容器时间Dockerfile
摘要: cat Dockerfile FROM prom/prometheus:latest # /usr/share/zoneinfo/Asia/Shanghai COPY Shanghai /etc/localtime ENV TIME_ZONE Asia/Shanghai
阅读全文
posted @ 2023-01-02 15:40 Gshelldon
阅读(32)
评论(0)
推荐(0)
2022年11月6日
LNMP 在docker中
摘要: 参考的镜像地址 迁移php的项目记得把数据库一起迁走。 https://dockerfile.readthedocs.io/en/latest/content/DockerImages/dockerfiles/php-nginx.html 创建配置目录 mkdir -p /opt/docker/et
阅读全文
posted @ 2022-11-06 19:23 Gshelldon
阅读(79)
评论(0)
推荐(0)
搭建ELK7.3上的企业级分布式监控报警系统ElastAlert(邮箱)
摘要: 感谢CSDN博主的博文。原始博文有问题,这里修改过。 原文链接:https://blog.csdn.net/weixin_38652136/article/details/106672218 https://blog.csdn.net/weixin_45015255/article/details/
阅读全文
posted @ 2022-11-06 15:39 Gshelldon
阅读(592)
评论(0)
推荐(0)
2022年11月5日
数据库常用操作记录
摘要: 1、mysqldump -B 在备份数据库的时候会在备份的语句中写入create database的语句,导回来的时候就不需要指定库了,在-B的后面可以添加多个库的名字。 --singe-transaction这个参数在innodedb引擎中独有,作用是在导出的时候不锁表导出数据,保证数据的一致性。
阅读全文
posted @ 2022-11-05 21:25 Gshelldon
阅读(139)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
18
下一页
公告