发布时间:2015-12-04 16:00:01
首先要配置好LDAP 不然会把你累死LDAP的安装过程在博客目录中找一下()要对应slapd.conf配置文件来写 我们需要三份数据文件第一份是基础模板目录文件vim base.ldif------------------------------------------dn: dc=bb,dc=comobjectclass: dcObjectobjectclass: organizationo: Cywx, Inc.dc: bb.........【阅读全文】
发布时间:2015-12-03 10:14:25
配置LADPLDAP相关的缩写如下:dn – distinguished name(区别名,主键)o – organization(组织-公司)ou – organization unit(组织单元-部门)c – countryName(国家)dc – domainComponent(域名)sn – sure name(真实名称)cn – common name(常用名称)CentOS 6 的安装$ yum install -y openl.........【阅读全文】
发布时间:2015-12-02 13:00:02
find / -name openldap*yum install openldap openldap-servers openldap-clients[root@localhost openldap]# ls -al /usr/share/openldap-servers/总用量 12drwxr-xr-x. 2 root root 47 11月 27 10:58 .drwxr-xr-x. 74 root root 4096 11月 27 10:58 ..-rw-r--r--. 1 root root 845 .........【阅读全文】
发布时间:2015-08-11 10:35:01
这久要做一下mysql的压力测试,首先是用了tpcc-mysql来做测试,现在用sysbeach来做一下io ,内存,线程的测试<br /><br /><br />首先是需要安装这个工具到我们的linux平台<br /><br />sysbeanch 的官方网站下载地址(这个是自己找的下载地址)<br /># wget <span style="white-space:normal;"> http://imysql.com.........【阅读全文】
发布时间:2015-07-30 17:02:15
我的是centos 6.4的系统
一、 下载工具包
Tpcc-mysql是percona基于tpcc衍生出来的产品,专用于mysql基准测试,其源码放在bazaar(Bazaar是一个分布式的版本控制系统,采用 GPL 许可协议,可运行于 Windows、GNU/Linux、UNIX 以及 Mac OS 系统之上。Bazaar 由 Canonical 公司(Ubunt.........【阅读全文】