posts - 299,comments - 31,views - 61万
摘要: 使用本地安全策略(Local Security Policy)1. 打开本地安全策略•按 Win + R 打开运行对话框,输入 secpol.msc,然后按回车。2. 配置用户权限分配•在左侧导航栏中,展开“本地策略”->“用户权限分配”。•在右侧窗格中,双击“拒绝本地登录”或“拒绝通过远程桌面服务 阅读全文
posted @ 2025-01-21 16:56 小油2018 阅读(37) 评论(0) 推荐(0) 编辑
摘要: TPS、QPS、CPS概念 一、TPS TPS【TransactionPerSecond】,事务数/秒。它是软件测试结果的测量单位。一个事务是指一个客户机向服务器发送请求然后服务器做出反应的过程。客户机在发送请求时开始计时,以此来计算使用的时间和完成的事务个数。 二、QPS QPS【Queries 阅读全文
posted @ 2025-01-06 10:35 小油2018 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 环境: 自建rabbitmq 管理页http://47.98.15x.xx:15672/ 数据:47.98.15x.xx:5672 云rabbitmq实例 数据:47.110.xx.xx:5672 迁移步骤: 一、迁移元数据 1、下载的元数据文件保存至本地 在Overview页签下方,单击Expor 阅读全文
posted @ 2024-11-07 14:49 小油2018 阅读(63) 评论(0) 推荐(0) 编辑
摘要: level=warn ts=2021-08-16T03:20:04.960Z caller=scrape.go:1507 component="scrape manager" scrape_pool=mtail target=http://18.167.146.20:3903/metrics msg 阅读全文
posted @ 2024-10-17 20:01 小油2018 阅读(52) 评论(0) 推荐(0) 编辑
摘要: windows系统curl使用出现Protocol "'https" not supported or disabled in libcurl 或者Protocol "'http" not supported or disabled in libcurl 解决: Windows使用双引号而非单引号 阅读全文
posted @ 2024-08-28 10:06 小油2018 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 迁移工具: elasticsearch-dump 前提: 阿里云elasticsearch开启“自动创建索引” 一、安装elasticdump 安装node.js。 下载安装包。 wget https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x6 阅读全文
posted @ 2024-07-19 14:38 小油2018 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 使用为Centos7创建回收站的方法,可以有效地防止误删文件,并对删除信息进行记录。 实现: 每个用户都可以使用回收站功能 每个用户具有独立的回收站,用户删除的文件会移动到自己专属的回收站中,不会被未授权的用户看到。 回收站内按照天建立文件夹,移入的文件添加时间后缀进行重命名,防止同名文件覆盖。 可 阅读全文
posted @ 2024-06-18 10:56 小油2018 阅读(143) 评论(0) 推荐(0) 编辑
摘要: ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either sp 阅读全文
posted @ 2024-06-05 16:41 小油2018 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 在执行docker-compose down之后,再执行docker-compose up -d 提示 已有同名称标签的虚拟网卡 解决 1、执行docker network ls 命令展示所有的虚拟network2、执行docker network rm <network Id> 删除已存在的net 阅读全文
posted @ 2024-06-05 16:36 小油2018 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 1、清理Buffer/cache缓存文件 https://blog.csdn.net/u011066470/article/details/125510817 sync sysctl -w vm.drop_caches=1 sysctl -w vm.drop_caches=2 sysctl -w v 阅读全文
posted @ 2024-05-17 10:44 小油2018 阅读(1797) 评论(0) 推荐(0) 编辑
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示