码迷,mamicode.com
首页 >  
搜索关键字:qualcomm nv configure    ( 6700个结果
LAMP环境搭建历程
一、安装apache1.安装pcre./configure --prefix=$安装路径/pcre3.安装apr & apr-util将apr-1.4.6 与apr-util-1.4.1 更名为apr 和apr-util, 放在./httpd-2.4.2/srclib/下2.安装apache(htt...
分类:其他好文   时间:2014-06-12 17:58:16    阅读次数:298
rsync
remotesyncrsync有四种工作模式:第一个是shell模式,也称为本地模式;第二个是远程shell模式,其利用SSH执行底层连接和传输;第三个是列表模式,其工作方式与ls相似,即列出源的内容;-nv第四个模式是服务器模式。rsync以守护进程方式运行,接收文件传输请求。在使用时,可以..
分类:其他好文   时间:2014-06-10 23:43:10    阅读次数:318
How to configure dns slave server in Linux
ADNSserver,ornameserver,isusedtoresolveanIPaddresstoahostnameorviceversa.YoucansetupfourdifferenttypesofDNSservers:AmasterDNSserverforyourdomain(s),whichstoresauthoritativerecordsforyourdomain.AslaveDNSserver,whichreliesonamasterDNSserverfordata.Acaching-on..
分类:系统相关   时间:2014-06-10 22:29:28    阅读次数:432
CentOS搭建GIT服务器
1、安装GIT核心wget https://www.kernel.org/pub/software/scm/git/git-2.0.0.tar.gztar -zvxf git-2.0.0.tar.gz 解压进入git解压目录,然后配置、安装:autoconf./configure --with-cu...
分类:其他好文   时间:2014-06-10 16:16:10    阅读次数:303
ngingx安装错误 ./configure: error: the HTTP rewrite module requires the PCRE library.
有时候,我们需要单独安装nginx,来处理大量的下载请求。单独在Centos5安装nginx遇到的rewrite和HTTP cache错误解决办法:wgethttp://nginx.org/download/nginx-0.8.33.tar.gztar-zxvfnginx-0.8.33.tar.gz...
分类:其他好文   时间:2014-06-09 21:05:27    阅读次数:312
mysqli 操作数据库
从php5.0开始增加mysql(i)支持 , 新加的功能都以对象的形式添加i表示改进的意思 功能多、效率高、稳定编译时参数:./configure --with-mysql=/usr/bin/mysql_config \ #使用 Mysql ClientLibrary(libmysql)构建--w...
分类:数据库   时间:2014-06-09 15:18:32    阅读次数:341
在Centos 5.x 或者 6.x 上安装最新版的EPEL(比网易的源更新)
这文章太简单,大家只看我写中文的地方就可以了 Installing RHEL EPEL Repo on Centos 5.x or 6.x How to install RHEL EPEL repository on Centos 5.x or 6.x The following article will describe how to configure a...
分类:其他好文   时间:2014-06-08 18:10:54    阅读次数:250
【ruby】【linux】【irb】CentOS上安装配置ruby开发环境,安装 irb
1.安装编译环境gcc   使用yum install gcc在线安装 2.安装ruby开发环境   先下载linux版安装文件:ruby-1.8.6-p111.tar.gz   执行 tar -zxvf ruby-1.8.6-p111.tar.gz cd ruby-1.8.6-p111 ./configure --prefix=/usr/local/ruby ma...
分类:系统相关   时间:2014-06-08 05:01:48    阅读次数:445
Nginx之——安装
软件下载(Nginx官网):http://nginx.org/一、准备环境:1、安装pcre:pcre(PerlCompatibleRegularExpressions:Perl兼容的正则表达式)用来支持rewritecd/tol/softtar-jxfpcre-8.32.tar.bz2cdpcre-8.32./configure--prefix=/usr/local/pcremake&&makeinstallcp/usr/..
分类:其他好文   时间:2014-06-08 02:33:34    阅读次数:263
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!