apt-get install php5 php5-mysql php5-json php5-gd php5-pgsql php5-mcrypt php5-redis php5-memcached php5-fpm -yapt-get installnginxapt-get install -y m...
分类:
系统相关 时间:
2014-09-14 12:49:57
阅读次数:
292
fcitx 项目主页 http://code.google.com/p/fcitxfcitx 在中文环境下安装一般不会有什么问题(LC_CTYPE=zh_CN.UTF-8). 在英文环境(LC_CTYPE=en_US.UTF-8)下安装,可按如下配置:> sudo apt-get install f...
分类:
系统相关 时间:
2014-09-14 12:44:17
阅读次数:
225
注册机使用说明: Install Instructions: (Read carefully!) 安装说明(仔细阅读!) 1. Disable your Network card or pull the network cable. 禁用网络或拔出网线 2. Install Acrobat Pro ...
分类:
其他好文 时间:
2014-09-14 11:14:16
阅读次数:
335
1、Ubuntu pidgin安装webqq首先安装webqq的通讯协议:sudo add-apt-repository ppa:lainme/pidgin-lwqq sudo apt-get update sudo apt-get install libpurple0 pidgin-lwqq这时候...
分类:
其他好文 时间:
2014-09-14 08:56:26
阅读次数:
146
查看python的版本[root@localhost ~] python -V Python 2.4.31.先安装GCCyum -y install gcc如果安装gcc 出错,yum distro-syncyum clean all 2.下载Python-2.7.2[root@localhost ...
分类:
编程语言 时间:
2014-09-14 00:03:06
阅读次数:
262
做个记录easy_install和pip都是用来下载安装Python一个公共资源库PyPI的相关资源包的首先安装easy_install下载地址:https://pypi.python.org/pypi/ez_setup解压,安装.python ez_setup.py安装好easy_install ...
分类:
编程语言 时间:
2014-09-13 22:44:46
阅读次数:
280
1. 通过yum安装
yum -y install memcached
#安装完成后执行:
memcached -h
#出现memcached帮助信息说明安装成功
2. 加入启动服务
chkconfig --level 2345 memcached on
3. 配置Memcached
vim /etc/sysconfig/memcached
#文件中内容如下,按需要修改:...
分类:
Web程序 时间:
2014-09-13 21:31:25
阅读次数:
298
1. 软件环境
软件版本:MyEclipse 2014, Ubuntu 12.04
SVN插件名:Subclipse (http://subclipse.tigris.org/)
2. 插件(Plugin)安装方法:
1. 在MyEclipse菜单中Help -> Install from Site..
2. 点击“Work with”右边的“Add”按钮,加入这个网址:
ht...
分类:
系统相关 时间:
2014-09-13 20:13:15
阅读次数:
295
1、下载RabbitMQ Server安装包
Ubuntu环境下的安装包rabbitmq-server_3.3.5-1_all.deb的下载地址在这里:http://www.rabbitmq.com/install-debian.html
Ubuntu自9.04版本之后默认会安装RabbitMQ,但是版本会较老,所以我们需要安装上面的最新的安装包。
下载后直接双击安装即可,Erlang环境都...
分类:
Web程序 时间:
2014-09-13 20:09:45
阅读次数:
308
系统为ubuntu 12.10,确保已经安装了gcc, 从 http://www.pcre.org/ 上下载pcre压缩文件
解压
tar -zxvf pcre-8.33.tar.gz
解压后生成一个pcre-8.33文件夹,进入该文件夹 配置
./configure
配置过程中会不断打印配置信息,之后编译
make
安装
make install
make ins...
分类:
系统相关 时间:
2014-09-13 18:47:35
阅读次数:
526