上一页 1 ··· 7 8 9 10 11 12 13 14 15 下一页

2021年5月10日

docker安装kafka-manager

摘要: docker pull sheepkiller/kafka-manager vi docker-compose.yml version: '2' services: kafka-manager: image: sheepkiller/kafka-manager environment: ZK_HOS 阅读全文

posted @ 2021-05-10 13:19 柴米油盐酱醋 阅读(638) 评论(0) 推荐(0) 编辑

2021年5月8日

kafka环境搭建

摘要: kafka需要zookeeper 安装zookeeper地址: https://www.cnblogs.com/nanxiang/p/14051057.html 三台服务器: 172.16.252.128 172.16.252.129 172.16.252.130 官网地址: https://kaf 阅读全文

posted @ 2021-05-08 13:04 柴米油盐酱醋 阅读(168) 评论(0) 推荐(0) 编辑

linux时间不准

摘要: rm -rf /etc/localtime cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime ntpdate -u ntp1.aliyun.com hwclock -w 修改为24小时制显示 cat /etc/default/locale LAN 阅读全文

posted @ 2021-05-08 11:54 柴米油盐酱醋 阅读(82) 评论(0) 推荐(0) 编辑

2021年4月29日

(转)Mac osx 下安装iTerm2,并使用rz sz上传下载(附homebrew配置)

摘要: 从window上转换到Mac还是有一些不习惯的地方,今天就一直在弄这个远程服务器的操作的软件,先是费了好大劲下载了SecureCRT,又是破解弄了半天发现上传下载用不了,很是伤心。一直想找一个类似xShell的软件,我放弃了,最后定为到iTerm配合rz和sz来实现上传下载。先说一下为什么写这个文章 阅读全文

posted @ 2021-04-29 10:40 柴米油盐酱醋 阅读(377) 评论(0) 推荐(0) 编辑

2021年4月27日

安装mariadb数据库

摘要: ####https://mariadb.com/kb/en/mariadb-package-repository-setup-and-usage/ curl -LsS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo ba 阅读全文

posted @ 2021-04-27 15:15 柴米油盐酱醋 阅读(194) 评论(0) 推荐(0) 编辑

2021年4月25日

mydumper 安装使用

摘要: 参考官方文档: https://github.com/maxbube/mydumper https://github.com/maxbube/mydumper/blob/master/docs/mydumper_usage.rst 1、先安装依赖 yum install -y cmake gcc g 阅读全文

posted @ 2021-04-25 19:29 柴米油盐酱醋 阅读(649) 评论(0) 推荐(0) 编辑

2021年4月23日

granfa 安装,配置prometheus数据源

摘要: 接上篇: https://www.cnblogs.com/nanxiang/p/14695310.html 下载地址: https://grafana.com/grafana/download 在S2操作系统上操作, 选择合适的操作系统,会自动出现安装方法。 [root@bogon ~]# wget 阅读全文

posted @ 2021-04-23 20:00 柴米油盐酱醋 阅读(593) 评论(0) 推荐(0) 编辑

prometheus 普罗米修斯安装

摘要: 两台服务器: S1:172.16.252.128 S2:172.16.252.128 相关组件下载地址: https://prometheus.io/download/ 一、下载安装prometheus软件 在S1服务器操作, 1、下载安装prometheus wget https://github 阅读全文

posted @ 2021-04-23 19:40 柴米油盐酱醋 阅读(685) 评论(0) 推荐(0) 编辑

2021年4月13日

Docker常用命令

摘要: docker常用命令docker run -i -t ubuntu:15.10 /bin/bash #我们通过 docker 的两个参数 -i -t,让 docker 运行的容器实现"对话"的能力: docker run -d ubuntu:15.10 /bin/sh -c "while true; 阅读全文

posted @ 2021-04-13 18:55 柴米油盐酱醋 阅读(75) 评论(0) 推荐(0) 编辑

binlog2sql 安装使用

摘要: github: https://github.com/danfengcao/binlog2sql 1、安装 git clone https://github.com/danfengcao/binlog2sql.git && cd binlog2sql root_D-v024@:~# git clon 阅读全文

posted @ 2021-04-13 18:49 柴米油盐酱醋 阅读(637) 评论(0) 推荐(0) 编辑

上一页 1 ··· 7 8 9 10 11 12 13 14 15 下一页

导航