安装ansible只需要将管理节点安装ansible,被管理节点不需要安装但如果使用yum安装的话,必须配置epel源rpm-Uvhhttp://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpmrpm-import/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6安装依赖关系包yum-yinstallpython-de..
分类:
其他好文 时间:
2014-05-27 04:15:39
阅读次数:
996
以下是对NUMA和cgroup的初次实践分享,仅供参考。详细介绍请参考:https://access.redhat.com/site/documentation/zh-CN/Red_Hat_Enterprise_Linux/6/html/Resource_Management_Guide/一、线上程序现象最近在不少os6.4的系统上发现机器负载较大,部分cpu使用率很高,但部分cpu..
分类:
其他好文 时间:
2014-05-27 03:56:17
阅读次数:
370
ThedirectoryserverssupportedforusewithRedHatEnterpriseVirtualization3.3are:ActiveDirectoryIdentityManagement(IDM)RedHatDirectoryServer9(RHDS9)OpenLDAPFromthisarticle,you‘lllearnfollowing:HowtosetupmasterIPAHowtosetupslaveIPAHowtoattachadirectoryservertotheR..
分类:
其他好文 时间:
2014-05-27 03:49:52
阅读次数:
368
做实验需要用Java与SQL Server连接,因为使用的 SQL 2008 Express
Edition 是基于 Visual Studio2010 安装包安装时一起安装的,所以为了方便数据库的操作,首先下载了独立的 SQL Server
Management Studio 安装包进行安装 。安...
分类:
数据库 时间:
2014-05-24 02:04:42
阅读次数:
307
Timer类:设置一个定时器,定时执行用户指定的函数。定时器启动后,系统将自动建立一个新的线程,执行用户指定的函数。构造函数:Timer(TimerCallback
callback, object state, int dueTime, int period)参数说明 callback:一个 S....
分类:
编程语言 时间:
2014-05-23 10:34:04
阅读次数:
364
在 android_main(struct android_app*
state)函数里面设置输入事件处理函数:state->onInputEvent =
&handleInput;//设置输入事件的处理函数,如触摸响应函数介绍:AMotionEvent_getX():以屏幕左上角为原点,是绝对坐标...
分类:
移动开发 时间:
2014-05-23 09:29:18
阅读次数:
585
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Management;using
System.Threading.Tasks;namespace TaskT...
分类:
编程语言 时间:
2014-05-23 08:40:04
阅读次数:
413
Lua可以调用C函数的能力将极大的提高Lua的可扩展性和可用性。 对于有些和操作系统相关的功能,或者是对效率要求较高的模块,我们完全可以通过C函数来实现,之后再通过Lua调用指定的C函数。 对于那些可被Lua调用的C函数而言,其接口必须遵循Lua要求的形式,即typedef int (*lua_CFunction)(lua_State* L)。 简单说明一下,该函数类...
分类:
其他好文 时间:
2014-05-22 12:18:44
阅读次数:
211
今天想对exchange启用Disable-mailbox这个命令,怎么都不行,没有这个命令,于是通过网络查找可以使用如下方法,找到那个管理单元的名称了Exchange2007Add-PSSnapinMicrosoft.Exchange.Management.PowerShell.AdminExchange2010Add-PSSnapinMicrosoft.Exchange.Management.Powe..
分类:
其他好文 时间:
2014-05-21 00:40:57
阅读次数:
359
http://note.youdao.com/share/?id=0f3b39a6c3e0d5363076729662d164a3&type=note一、简单网络管理协议(SNMP,Simple
Network Management Protocol)构成了互联网工程工作小组(IETF,Intern...
分类:
移动开发 时间:
2014-05-20 10:49:00
阅读次数:
363