随笔分类 -  环境安装

activemq启动后报错
摘要:activemq.xml 添加了networkConnectors后,启动activemq就报错 <networkConnectors> <networkConnector userName="admin" password="admin" uri="static:(tcp://127.0.0.1: 阅读全文

posted @ 2020-04-14 10:59 Sample_天 阅读(212) 评论(0) 推荐(0)

nginx反向代理配置
摘要:在nignx目录下 cd /usr/local/nginx/conf vi nginx.conf 在sever下面插入想要反向代理的信息: 配置好内容后,启动nginx cd /usr/local/nginx/sbin ./nginx 然后到页面输入nginx服务器地址:如:172.19.20.75 阅读全文

posted @ 2020-04-08 13:09 Sample_天 阅读(3292) 评论(0) 推荐(0)

Centos中的mysql安装以及配置
摘要:1.检测系统内部有没有安装其他的mysql数据库 rpm -qa | grep mysql 然后如果有的话删除这些mysql yum remove 查出来的所有名字 2.彻底删除系统中mysql的目录 find / -name mysql 将查出的所有目录删掉 rm -rf 查到的路径 查看yum提 阅读全文

posted @ 2020-04-08 13:08 Sample_天 阅读(333) 评论(0) 推荐(0)

搭建elasticsearch过程中遇到的问题
摘要:ERROR: [2] bootstrap checks failed [1]: max file descriptors [4096] for elasticsearch process is too low, increase to at least [65536] 修改系统配置文件/etc/se 阅读全文

posted @ 2020-04-08 13:02 Sample_天 阅读(214) 评论(0) 推荐(0)

启动kafka后闪退
摘要:ERROR Fatal error during KafkaServer startup. Prepare to shutdown (kafka.server.KafkaServer) kafka.common.InconsistentBrokerIdException: Configured br 阅读全文

posted @ 2020-04-08 13:00 Sample_天 阅读(1528) 评论(0) 推荐(0)

zookeeper环境搭建
摘要:1.在线下载zookeeper 先在/var/local下创建个zookeeper文件夹 /var/local/zookeeper wget wget http://mirror.bit.edu.cn/apache/zookeeper/zookeeper-3.4.11/zookeeper-3.4.1 阅读全文

posted @ 2020-04-08 12:58 Sample_天 阅读(268) 评论(0) 推荐(0)

nginx安装
摘要:linux下nginx的安装以及环境配置 第一步:需要安装nginx所需的环境 yum install gcc-c++yum install -y pcre pcre-develyum install -y zlib zlib-develyum install -y openssl openssl- 阅读全文

posted @ 2020-04-08 10:55 Sample_天 阅读(211) 评论(0) 推荐(0)

导航