会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Databasess
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
8
下一页
2020年2月23日
SaaS
摘要: 我们来了解一下云 下面是我收集的一些图片方便理解
阅读全文
posted @ 2020-02-23 13:44 Databasess
阅读(139)
评论(0)
推荐(0)
2020年2月14日
rsyncd脚本
摘要: 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
阅读(172)
评论(0)
推荐(1)
rsyncd
摘要: 一 .服务端 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
阅读(183)
评论(0)
推荐(0)
2020年2月13日
MySQL高可用--MHA安装
摘要: 准备环境: 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
阅读(359)
评论(0)
推荐(1)
2020年2月12日
正向代理
摘要: 环境: 需要准备两台虚拟机 需要每台有两个网卡 内网网卡和外网网卡 内网网段 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
阅读(356)
评论(0)
推荐(0)
zabbix 一键部署
摘要: 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
阅读(613)
评论(0)
推荐(0)
2020年2月11日
kvm安装
摘要: 需要准备的有 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
阅读(258)
评论(0)
推荐(0)
虚拟化 原理
摘要: 链接:https://www.jianshu.com/p/40b44441aeb5来源:简书 //学习总结 虚拟化的概述: 虚拟化意味着 创建设备、资源 的虚拟版本 系统虚拟化 存储虚拟化 网络虚拟化 GPU虚拟化 软件虚拟化 硬件支持虚拟化 虚拟化的实现方式: 纯软件的仿真 通过模仿完整的硬件环境
阅读全文
posted @ 2020-02-11 11:22 Databasess
阅读(410)
评论(0)
推荐(0)
KVM理论
摘要: KVM简介: 其中,KVM 全称是 基于内核的虚拟机(Kernel-based Virtual Machine),它是Linux 的一个内核模块,该内核模块使得 Linux 变成了一个 Hypervisor: 它由 Quramnet 开发,该公司于 2008年被 Red Hat 收购。 它支持 x8
阅读全文
posted @ 2020-02-11 10:06 Databasess
阅读(205)
评论(0)
推荐(0)
2020年2月4日
tomcat分发solo博客脚本
摘要: #!/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
阅读(134)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
8
下一页
公告