会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
恩蒙
谁能登上耶和华的山
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
12
13
14
15
16
17
18
19
下一页
2016年3月30日
ubuntu 连接VPN 命令
摘要: 1 注册MXVPN 2 启动VPN pptpsetup --create mxvpn1 --server xx.xx.xx.xx --username *** --password *** --encrypt --start pptpsetup --help 查看帮助 3 route add -ho
阅读全文
posted @ 2016-03-30 10:48 Eamon13
阅读(198)
评论(1)
推荐(0)
2016年3月24日
Mysql5.7 安装
摘要: 1 安装yum源 yum localinstall http://repo.mysql.com//mysql57-community-release-el7-7.noarch.rpm2 参看源 vi /etc/yum.repos.d/mysql-community.repo[mysql-connec
阅读全文
posted @ 2016-03-24 14:36 Eamon13
阅读(335)
评论(0)
推荐(0)
2016年3月16日
NTP服务器时间同步
摘要: CentOS 配置服务器NTP同步 1 查看是否安装 rpm -aq | grep ntp 2 安装 yum -y install ntp 3 配置 /etc/ntp.conf restrict 访问权限设定 service 上级服务设置 127.0.0.1 使用本机系统时间 driftfile 与
阅读全文
posted @ 2016-03-16 10:42 Eamon13
阅读(667)
评论(3)
推荐(0)
2016年3月10日
postgres-xl 集体搭建(2)
摘要: $ pgxc_ctl prepare config minimal 生成一个单机伪分布集群配置简单模板 根据该模板进行简单修改就可以配置成一个集群 $ pgxc_ctl init all $ pgxc_ctl start all $PGXC monitor allRunning: gtm maste
阅读全文
posted @ 2016-03-10 15:43 Eamon13
阅读(1825)
评论(0)
推荐(0)
2016年3月9日
postgres-xl 集体搭建(1)
摘要: 安装并编辑脚本 cd /opt/curl -O http://files.postgres-xl.org/postgres-xl95r1beta1.tar.gztar -zxvf postgres-xl95r1beta1.tar.gzmv postgres-xl95r1beta1 postgres-
阅读全文
posted @ 2016-03-09 16:21 Eamon13
阅读(361)
评论(0)
推荐(0)
2016年3月4日
postgres-xl 集体搭建
摘要: pgxl 集群搭建 一 预备 1 下载安装解压源码 /opt/ curl -O http://files.postgres-xl.org/postgres-xl95r1beta1.tar.gz tar -zxvf postgres-xl95r1beta1.tar.gz mv postgres-xl9
阅读全文
posted @ 2016-03-04 15:35 Eamon13
阅读(1554)
评论(5)
推荐(0)
2016年3月2日
单词本
摘要: Seamlessly 无缝的foster 培养、培育ecosystem 生态系统modular 模块化pluggable 插件化hookable 可挂载placement 布置mechanism 机制corresponds 对应ultimately 最后;根本;基本上parallelism 平行;类
阅读全文
posted @ 2016-03-02 09:16 Eamon13
阅读(186)
评论(0)
推荐(0)
2016年2月29日
docker machine
摘要: 1 安装 。。 2 使用 新建 $ docker-machine create --driver virtualbox pgxc-gtm 3 查看IP $ docker-machine ls NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORSpgxc-1
阅读全文
posted @ 2016-02-29 11:20 Eamon13
阅读(353)
评论(0)
推荐(0)
2016年2月23日
桥接 NAT HOST-ONLY
摘要: 无论是vmware,virtual box,virtual pc等虚拟机软件,一般来说,虚拟机有三种网络模式: 1.桥接 2.NAT 3.Host-Only 桥接 桥接网络是指本地物理网卡和虚拟网卡通过VMnet0虚拟交换机进行桥接,物理网卡和虚拟网卡在拓扑图上处于同等地位,那么物理网卡和虚拟网卡就
阅读全文
posted @ 2016-02-23 09:23 Eamon13
阅读(260)
评论(0)
推荐(0)
2016年2月18日
kubernetes 条件需求
摘要: 1. 你必须拥有一台安装有Docker的机器。 2. 你的内核必须支持 memory and swap accounting 。确认你的linux内核开启了如下配置: CONFIG_RESOURCE_COUNTERS=y CONFIG_MEMCG=y CONFIG_MEMCG_SWAP=y CONF
阅读全文
posted @ 2016-02-18 11:31 Eamon13
阅读(5332)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
下一页
公告