上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: 我们来了解一下云 下面是我收集的一些图片方便理解 阅读全文
posted @ 2020-02-23 13:44 Databasess 阅读(131) 评论(0) 推荐(0) 编辑
摘要: root@ localhost ~]# vim rsyncd.sh #!/bin/bash cat >/etc/rsyncd.conf<<EOF #全局配置 uid = root gid = root use chroot = no max connections = 200 timeout = 3 阅读全文
posted @ 2020-02-14 16:28 Databasess 阅读(166) 评论(0) 推荐(1) 编辑
摘要: 一 .服务端 1 更改配置文件 [root@ localhost ~]# vim /etc/rsyncd.conf #全局配置 uid = root gid = root use chroot = no max connections = 200 timeout = 300 pid file = / 阅读全文
posted @ 2020-02-14 15:57 Databasess 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 准备环境: 1.至少三台虚拟机 2.MySQL5.6 (支持事务一致性) 一.环境准备 (四台虚拟机操作相同) 1. 时间同步 [root@ tom42 ~]# echo "*/5 * * * * /usr/sbin/ntpdate ntp1.aliyun.com >/dev/null 2>&1" 阅读全文
posted @ 2020-02-13 18:37 Databasess 阅读(330) 评论(0) 推荐(1) 编辑
摘要: 环境: 需要准备两台虚拟机 需要每台有两个网卡 内网网卡和外网网卡 内网网段 172.16.1.0/24 网卡 ens37 外网网段 10.0.0.0/24 网卡 ens33 可以访问外网的 内网网络IP地址 172.16.1.42 可以访问外网的 外网网络IP地址 10.0.0.42 不可以访问外 阅读全文
posted @ 2020-02-12 17:20 Databasess 阅读(329) 评论(0) 推荐(0) 编辑
摘要: 1.手动安装一下zabbix rpm -ivh http://repo.zabbix.com/zabbix/4.4/rhel/7/x86_64/zabbix-release-4.4-1.el7.noarch.rpm yum -y install zabbix zabbix-web-mysql zab 阅读全文
posted @ 2020-02-12 14:48 Databasess 阅读(600) 评论(0) 推荐(0) 编辑
摘要: 需要准备的有 1.环境:Centos7 2.准备虚拟机硬盘 3.需要系统iso镜像 (这里用到的是CentOS-7-x86_64-Minimal-1810.iso) 4vnc 5 xming 一. 准备环境 1.关闭防火墙和selinux [root@ localhost ~]# systemctl 阅读全文
posted @ 2020-02-11 12:35 Databasess 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 链接:https://www.jianshu.com/p/40b44441aeb5来源:简书 //学习总结 虚拟化的概述: 虚拟化意味着 创建设备、资源 的虚拟版本 系统虚拟化 存储虚拟化 网络虚拟化 GPU虚拟化 软件虚拟化 硬件支持虚拟化 虚拟化的实现方式: 纯软件的仿真 通过模仿完整的硬件环境 阅读全文
posted @ 2020-02-11 11:22 Databasess 阅读(333) 评论(0) 推荐(0) 编辑
摘要: KVM简介: 其中,KVM 全称是 基于内核的虚拟机(Kernel-based Virtual Machine),它是Linux 的一个内核模块,该内核模块使得 Linux 变成了一个 Hypervisor: 它由 Quramnet 开发,该公司于 2008年被 Red Hat 收购。 它支持 x8 阅读全文
posted @ 2020-02-11 10:06 Databasess 阅读(191) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash for i in `seq 1 3` do c8080=`expr 8080 + $i` cd /opt if [ ! -d "/opt/tomcat/tomcat$i/apache-tomcat-8.5.35/webapps/solo" ];then cp solo.war 阅读全文
posted @ 2020-02-04 14:24 Databasess 阅读(129) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页