码迷,mamicode.com
首页 >  
搜索关键字:make modules_install    ( 11172个结果
通过rsync实现数据备份
1、Server端下载rsync-3.1.1pre2.tar.gz#tarzxvfrsync-3.1.1pre2.tar.gz#cd./rsync-3.1.1pre2#./configure--prefix=/usr/local/rsync#make&&makeinstall#vim/etc/rsyncd.conf uid=nobody gid=nobody usechroot=no maxconnections=10 strictmodes=yes pidfile=/var/run/..
分类:其他好文   时间:2014-08-15 18:03:49    阅读次数:212
Counterfeit Dollar
Problem Description Sally Jones has a dozen Voyageur silver dollars. However, only eleven of the coins are true silver dollars; one coin is counterfeit even though its color and size make it indist...
分类:其他好文   时间:2014-08-15 17:54:39    阅读次数:322
源码编译安装mysql5.6
yum -y install gcc gcc-c++ gcc autoconf automake zlib* fiex* libxml* ncurses-devel libmcrypt* libtool-ltdl make cmakegroupadd mysqluseradd -r -g mysql...
分类:数据库   时间:2014-08-15 17:20:59    阅读次数:269
POJ2762-Going from u to v or from v to u?(Tarjan缩点,DAG判直链)
Going from u to v or from v to u? Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 14474   Accepted: 3804 Description In order to make their sons brave, Jiaji...
分类:其他好文   时间:2014-08-15 14:42:08    阅读次数:278
【HackerRank】Closest Numbers
Sorting is often useful as the first step in many different tasks. The most common task is to make finding things easier, but there are other uses als...
分类:其他好文   时间:2014-08-15 12:45:48    阅读次数:382
make输出log以及dry run
一.输出log如何获得Linux下make的log? 如何保存控制台对话? 如何将编译过程的信息保存成日志? 编译的过程可能会出错,导致编译过程无法继续进行。详细分析出错信息,有助于解决源码中的语法错误。 那么如何保存配置编译过程的信息?这些信息量很大,都可能超出Shell向上翻滚查看的范围。最好....
分类:其他好文   时间:2014-08-15 12:17:38    阅读次数:1079
Ant之build.xml详解
Ant之build.xml详解关键字: ant build.xmlAnt的概念可能有些读者并不连接什么是Ant以及入可使用它,但只要使用通过Linux系统得读者,应该知道make这个命令。当编译Linux内核及一些软件的源程序时,经常要用这个命令。Make命令其实就是一个项目管理工具,而Ant所实现...
分类:其他好文   时间:2014-08-15 10:40:08    阅读次数:203
DNS(四)--DNS编译安装
Bind的编译安装大多以tar.gz和tar.bz2打包软件,大多是通过./configure;make;makeinstall来安装的;有的软件是直接make&&makeinstall,我们可以通过./configure——help来查看配置软件的功能;大多软件是提供./configure配置软件的功能的;少数的也没有,如果没有的..
分类:其他好文   时间:2014-08-15 02:46:48    阅读次数:293
L9-1-安装Apache
一、安装Apache服务器: 安装apr [root@OCP soft]# tar -zxf apr-1.5.1.tar.gz [root@OCP apr-1.5.1]# ./configure --prefix=/usr/local/apr make make install 查看httpd是否已...
分类:其他好文   时间:2014-08-15 01:17:26    阅读次数:305
[POJ 2762]Going from u to v or from v to u? (强连通分量+拓扑排序)
Description In order to make their sons brave, Jiajia and Wind take them to a big cave. The cave has n rooms, and one-way corridors connecting some rooms. Each time, Wind choose two rooms x and y, an...
分类:其他好文   时间:2014-08-15 00:06:46    阅读次数:331
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!