码迷,mamicode.com
首页 >  
搜索关键字:.configure    ( 6481个结果
Enable MFA for a user
If you are root/admin account, in order to configure a virtual MFA device, you must have physical access to the device. For example, if you are configuring MFA for a user who will use a smartphone to...
分类:其他好文   时间:2014-07-29 17:56:02    阅读次数:321
apache 添加 ssl_module
下载httpd2.2.6,以前用http2.2.4会出问题(出现个什么lib的错误)./configure --prefix=/usr/local/apache --enable-ssl --enable-cgi --enable-mods-shared=all --with-mysql=/usr/...
分类:其他好文   时间:2014-07-29 17:32:02    阅读次数:393
WebSokcet之ServerEndPoint
WebSocket是JavaEE7新支持的:The javax.websocket.server package contains annotations, classes, and interfaces to create and configure server endpoints.Javax....
分类:Web程序   时间:2014-07-29 17:16:52    阅读次数:337
iftop安装
tarxvfiftop.tar.gzcdiftop./configure&&make&&makeinstall安装后启动iftop使用命令iftop查看本机流量可以用iftop-i切换网卡例:iftop-ieth1
分类:其他好文   时间:2014-07-29 16:01:01    阅读次数:183
CISCO 交换机命令
*cisco路由器常用命令 * 1?Exec?commands:? <1-99>?恢复一个会话 bfe?手工应急模式设置 clear?复位功能 clock?管理系统时钟 configure?进入设置模式 connect?打开一个终端 copy?从tftp服务器拷贝设置文件或把设置文件拷贝到tftp服务器上 debug?调试功能 disable?退出优..
分类:其他好文   时间:2014-07-29 15:53:39    阅读次数:386
Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.错误
错误如图示:1、在php的目录下建立个文件夹tmp,这个有权限的问题,如果是ntfs的分区,就一定要添加evryone的控制权限,否则是没用的。2、在php.ini找到session.save_path 这一行,设成session.save_path = "C:/php/tmp"把前面的注释分号去掉...
分类:Web程序   时间:2014-07-29 14:13:58    阅读次数:235
wscript:329: error: Could not autodetect OpenSSL support. Make sure OpenSSL development packages are
安装node错误: wscript:329: error: Could not autodetect OpenSSL support. Make sure OpenSSL development packages are installed. Use configure --without-ssl to disable this message. 说明没有安装   openssl-de...
分类:其他好文   时间:2014-07-28 16:06:03    阅读次数:234
sqlcipher移植
一、下载代码:http://git.oschina.net/fulinux/sqlcipher.git或者https://github.com/sqlcipher/sqlcipher.git二、编译:./configure --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto" 如果遇到编译问题,请checkout...
分类:数据库   时间:2014-07-28 16:05:34    阅读次数:356
Linux软件的安装卸载大法
configure作用:是源码安装软件时配置环境用的 他根据你的配置选项和你的系统情况生成makefile文件 为make 做准备最常用的参数: ./configure --prefix 作用:不指定prefix,则可执行文件默认放在/usr/local/bin,库文件默认放在/usr/local/...
分类:系统相关   时间:2014-07-28 14:43:33    阅读次数:232
编译安装 nginx的http_stub_status_module监控其运行状态
步骤:1 编译nginx,加上参数 --with-http_stub_status_module以我自己的编译选项为例: #配置指令 ./configure --prefix=/usr/local --user=nginx --group=nginx --with-http_...
分类:其他好文   时间:2014-07-28 14:26:03    阅读次数:250
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!