码迷,mamicode.com
首页 >  
搜索关键字:openstack mirror    ( 6100个结果
openstack swift 源码分析之swift单机部署
openstack swift 部署详细介绍...
分类:其他好文   时间:2014-05-10 10:15:44    阅读次数:703
Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:其他好文   时间:2014-05-09 09:28:18    阅读次数:253
使用Haproxy对MariaDB做负载均衡
服务器环境:安装vim/etc/apt/sources.list.d/mariadb.list#添加以下两句 debhttp://mirror.yongbok.net/mariadb/repo/5.5/ubuntuprecisemain deb-srchttp://mirror.yongbok.net/mariadb/repo/5.5/ubuntuprecisemain apt-keyadv--recv-keys--keyserverkeyserver.ubuntu.com0xcbc..
分类:数据库   时间:2014-05-09 06:50:15    阅读次数:538
yum 安装方法
1、删除redhat原有的yum源#rpm-aq|grepyum|xargsrpm-e--nodeps2、下载新的yum安装包这里我们使用CentOS的yum源#wgethttp://mirror.centos.org/centos/6.0/os/i386/Packages/python-iniparse-0.3.1-2.1.el6.noarch.rpm#wgethttp://mirror.centos.org/centos/6.0/os/i386/Package..
分类:其他好文   时间:2014-05-08 16:40:46    阅读次数:286
yum配置
我們需要用yum進行linux的更新或者軟件的安裝時,會發現速度比較慢,這時我們應該修改下mirror。vim /etc/yum.repos.d/CentOS-Base.repo (提示:有些系統中CentOS-Base.repo.save,其實是一樣的,只不過要在修改後把".save"去掉,因為只...
分类:其他好文   时间:2014-05-08 12:28:37    阅读次数:319
(六)、获取Keystone token的三种方式
让我们简单Let’s take a look at three (very basic) ways to get a scoped token from Keystone (theOpenStack Identity Project). Keep in mind that these are just a few ways you can go about this. Before tryin...
分类:其他好文   时间:2014-05-06 19:30:32    阅读次数:359
linux第一天
马哥课程的学习任务:RHCE+RHCA+shell编程+MySQL+Web集群+NoSQL+Hadoop+Hbase+Openstack。1基础(RHCE):RH033RH133RH2532RHCA:RH401RH423(LDAP)RH442(系统调优)RH436RHS3333MySQL4NoSQL5系统工程师:是指具备较高专业技术水平,能够分析商业需求,并使用各种系统平台和服务器..
分类:系统相关   时间:2014-05-06 17:15:49    阅读次数:479
LeetCode OJ - Symmetric Tree && Same Tree
这两道题,大同小异。 我都是用BFS,在遍历的过程,判断结构是否相同/对称,值是否相同。下面是AC代码: 1 /** 2 * Given a binary tree, check whether it is a mirror of itself (ie, symmetric aroun...
分类:其他好文   时间:2014-05-05 09:48:26    阅读次数:401
SQLServer 数据库镜像+复制切换方案
目标:主机做了Mirror和Replication,当主机出现问题时,Replication和Mirror实现自动的故障转移(Mirror和Replication都切换到备机,而当主机重新启动后,自动充当备机的角色)。环境:五台虚拟机,配置均为Windows2008Enterprise + SQLS...
分类:数据库   时间:2014-05-04 19:07:28    阅读次数:560
OpenStack QA
1 能用devstack部署生产环境的OpenStack吗?    不能,记着,不能!有些选项对生产环境不合适。生产环境可以考虑使用Crowbar部署OpenStack...
分类:其他好文   时间:2014-05-03 20:58:06    阅读次数:207
6100条   上一页 1 ... 607 608 609 610 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!