1.登陆OperationsManager服务器,并打开OperationsManager管理控制台2.点击管理,右键管理包,选择下载管理包3.选择管理包页面,点击添加,出现的“从目录选择管理包”下,键入ActiveDirectory,点击搜索,将会连接Microsoft站点进行下载相关管理包。根据需要添加和ActiveDi..
分类:
其他好文 时间:
2014-11-02 00:48:03
阅读次数:
295
在OperationsManager中,审核收集服务(ACS)提供一种方式来收集审核策略生成的记录并将其存储在集中数据库中。默认情况下,当在Windows计算机上执行审核策略时,该计算机会自动将审核策略生成的所有事件保存到其本地安全日志中。对于Windows工作站和服务器而言,也是如此。在对..
分类:
其他好文 时间:
2014-11-02 00:47:41
阅读次数:
289
1,短目录和长目录:短目录和长目录都是放在Data region里的,一个directory entry占用32byte,具体参考下表:Short directory entryNameOffset (byte)Size (bytes)DescriptionDIR_Name011Short name...
分类:
其他好文 时间:
2014-11-01 23:10:50
阅读次数:
423
What is an object?object=entityobjects=attributes+servicesData: the properties or status < Operations: the functionsMappingFrom the problem space to t...
分类:
编程语言 时间:
2014-11-01 21:42:40
阅读次数:
236
大意:有两个杯子 三种操作You are given two pots, having the volume ofAandBliters respectively. The following operations can be performed:FILL(i) fill the poti(1 ≤...
分类:
其他好文 时间:
2014-11-01 09:42:07
阅读次数:
332
restorecon-Rv/srv/恢复http权限(如果默认不是http的,可以用semanagefcontext)/etc/httpd/conf.d/00vhost.conf<VirtualHost*:80>DocumentRoot/srv/default/wwwCustomLog"logs/default-vhost.log"combined</VirtualHost><Directory/srv/default/www>Requir..
分类:
Web程序 时间:
2014-11-01 06:29:35
阅读次数:
364
实验:
正向解析
1.[root@localhost etc]# vim /var/named/chroot/etc/named.conf
options {
listen-on port 53 { 172.17.0.142; }; -----修改
listen-on-v6 port 53 { ::1; };
directory "/var/named";
dump-file "/...
分类:
其他好文 时间:
2014-10-31 22:15:15
阅读次数:
341
Ubuntu 上使用jad,出现上面错误:./jad: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory网...
分类:
编程语言 时间:
2014-10-31 15:23:23
阅读次数:
188
1.查看本地节点目录 命令窗口中输入:DB2(DB2认证DB2培训) list node directory 2.编目一个TCP/IP节点 命令窗口:db2 catalog tcpip node remote server ostype 3.取消节点编目 db2 uncatalog nod...
分类:
数据库 时间:
2014-10-31 15:18:47
阅读次数:
313
1、fstab文件的作用 文件/etc/fstab存放的是系统中的文件系统信息。当正确的设置了该文件,则可以通过"mount ?/directory ? ? ?name"命令来加载一个文件系统,每种文件系统都对应一个独立的行,每行中的字段都...
分类:
系统相关 时间:
2014-10-31 13:59:09
阅读次数:
318