在ubuntn下通过agp-get install
nginx就可以按照最新版本的nginx,很方便在ctentos和redhat下需要添加yum
仓库才能安装最新版的nginx,在/etc/yum.repos.d/目录下新建nginx.repo 文件输入以下内容就可以了:[nginx]name=n...
分类:
其他好文 时间:
2014-04-30 05:01:46
阅读次数:
477
1、安装基本库yum install gccyum install makeyum
install zlib-develyum install bzip2-develyum install openssl-develyum install
ncurses-devel2、获得python2.7.4wg...
分类:
编程语言 时间:
2014-04-30 04:58:42
阅读次数:
400
1、 yum install postgresql-libs2、 yum install
postgresql92-devel.i3863、 wget
http://initd.org/psycopg/tarballs/PSYCOPG-2-5/psycopg2-2.5.1.tar.gz4、 tar ...
分类:
其他好文 时间:
2014-04-30 04:48:22
阅读次数:
511
1、确定你要下载的版本:下载地址2、进入你存放下载文件的目录运行wget
http://yum.postgresql.org/9.2/redhat/rhel-5-i386/pgdg-centos92-9.2-6.noarch.rpm,我的是32bit的centos5,其他版本可以在上面的路径中找到相...
分类:
数据库 时间:
2014-04-30 04:47:22
阅读次数:
596
1、安装vsftp yum install vsftpd2、配置vsftp 配置文件在
/etc/vsftpd/vsftpd.conf,建议把匿名登录关闭 anonymous_enable=NO3、设置vsftp为开机启动 chkconfig
vsftpd on 通过chkconfig –list可...
分类:
其他好文 时间:
2014-04-30 04:35:59
阅读次数:
506
1、下载最新稳定版uwsgi,地址为:wget
http://projects.unbit.it/downloads/uwsgi-1.9.13.tar.gz2、解压 tar zxvf
uwsgi-1.9.13.tar.gz3、cd uwsgi-1.9.13 && make4、移动uwsgi到bin目...
分类:
其他好文 时间:
2014-04-30 04:20:37
阅读次数:
572
3.1 Installing mod_pythonTo install mod_python,
we simply run:yum install mod_python3.2 Configuring ApacheNow we must configure
Apache so that it can ...
分类:
编程语言 时间:
2014-04-28 04:52:46
阅读次数:
735
Objective-C之run
loop详解作者:wangzz原文地址:http://blog.csdn.net/wzzvictory/article/details/9237973转载请注明出处如果觉得文章对你有所帮助,请通过留言或关注微信公众帐号wangzzstrive来支持我,谢谢!做了一年多...
分类:
其他好文 时间:
2014-04-28 03:08:09
阅读次数:
572
Page 6:Natural tendency in problem solving is
to pick the first solution that comes to mind and run with it. The disadvantage
of this approach is you ...
分类:
其他好文 时间:
2014-04-27 21:27:40
阅读次数:
510
问题描述:
使用CentOS的cp时,对于大文件的拷贝或者mv,需要等待很长时间,现在需要显示cp或mv的进度 问题解决: Advanced copy
参考官网:http://beatex.org/web/advancedcopy.html 解决方法:
分类:
其他好文 时间:
2014-04-27 20:49:46
阅读次数:
970