码迷,mamicode.com
首页 >  
搜索关键字:python redhat ubuntu    ( 163665个结果
centos和redhat下安装nginx最新版
在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
centos和readhat下安装python2.7
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
centos和redhat下,psycopg2安装
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
centos和redhat下安装postgreSQL
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
centos和redhat vsftp安装和设定
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
win环境下,django+postgresql配置
先下载postgresql的python包,选择合适自己的python版本和平台32位还是64位,http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml下载win环境下postgresql接口,http://www.stickpeople.com/projec...
分类:数据库   时间:2014-04-30 04:29:48    阅读次数:482
centos和redhat下 uwsgi配置
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
PIL install
1、wget http://effbot.org/downloads/Imaging-1.1.7.tar.gz2、tar xzvf Imaging-1.1.7.tar.gz3、cd Imaging-1.1.74、python ./setup.py make5、python ./setup.py in...
分类:其他好文   时间:2014-04-30 04:05:19    阅读次数:385
ahjesus ubuntu10.4安装ruby2.1.1
sudo apt-get install python-software-propertiessudo apt-add-repository ppa:brightbox/ruby-ngsudo apt-get updatesudo apt-get install ruby2.1ruby2.1 -vr...
分类:其他好文   时间:2014-04-28 14:18:29    阅读次数:445
ubuntu 更新引导命令
sudo update-grub运行结果:Generating grub configuration file ...Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no lon...
分类:其他好文   时间:2014-04-28 13:01:32    阅读次数:1053
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!