码迷,mamicode.com
首页 >  
搜索关键字:网络安全Port Security    ( 6031个结果
Samba的ADS域模式和RPC域模式
对于Samba服务器,有两种域安全模式,加入到Windows 2000或者Windows 2003域控制器(DC‘s)控制的域中: RPC 模式 RPC(远程过程调用)模式的域成员是"NT4"样式的域成员,可以在/etc/samba/smb.conf中通过security=domain设定. 只要域...
分类:其他好文   时间:2014-09-18 00:37:02    阅读次数:390
跨域post请求实现方案小结--转
【名词解释】跨域:https://developer.mozilla.org/en-US/docs/JavaScript/Same_origin_policy_for_JavaScript同源策略(注意Network Access这一节):http://www.w3.org/Security/wik...
分类:其他好文   时间:2014-09-17 18:29:02    阅读次数:291
开发技术知识点汇总
1,Web 应用十大安全隐患 1) SQL 注入  2) 跨站脚本攻击XSS (Cross Site Scripting)  3) 遭破坏的认证和会话管理  4) 不安全的对象直接引用  5) 伪造跨站请求(CSRF) 6) 安全误配置(Security Misconfiguration) 7) 限制远程访问失败(Failure to Restrict URL Access)  8) 未验证的...
分类:其他好文   时间:2014-09-16 19:04:20    阅读次数:274
(process:6471): GConf-WARNING **: 等类似错误
(process:6471): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security...
分类:其他好文   时间:2014-09-15 22:55:54    阅读次数:222
centos 6.5 ssh 升级到 6.6 采雷过程
制作ssh rpm 包升级后,ssh无法登录系统,报错如下: PAM?unable?to?dlopen(/lib64/security/pam_stack.so):?/lib64/security/pam_stack.so:?cannot?open?shared?object?file:?No?such?file?or?dir...
分类:其他好文   时间:2014-09-15 18:01:09    阅读次数:705
Java 进阶(二) 使用visualVM远程监控JVM
1.配置Java安全访问 新建文件jstatd.all.policy 内容: grant codebase "file:${java.home}/../lib/tools.jar" { permission java.security.AllPermission; }; 2.在远程服务器上执行 jstatd -J-Djava.security.p...
分类:编程语言   时间:2014-09-15 16:06:39    阅读次数:177
Samba服务器配置
实验01:Samba服务器配置实验目标:掌握samba服务器的配置实验步骤:Samba服务端:[root@svr5~]#rpm-qsambapackagesambaisnotinstalled[root@svr5~]#yumlistsamba..................Complete!Samba客户端:[root@pc205~]#yumlistsamba*Loadedplugins:product-id,refresh-packag..
分类:其他好文   时间:2014-09-15 03:23:18    阅读次数:210
C#统计目录中文件MD5值
1. [代码]统计目录中文件MD5值 using System.IO;using System.Security.Cryptography;using System.Collections;using System.Windows.Forms;IDataObject iData = Clipboa....
分类:其他好文   时间:2014-09-13 17:05:25    阅读次数:170
Ubuntu 下安装 CCNx0.8.2
官网简介:The CCNx architecture is based on three basic tenets:Content is accessed by name, not machine address.Security is applied directly to the content...
分类:其他好文   时间:2014-09-13 12:01:55    阅读次数:445
C# 加密解密
1 using System; 2 using System.IO; 3 using System.Security.Cryptography; 4 using System.Text; 5 6 namespace Public 7 { 8 /// 9 ///...
分类:其他好文   时间:2014-09-12 14:45:43    阅读次数:239
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!