码迷,mamicode.com
首页 >  
搜索关键字:pam limits    ( 2102个结果
linux安装oracle11g步骤
1. 修改用户限制 root用户:修改 /etc/security/limits.conf 文件,加上下面的参数 oracle soft nproc 2047 oracle hard nproc 16384 oracle soft nofile 1024 oracle hard nofile 655...
分类:数据库   时间:2015-07-06 19:19:03    阅读次数:153
Linux sssd 认证
sssd是一款用以取代ldap和AD的软件,配置比较简单。本文介绍如何在ldap客户端部署sssd,来启用ldap认证。-安装sssdyuminstallsssdyumremovepam_ldapsamba*安装sssd,并卸载pam_ldap和samba相关的包-配置/etc/sssd/sssd.conf[sssd]config_file_version=2services=nss,pamdomains..
分类:系统相关   时间:2015-07-02 19:40:16    阅读次数:211
Linux sssd 认证
sssd是一款用以取代ldap和AD的软件,配置比较简单。本文介绍如何在ldap客户端部署sssd,来启用ldap认证。-安装sssdyuminstallsssdyumremovepam_ldapsamba*安装sssd,并卸载pam_ldap和samba相关的包-配置/etc/sssd/sssd.conf[sssd]config_file_version=2services=nss,pamdomains..
分类:系统相关   时间:2015-07-02 19:38:16    阅读次数:172
动画里关于 CALayer 的一些零碎知识点
重温了一下《IOS 7 Programming: Pushing the Limits》这本书,有许多零碎的知识点,记录一下,勉强算作是学习笔记吧。 CALayer Part 1 动画的基本单元就是 UIView,它是非常重量级的对象,所以不能多用。但你又想让你的 UI 看起来更酷,那就需要使用 Core Animation 了。Core Animation 中最基础也最重要的部...
分类:其他好文   时间:2015-07-01 18:29:00    阅读次数:86
Linux系统(X64)安装Oracle11g完整安装图文教程另附基本操作
一、修改操作系统核心参数在Root用户下执行以下步骤:1)修改用户的SHELL的限制,修改/etc/security/limits.conf文件输入命令:vi /etc/security/limits.conf,按i键进入编辑模式,将下列内容加入该文件。?1234567oracle soft npr...
分类:数据库   时间:2015-07-01 13:42:03    阅读次数:152
stretchlim函数分析
在看imadjust代码时,看到stretchlim函数,特此分析一下,代码注释如下function lowhigh = stretchlim(varargin)%STRETCHLIM Find limits to contrast stretch an image.% LOW_HIGH = S.....
分类:其他好文   时间:2015-06-30 14:29:06    阅读次数:150
Linux学习笔记之RedHat Enterprise Linux 6.4 使用 Centos 6 的yum源问题
作为一名新手,学习Linux已经一个月了,其间遇到了不少问题,而今天笔者遇到的问题是#yum install pam-devel#This system is not registered to Red Hat Subscription Management. You can use subscri...
分类:系统相关   时间:2015-06-29 21:46:52    阅读次数:158
iOS中四种实例变量的范围类型@private@protected@public@package
文档上记录是这样的The Scope of Instance VariablesTo enforce the ability of an object to hide its data, the compiler limits the scope of instance variables—that...
分类:移动开发   时间:2015-06-28 12:39:00    阅读次数:177
pam之基础知识和常见模块
nns负责名称解析,认证的过程是pam来处理。2套系统是独立运行的。认证本身也可以不借用nss,自己去找对应的解析库。以用户登陆为例:用户名的解析:USERNAME-->nsswitch.conf-->passwd:file-->/etc/passwd密码的解析:PASSWORD-->nsswitch.conf-->shadow:file--..
分类:其他好文   时间:2015-06-26 23:53:49    阅读次数:307
hive job oom问题
错误信息如下:Container [pid=26845,containerID=container_1419056923480_0212_02_000001] is running beyond virtual memory limits. Current usage: 262.8 MB of 2 GB physical memory used; 4.8 GB of 4.2 GB virtua...
分类:其他好文   时间:2015-06-26 19:54:37    阅读次数:113
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!