码迷,mamicode.com
首页 >  
搜索关键字:centos 7.0 hostname static    ( 78606个结果
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
ffmpeg代码解析
void avdevice_register_all(void){ static int initialized; if (initialized) return; initialized = 1; /* devices */ REGISTER_INOUTDEV(ALSA, alsa); REGIS...
分类:其他好文   时间:2014-04-30 04:26:51    阅读次数:351
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
Gridview 单选效果实现,且用且珍惜
Gridview 单选效果,在androidapp中实现非常频繁,我这里提供我的一种思路,这是我的思维导图: 怎么样将这样的思维导图翻译成java代码了,请看下面的代码了: // 电子产品的图片列表信息 static class ConfigInfo { st...
分类:其他好文   时间:2014-04-30 04:11:23    阅读次数:480
eclipse中输入中文为繁体
http://blog.163.com/guomaolin_gavin/blog/static/199618307201218104452930/eclipse中输入中文为繁体!2012-02-08 10:44:52|分类:eclipse|举报|字号订阅今天不小心在java编辑的时候发现eclips...
分类:系统相关   时间:2014-04-30 03:45:43    阅读次数:847
序--CentOS6.5 mini 安装和基本配置
By:wangyz这么多天了,居然还没有大神来Linux版,那Linux版的一血我拿了先说说个人认为比较好用的一些发行版Ubuntu:除了界面比较丑,崩的比较多之外,基本上也没什么大的缺点了,不过该有的都有了,适合懒人CentOS:极力推荐的,稳定,生产环境第一选择Arch:GEEK专用,安装没有向...
分类:其他好文   时间:2014-04-30 03:37:28    阅读次数:889
CentOS安装,更新Python
1、查看当前Python版本python -V2、查看当前CentOS版本cat /etc/redhat-release3、安装所有的开发工具包yum groupinstall "Development tools"4、安装其他必须包yum install zlib-devel bzip2-deve...
分类:编程语言   时间:2014-04-30 00:59:31    阅读次数:443
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!