码迷,mamicode.com
首页 >  
搜索关键字:centos https 客户端证书制作    ( 160478个结果
[转] AppArmor
AppArmor https://help.ubuntu.com/14.04/serverguide/apparmor.html AppArmor 是一个实施了基于名称强制存取控制的Linux安全模组。AppArmor 界定了单个程序进入一组文件列表的权限并遵循posix 1003.1e 草稿的能力...
分类:移动开发   时间:2014-07-03 11:03:07    阅读次数:303
python + pycurl + 高效批量get请求
pycurl包是用C编写的libcurl python接口,速度高于urllib。Libcurl 是一个支持FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE 和 LDAP的客户端URL传输库.libcurl也支持HTTPS认证,HTTP POST,...
分类:编程语言   时间:2014-07-03 09:21:22    阅读次数:453
常用正则
1. 网址String regEx = "^(http|https|ftp)\\://([a-zA-Z0-9\\.\\-]+(\\:[a-zA-" + "Z0-9\\.&%\\$\\-]+)*@)?((25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{" ...
分类:其他好文   时间:2014-07-03 06:59:58    阅读次数:195
基于jquery的邮箱输入联想插件开发
js代码:/*create by code_bunny 20140701 973295131@qq.com https://github.com/OOP-Code-Bunny*/(function ($) { $.fn.autoComplate = function (opts) { ...
分类:Web程序   时间:2014-07-03 06:15:27    阅读次数:1529
python通信串口pyserial安装及常用语句
一、安装1.下载软件包pyserial-2.7.tar.gz 网址:https://pypi.python.org/pypi/pyserial2.8uftp上传至/usr/local/src/目录下3.cd/usr/local/src/4.解压tar -zxvf pyserial-2.7.tar.....
分类:编程语言   时间:2014-07-03 06:05:52    阅读次数:1432
[CentOS]如何解决gcc版本冲突?
今天碰到一个比较坑爹的问题,在centos上用yum安装编译环境,运行: yum -y install make gcc gcc-c++ kernel-devel m4 ncurses-devel openssl-devel 结果导致编译cocos2d-x出现错误: cc1plus: error: unrecognized command line option "-std=c++11"...
分类:其他好文   时间:2014-07-02 08:23:01    阅读次数:290
CentOS 搭建 Mysql MMM 高可用架构
环境 CentOS Mysql 5.1 前提 安装了EPEL,具体安装步骤请参照 http://blog.csdn.net/robinsonmhj/article/details/36184863 机器列表 机器IP 机器名 192.168.0.135 db1 192.168.0.136 monitor 19...
分类:数据库   时间:2014-07-02 07:25:58    阅读次数:398
How to Setup NFS (Network File System) on RHEL/CentOS/Fedora and Debian/Ubuntu
NFS(NetworkFileSystem)isbasicallydevelopedforsharingoffilesandfoldersbetweenLinux/UnixsystemsbySunMicrosystemsin1980. Itallowsyoutomountyourlocalfilesystemsoveranetworkand remotehoststointeractwiththemastheyaremountedlocallyonthe samesystem.WiththehelpofNFS..
分类:Web程序   时间:2014-07-02 06:15:20    阅读次数:306
CentOS 65 安装vmware tools 杂记
CentOS 65中安装vmware tools时出现如下错误,centos vmware tools install failure ,no default label for /tmp/vmware-block-restore......经过google,发现此篇文章 ,需要预先安装必备组件,g...
分类:其他好文   时间:2014-07-01 18:31:54    阅读次数:230
centos 安装 网络安装使用本地镜像文件安装
使用u盘安装centos解决,当前镜像过大的问题...
分类:其他好文   时间:2014-07-01 15:53:55    阅读次数:213
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!