码迷,mamicode.com
首页 >  
搜索关键字:425 security    ( 6031个结果
SELinux的Docker安全性
原文译自:http://opensource.com/business/14/7/docker-security-selinux 这篇文章基于我今年在DockerCon一个讲座,它将讨论我们当前听到的Docker容器的安全问题. 容器并不"包容" 我听到也读到许多假定Docker容器是应用沙盒的观点--这意味着他们可以在他们的系统上使用有根权限的Docker来运行任意的程序. 他们相...
分类:系统相关   时间:2014-07-23 17:18:26    阅读次数:469
Chapter 1 Securing Your Server and Network(5):使用SSL加密会话
如果想保护这些数据不被嗅探器侦测,需要使用SSL加密客户端和服务器之间的交互。...
分类:Web程序   时间:2014-07-23 17:11:33    阅读次数:255
修改linux资源限制
vi/etc/security/limits.confroot soft nofile 4096root hard nofile 65536root soft noproc 2047root hard noproc 16384root soft stack 10240root hard stack....
分类:系统相关   时间:2014-07-23 14:59:16    阅读次数:291
java加密解密和证书的demo
import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.security.InvalidKeyException; import java.security.Key; imp...
分类:编程语言   时间:2014-07-23 13:59:26    阅读次数:313
Spring Security笔记:Remember Me(下次自动登录)
本文讲解了如何在Spring Security3中实现Remember Me功能
分类:编程语言   时间:2014-07-23 11:44:17    阅读次数:432
玩转JPA(一)---异常:Repeated column in mapping for entity/should be mapped with insert="false" update="fal
最近用JPA遇到这样一个问题:Repeated column in mapping for entity: com.ketayao.security.entity.main.User column: org_id (should be mapped with insert="false" update="false") 这个错误是由实体类引起的,我一开始是这样写的: @Column priv...
分类:移动开发   时间:2014-07-22 23:47:28    阅读次数:378
Eclipse远程连接hadoop时 报 Permission denied:
用Eclipse远程连接hadoop时报org.apache.hadoop.security.AccessControlException: Permission denied: user=DrWho, access=READ_EXECUTE, inode="system":hadoop:supergroup:rwx-wx-wx错误,解决方法: ????...
分类:系统相关   时间:2014-07-22 22:37:34    阅读次数:283
XMPP 协议工作流程详解
XMPP 要点. 1. 客户端(C) 和服务器端(S) 通过TCP连接5222端口进行全双工通信.2. XMPP 信息均包含在 XML streams中.一个XMPP会话, 开始于 标签, 并结束于标签.所有其他的信息都位于这俩标签之间.3. 出于安全目的考虑, 开始之后, 后续的内容会被适度的使用 Transpor Layer Security (TLS) 协商传输 和强制性的 S...
分类:其他好文   时间:2014-07-22 22:33:53    阅读次数:364
FileAlreadyExistsException: Output directory hdfs://ubuntu:9000/output09 already exists
14/07/21 17:49:59 ERROR security.UserGroupInformation: PriviledgedActionException as:chenlongquan cause:org.apache.hadoop.mapred.FileAlreadyExistsException: Output directory hdfs://ubuntu:9000/output0...
分类:其他好文   时间:2014-07-22 14:38:19    阅读次数:179
Chapter 1 Securing Your Server and Network(4):使用虚拟服务帐号
虚拟服务帐号(Virtual service account)和托管帐号一样,都是Windows Server 2008 R2引入的新特性,它是一个不需要密码管理的本地帐号,并且可以和NetworkService帐号一样通过计算机标识访问网络。...
分类:Web程序   时间:2014-07-22 14:17:34    阅读次数:243
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!