1。下载安装包:Java代码wgethttp://fastdl.mongodb.org/linux/mongodb-linux-i686-2.0.3.tgz2。解压:Java代码tar-zxvfmongodb-linux-i686-2.0.3.tgz3。指定安装目录:Java代码mvmongodb-...
分类:
数据库 时间:
2014-09-12 11:34:03
阅读次数:
273
For driver developers and people interested in the latest bugfixes, you can compile the driver from the latest source code on»Github. Go to Github and...
分类:
数据库 时间:
2014-09-12 11:31:23
阅读次数:
184
centos配置网卡bond,多网卡负载本次绑定两个bond,4个网口,两个网口一个bondbond0--eth0eth1外网bond1--eth2eth3内网一共需要修改3个地方,然后必须重启服务器reboot1.添加bond配置文件,修改ifcfg-eth0等配置文件将ip地址写到bond0中,eth0注释掉IP,添加MASTER,slave注意把..
分类:
其他好文 时间:
2014-09-12 10:20:54
阅读次数:
247
1. 下载Linux版本的 MongoDB数据库到官方的下载页面下载mongodb的Linux版本,32位还是64位根据自己的情况自行选择http://www.mongodb.org/downloads或者直接使用wget在服务器上下载wget http://fastdl.mongodb.org/l...
分类:
数据库 时间:
2014-09-12 10:05:23
阅读次数:
290
rpm-e--nodepsmysql-libsyum-yinstalllibaiorpm-ivhMySQL-shared-compat-5.6.20-1.el6.x86_64.rpmrpm-ivhMySQL-shared-5.6.20-1.el6.x86_64.rpmrpm-ivhMySQL-server-5.6.20-1.el6.x86_64.rpmrpm-ivhMySQL-client-5.6.20-1.el6.x86_64.rpmservicemysqlstart;chkconfigmysqloncat..
分类:
数据库 时间:
2014-09-12 02:29:13
阅读次数:
216
1、公钥、私钥(双钥加密技术)简述: 假设数据传输方A向数据接收方B传输数据(以A为服务器,B为客户端为例)。现在B有一对密钥对(公钥和私钥),B将公钥发送给A,A通过公钥加密后将数据传给B,B收到数据后利用手里的私钥进行数据解密(公钥和私钥是成对存在的,即只有拥有与该公钥匹配的私钥,才能解密通过公...
分类:
其他好文 时间:
2014-09-12 01:04:42
阅读次数:
533
DG在线日志组大小修改环境(单实例,Centos 6.5 X64,oracle 10.2.0.5,filesystem存储)REDO ONLINE LOGselect * from v$logfile where type='STANDBY'; #查询为standby log 三组STANDBY L...
分类:
其他好文 时间:
2014-09-12 01:04:12
阅读次数:
328
vim /etc/sysconfig/network-scripts/ifcfg-eth0代开配置文件写入DEVICE=eth0 #描述网卡对应的设备别名,例如ifcfg-eth0的文件中它为eth0 BOOTPROTO=static #设置网卡获得ip地址的方式,可能的选项为static,dhcp...
分类:
其他好文 时间:
2014-09-11 22:21:22
阅读次数:
223
1,Centos6.X yum安装mongoDB客户端和服务器端; yum -y install mongodb mongodb-server;基于epel repo.当前的mongoDB的版本为2.6.X2,配置具体配置见Ruiy的另外一篇文章关于Centos平台下编译安装mongoDB及配置;....
分类:
数据库 时间:
2014-09-11 22:18:52
阅读次数:
269
一、制作 U 盘启动引导盘1、 插上 U 盘,打开 UltraISO 软件,打开CentOS-5.3-i386-bin-DVD.iso 文件;2、点启动--写入硬盘镜像,在硬盘驱动器里面选择你的 U 盘,写入方式默认为:USB-HDD+,然后点格式化。格式化完成后,点写入;3、删除 U 盘根目录下面...
分类:
其他好文 时间:
2014-09-11 20:53:32
阅读次数:
215