10 2018 档案

摘要:1、首先说两种启动命令,网上最多的是用./nexus start。这种是后台启动,看不到实时日志;./nexus run 是实时启动可以看到日志。 2、linux下解压nexus-3.6.2-01-unix.tar.gz一般是没有啥问题,用run时可能会看到有关memery的报错,这时可以考虑是机器 阅读全文
posted @ 2018-10-24 21:20 0o飞行天下o0 阅读(9459) 评论(1) 推荐(2)
摘要:一、iptables防火墙1、基本操作 # 查看防火墙状态 service iptables status # 停止防火墙 service iptables stop # 启动防火墙 service iptables start # 重启防火墙 service iptables restart # 阅读全文
posted @ 2018-10-23 10:37 0o飞行天下o0 阅读(381730) 评论(4) 推荐(16)
摘要:linux下配置使用以第一台为例(先配置好jdk环境)1、解压kafka:2.10-0.10.1.12、修改zookeeper.properties 新增配置:maxClientCnxns=0 tickTime=2000 initLimit=10 syncLimit=5 session.timeou 阅读全文
posted @ 2018-10-17 14:21 0o飞行天下o0 阅读(907) 评论(0) 推荐(0)