1.Curl 命令 # 建立索引 [root@dbtest01 ~]# curl -XPUT 'http://10.0.0.121:9200/test' # 插入数据 [root@dbtest01 ~]# curl -XPUT 'localhost:9200/student/user/1?prett ...
分类:
其他好文 时间:
2020-08-19 19:53:11
阅读次数:
64
构建springboot项目 打包应用 编写dockerfile 构建镜像 发布运行! [root@localhost demo]# ls demo02-0.0.1-SNAPSHOT.jar Dockerfile # Dockerfile文件 [root@localhost demo]# cat D ...
分类:
编程语言 时间:
2020-08-19 19:10:33
阅读次数:
79
Consul是用于服务发现和配置的工具。Consul是分布式的,高度可用的,并且具有极高的可伸缩性。Consul服务提供以下关键特性:服务发现:Consul的客户端可用提供一个服务,比如api或者mysql,另外一些客户端可用使用Consul去发现一个指定服务的提供者.通过DNS或者HTTP应用程序可用很容易的找到他所依赖的服务;健康检查:Consul客户端可用提供任意数量的健康检查,指定一个服务
分类:
其他好文 时间:
2020-08-18 13:47:48
阅读次数:
60
su命令切换到其他用户格式:su-[用户名]su-user2[root@jinkai01~]#su-user2上一次登录:一8月316:14:57CST2020pts/0上[user2@jinkai01~]$pwd/home/user2su--c"touch/tmp/aming.111"username(用户名)可以不用切换到其他用户下就可以指定某个用户创建文件注意:加-保证完
分类:
其他好文 时间:
2020-08-18 13:45:35
阅读次数:
55
用户文件**(原密码文件)/etc/passwd**[root@jinkai01~]#cat/etc/passwdroot:x:0:0:root:/root:/bin/bashbin:x:1:1:bin:/bin:/sbin/nologin以:为隔离分段第一段:用户名第二段:以前密码存放地第三段:用户UID第四段:组GID第五段:注释第六段:用户家目录第七段:用户的shell密码文件/etc/sh
分类:
其他好文 时间:
2020-08-18 13:45:00
阅读次数:
54
####首先保证Node891或Node811等版本装成功了###### /opt/bigdata/elk/node891 ################ 修改目录权限 #################### [root@vwmaster hadoop]# chown -R root:root ...
分类:
其他好文 时间:
2020-08-17 17:45:14
阅读次数:
70
一基础环境安装源ISOCentOS-7-x86_64-DVD-1810最小化安装系统后先更新[root@Server~]#yumupdate-y[root@Server~]#cat/etc/redhat-releaseCentOSLinuxrelease7.6.1810(Core)[root@Server~]#uname-r3.10.0-957.21.3.el7.x86_64关闭防火墙system
分类:
其他好文 时间:
2020-08-17 17:38:52
阅读次数:
75
1.[root@centos8 ~]#wget https://github.com/abishekvashok/cmatrix/releases/download/v2.0/cmatrix-v2.0-Butterscotch.tar 2. [root@centos8 ~]#dnf -y insta ...
分类:
其他好文 时间:
2020-08-17 17:01:41
阅读次数:
55
极简 Node.js 入门系列教程:https://www.yuque.com/sunluyong/node 本文更佳阅读体验:https://www.yuque.com/sunluyong/node/fs-api-style Node.js 对文件、文件夹读写操作主要靠内置的 fs 模块 cons ...
Eureka 按照官方介绍: Eureka is a REST (Representational State Transfer) based service that is primarily used in the AWS cloud for locating services for the ...
分类:
其他好文 时间:
2020-08-15 22:23:41
阅读次数:
80