码迷,mamicode.com
首页 >  
搜索关键字:pam limits    ( 2102个结果
[转载]Memory Limits for 32-bit and 64-bit processes
During our recent blog chat, there were a number of topics that were asked about and I am going to expand on some of them. The first one is the memory...
分类:其他好文   时间:2015-01-21 14:43:37    阅读次数:146
VSFTPD+MYSQL+PAM
一需要的软件包:1. vsftpd:2.MySQL3.pam_mysql4.pam-devel5.openssl6.tcp-wrappers二软件安装:1.Openssl使用yum -y install openssl2.MySQL使用yum–y install mysql3.pam_mysql下载...
分类:数据库   时间:2015-01-20 19:54:56    阅读次数:242
docker中crontab无法运行
yum install -y crontabssed -ri 's/.*pam_loginuid.so/#&/' /etc/pam.d/crondvi /etc/pam.d/crond将session required pam_loginuid.so注释掉,如下图:service crond sta...
分类:其他好文   时间:2015-01-19 12:37:42    阅读次数:480
linux limits.conf 配置
limits.conf 文件实际是 Linux PAM(插入式认证模块,Pluggable Authentication Modules)中 pam_limits.so 的配置文件,而且只针对于单个会话。limits.conf的格式如下: username|@groupname type reso....
分类:系统相关   时间:2015-01-15 18:07:32    阅读次数:200
UVA 11525
UVA 11525 (一种通过康托展开求排列的方法) Problem   给定一个1-K的排列的康托展开形式,即S1*(K-1)! + S2*(K-2)! + S3*(K-3)! +......+ SK(K-K)!;输出排列。 Limits Time Limit(ms); 3000 Memory Limit(MB): No Limit K: [1, 50000] Si:...
分类:其他好文   时间:2015-01-15 16:09:18    阅读次数:281
UVA 10780
UVA 10780 Problem   给两个整数M,N,要求找到最小的正整数K,使得(M^k)可整除(N ! )。输出K,若不存在,输出不存在。 Limits Time Limit(ms): 3000 Memory Limit(MB): No Limit M: [2, 5000] N: [1, 10000] 不超过500个case Solution   分解素...
分类:其他好文   时间:2015-01-14 22:58:44    阅读次数:166
Codeforces Round #285 Div1 A and Div2 C
Codeforces Round #285 Div1 A and Div2 C Problem   给一个图G,保证G是一个森林(坑!)。图G含有N个点,给出每个点的两个属性:度数(degree)、异或和(sum)。度数表示该点与多少个点相连,异或和表示与其相连的点的编号的异或和(点编号从0开始,若度数为0则异或和为0)。要求求出原图,输出边的个数和每条边两端的顶点。 Limits ...
分类:其他好文   时间:2015-01-13 08:59:35    阅读次数:116
重装linux后
root帐号解禁vi /etc/pam.d/gdmvi /etc/pam.d/gdm-passwd两个装机必备软件源http://download1.rpmfusion.org/nonfree/fedora/http://download1.rpmfusion.org/free/fedora/htt...
分类:系统相关   时间:2015-01-11 12:09:54    阅读次数:254
Codeforces gym Hello 2015 Div1 C and Div2 E
Codeforces gym Hello 2015 Div1 C and Div2 E Codeforces gym 100570 problem C Codeforces gym 100571 problem E Problem   给一个N行M列的矩阵Ma,进行Q次(Q查询,每次给定一个K,问有多少子矩阵,满足最大值max - 最小值min Limits ...
分类:其他好文   时间:2015-01-11 09:39:35    阅读次数:204
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!