上一页 1 ··· 4 5 6 7 8 9 下一页
摘要: #脚本开始 #!/bin/bash HOSTLIST=`cat /usr/local/ipaddrs.txt` for IP in $HOSTLIST do ping -c 3 -i 0.2 -W 3 $IP &> /dev/null if [ $? -eq 0 ] then echo "Host 阅读全文
posted @ 2019-04-08 11:03 Withfeel 阅读(1138) 评论(0) 推荐(0) 编辑
摘要: 参考文章: https://www.cnblogs.com/zy-303/p/10273167.html#_label0 https://blog.csdn.net/linyifan_/article/details/86508298 1,下载redis,下载地址http://download.re 阅读全文
posted @ 2019-04-04 17:16 Withfeel 阅读(4399) 评论(0) 推荐(0) 编辑
摘要: 下载kettle包 访问https://community.hitachivantara.com/docs/DOC-1009855下载kettle包 选择想要的版本 下载zip包 解压kettle包 unzip pdi-ce-7.1.0.0-12.zip 直接进入解压后的目录之后,运行spoon.s 阅读全文
posted @ 2019-04-03 17:10 Withfeel 阅读(2608) 评论(1) 推荐(1) 编辑
摘要: 安装系统时,使用了最小化安装,当需要用到图形界面的时候需要安装图形界面支持 环境是centos7.5最小化安装 1,先更新系统 yum -y upgrade 这里说明一下upgrade和update的区别 yum -y update 升级所有包,改变软件设置和系统设置,系统版本内核都升级 yum - 阅读全文
posted @ 2019-04-03 16:57 Withfeel 阅读(2636) 评论(0) 推荐(0) 编辑
摘要: 本文转载于https://www.cnblogs.com/magicc/p/6490566.html 以前一直在windows下用SSH Secure Shell连接远程服务器,它自带了一个可视化的文件传输工具,跟ftp差不多 但是它也存在一个缺陷,不支持编码的选择,遇到utf8就自动乱码了,另外m 阅读全文
posted @ 2019-04-01 13:33 Withfeel 阅读(22357) 评论(0) 推荐(1) 编辑
摘要: 参考文章 https://blog.csdn.net/chenjia6605/article/details/82734945 1、本机安装所需工具: yum -y install rsync createrepo 2、创建目录(位置随意): (1)、centos仓库目录,centosplus可以不 阅读全文
posted @ 2019-04-01 11:50 Withfeel 阅读(1096) 评论(0) 推荐(0) 编辑
摘要: 参考文章: https://www.cnblogs.com/lldsn/p/10479493.html 系统版本centos 7.5 最小化安装 修改主机名 hostnamectl set-hostname yum.local 安装wget软件包 yum install wget -y 修改yum源 阅读全文
posted @ 2019-04-01 11:50 Withfeel 阅读(1750) 评论(0) 推荐(0) 编辑
摘要: 1,宣告操作系统版本,nginx,java,tomcat,keeplived版本 操作系统 用途 VIP IP地址 软件版本 CentOS 7.3 mini NTP服务器 无 192.168.197.31 官方yum源版本 CentOS 7.3 mini Nginx主 192.168.197.30 阅读全文
posted @ 2019-04-01 11:49 Withfeel 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 测试环境 操作系统:CentOS 7.2 最小化安装 主服务器IP地址:192.168.197.21 mongo01 从服务器IP地址:192.168.197.22 mongo02 从服务器IP地址:192.168.197.23 mongo03 关闭selinux,关闭防火墙。 Mongodb版本: 阅读全文
posted @ 2019-04-01 11:48 Withfeel 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 测试环境 操作系统:CentOS 7.2 最小化安装 主服务器IP地址:192.168.197.21 master-node 从服务器IP地址:192.168.197.22 slave-node 关闭selinux,关闭防火墙。 Mongodb版本:mongodb-linux-x86_64-3.4. 阅读全文
posted @ 2019-04-01 11:48 Withfeel 阅读(1280) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 下一页