解决方案: /etc/hosts/etc/hosts文件中加下面这句 127.0.0.1 localhost localhost.localdomain 然后 sudo systemctl restart postgresql-10 sudo systemctl status postgresql- ...
分类:
其他好文 时间:
2020-01-03 14:25:41
阅读次数:
115
kafka出现接收不到filebeat数据,最后发现版本兼容问题 filebeat换成 filebeat-7.4.2-linux-x86_64 kafka是docker-compose启动的,版本是kafka_2.12-2.3.0 filebeat配置 ...
分类:
其他好文 时间:
2020-01-02 20:29:42
阅读次数:
224
1.limit的修改 vim /etc/security/limits.conf 具体内容为: * soft nofile 65536 * hard nofile 65536 * soft noproc 2048 * hard noproc 4096 * - memlock unlimited es ...
分类:
其他好文 时间:
2020-01-02 18:32:03
阅读次数:
104
1、基本使用 [root@linux-node1 ansible]# cat testitem.yaml - hosts: date remote_user: root tasks: - name: create some files file: name=/data1/{{ item }} sta ...
分类:
其他好文 时间:
2020-01-02 15:34:18
阅读次数:
81
1、配置方式 /etc/hosts.allow mountd:192.168.131.1 #cent7.0设置方式Portmap:192.168.131.1:allow #cent6.0设置方式 /etc/hosts.deny mountd:all #cent7.0设置方式Portmap:ALL:d ...
分类:
系统相关 时间:
2020-01-02 15:24:26
阅读次数:
1896
IntelliJ IDEA 注册码 1.先去官网下载IntelliJ IDEA 2.将IntelliJ IDEA安装好 3.打开hosts文件windows+r C:\Windows\System32\drivers\etc 4.添加内容0.0.0.0 http://account.jetbrain ...
分类:
其他好文 时间:
2020-01-01 20:24:10
阅读次数:
163
一、查看主机名 1. hostname 2. uname –a 二、永久修改主机名 1. 修改 /etc/hostname vi /etc/hostname 2. 修改/etc/hosts配置文件(可选) vi /etc/hosts 3. 重启系统 sudo reboot ...
分类:
系统相关 时间:
2020-01-01 11:35:17
阅读次数:
77
1.打开Dns检测|Dns查询 - 站长工具: http://tool.chinaz.com/dns?type=1&host=github.com&ip= 2.在检测输入栏中输入http://github.com官网 3.把检测列表里的TTL值最小的IP输入到hosts里,并对应写上github官网 ...
分类:
其他好文 时间:
2019-12-31 23:24:35
阅读次数:
440
由于环境的需要,一个实例所有表要区分大小表,另一个实例不区分。部署过来也参数了很多资料,也遇到些坑,这里将我的部署记录下来,以便大家参考,操作过程如有不当之处,还请指点,谢谢!!具体部署过程记录如下:安装环境准备1.1主机环境准备1.1.1.HOST配置每台主机的hosts(/etc/hosts),添加host_ip$hostname到/etc/hosts文件中。[root@~]#echo&quo
分类:
数据库 时间:
2019-12-31 01:27:27
阅读次数:
78
1.windows添加hosts记录 40.23.68.128 service1 40.13.18.146 service2 139.27.29.245 service3 2.在windows安装Hadoop并且增加环境变量 hadoop-2.6.0.zip 3.修改驱动为phoenix-5.0.0 ...
分类:
数据库 时间:
2019-12-30 21:17:19
阅读次数:
79