码迷,mamicode.com
首页 >  
搜索关键字:privileged    ( 84个结果
SQL Server需要监控哪些计数器
常规计数器收集操作系统服务器的服务器性能信息,包括Processor、磁盘、网络、内存Processor 处理器1.1 % Processor Time指处理器用来执行非闲置线程时间的百分比。通过此计数器可以确定服务器当前CPU使用百分比。1.2 % Privileged Time是在特权模式下进程...
分类:数据库   时间:2015-03-20 23:43:37    阅读次数:185
多域名配置tomcat
<Context path="" docBase="D:\web\ftp\fgame-1.0" reloadable="true" crossContext="true" privileged="true" unpackWAR="true" cachingAllowed="true" cacheMaxSize...
分类:其他好文   时间:2015-03-13 20:49:38    阅读次数:231
Cisco IOS Software Activation Command Reference
clear license agent : to clear license agent statistics counters or connection statistics (in privileged EXEC mode)debug license : to enable controlle...
分类:移动开发   时间:2015-02-13 01:30:50    阅读次数:213
[docker]动态挂卷与数据卷管理
动态挂卷目前docker不支持动态挂卷。有同事就提出,以下方法是否可行:1. 将块设备通过ln链接到容器与host的映射目录。2. 将块设备挂载到容器与host的映射目录。以下是实验过程:由于非特权无法看到/dev下的设备,因此ln链接实际是无效的。 同理,对于其他块设备,也是这样的。当然,我们可以配置privileged,则可以看到这些设备。但是privileged本身存在很大的安全隐患。cod...
分类:其他好文   时间:2015-02-04 23:27:38    阅读次数:279
[docker]privileged参数
privileged参数 $ docker help run ... --privileged=false Give extended privileges to this container ... 大约在0.6版,privileged被引入docker。使用该参数,container内的root拥有真正的root权限。否则,container内的root只是外部的一个普通用户...
分类:其他好文   时间:2015-02-04 23:26:31    阅读次数:253
Cisco IOS Debug Command Reference E through H
debug eap through debug he-module subslot periodicdebug eap : to display information about Extensible Authentication Protocol(EAP)(in privileged EXEC ...
分类:移动开发   时间:2015-01-26 13:30:24    阅读次数:233
SQL Server计数器属性详解
常规计数器 收集操作系统服务器的服务器性能信息,包括Processor、磁盘、网络、内存 Processor 处理器 1.1 % Processor Time指处理器用来执行非闲置线程时间的百分比。通过此计数器可以确定服务器当前CPU使用百分比。 1.2 % Privileged Time是在特权模...
分类:数据库   时间:2014-12-17 22:19:11    阅读次数:322
docker中使用systemd
由于以下几个原因,docker的官方centos镜像中没有提供systemd服务: systemd requires the CAP_SYS_ADMIN capability. This means running docker with --privileged. Not good for a base image.systemd requires access to th...
分类:其他好文   时间:2014-10-23 16:26:10    阅读次数:308
docker中使用systemd
由于以下几个原因,docker的官方centos镜像中没有提供systemd服务:systemd requires theCAP_SYS_ADMINcapability. This means running docker with--privileged. Not good for a base ...
分类:其他好文   时间:2014-10-23 16:12:40    阅读次数:327
tomcat配置文件配置已有的项目
1:找到tomcat的conf目录 D:\apache-tomcat-6.0.18\conf 2:找到server.xml 加入如下配置 <Context docBase="D:\work\VCDP\WebRoot" path="" ???????? privileged="true" antiResourceLocking="false" an...
分类:其他好文   时间:2014-10-14 11:38:18    阅读次数:196
84条   上一页 1 ... 6 7 8 9 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!