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、安装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、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
所需硬件:树莓派、无线网卡1.查看无线网卡是否被识别pi@raspberrypi ~ $
sudo lsusbBus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.Bus 001
Device 001: ID 1d6b:0002 Li...
分类:
其他好文 时间:
2014-04-30 02:50:21
阅读次数:
807
一、修改系统默认语言及中文乱码问题记录系统默认使用语言的文件是/etc/sysconfig/i18n,如果默认安装的是中文的系统,i18n的内容如下:
LANG="zh_CN.UTF-8" SYSFONT="latarcyrheb-sun16" SUPPORTED="zh_CN.UTF-8:zh_C...
分类:
系统相关 时间:
2014-04-30 01:14:51
阅读次数:
607
--setgithubproxygitconfig--globalhttp.proxyhttp://user_name:user_pwd@user_ip:portgitconfig--systemhttp.sslcainfo/bin/curl-ca-bundle.crt--cancelproxygi...
分类:
其他好文 时间:
2014-04-30 01:13:49
阅读次数:
507
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
1. 安装openglessudo apt-get install
libgles-mesa-dev2. 安装glew
1.9下载codehttp://sourceforge.net/projects/glew/files/glew/makesudo make install3.
安装freetyp...
分类:
其他好文 时间:
2014-04-30 00:58:28
阅读次数:
506
ubuntu server版可直接一键安装lamp环境apt-get install
lamp-server^根据提示输入所需设置密码即可,其配置文件跟编译安装的apached等区别很大apache配置文件所在目录:/etc/apache2主要配置文件:apache2.conf、sites-avai...
分类:
其他好文 时间:
2014-04-30 00:26:41
阅读次数:
477
define(function(require,exports,moudles){ return
function(jquery){ (function($) { $.fn.pri= function() { alert...
分类:
Web程序 时间:
2014-04-30 00:07:13
阅读次数:
634