第一步,先安装lib-event
下载lib-event 的包http://libevent.org/
下载完之后,解压安装
./configure –prefix=/usr (或 ./configure --program-prefix=/usr)
make
make install
第二步,安装memcached
下载memcached的包...
分类:
其他好文 时间:
2014-07-23 17:19:31
阅读次数:
291
安装Python开发依赖包 sudo apt-get install python-dev配置PIP并安装noipy sudo apt-get install python-pipsudo pip install noipy建立批处理脚本 noipy -u $USER_NAME-p $USER_PA...
分类:
其他好文 时间:
2014-07-23 16:31:12
阅读次数:
328
一、sys用户和system用户Oracle安装会自动的生成sys用户和system用户(1)、sys用户是超级用户,具有最高权限,具有sysdba角色,有create database的权限,该用户默认的密码是change_on_install(2)、system用户是管理操作员,权限也很大。具有...
分类:
数据库 时间:
2014-07-23 16:19:01
阅读次数:
252
安装sublime-text-2:sudo add-apt-repository ppa:webupd8team/sublime-text-2sudo apt-get updatesudo apt-get install sublime-text安装上第三方插件管理:按ctrl+`(1左边的键),调...
分类:
其他好文 时间:
2014-07-23 16:10:41
阅读次数:
295
安装软件:sudo aptitude install ghostscript然后执行命令:gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -sOutputFile=new_fi...
分类:
其他好文 时间:
2014-07-23 15:42:59
阅读次数:
289
#!/bin/sh#文件夹:"linux-2.6.32.61"。#命令:sh buildkernel.sh 2.6.32.61#准备:# apt-get update# apt-get install fakeroot kernel-package libncurses5-dev libqt3-mt...
分类:
其他好文 时间:
2014-07-23 15:21:36
阅读次数:
188
The server file is created when you install TortoiseSVN, Eclipse or command-line Subversion. Use the appropriate path from the installation folder to ...
分类:
其他好文 时间:
2014-07-23 15:15:56
阅读次数:
292
Introduction In this post, we will introduce OTW(over the web) mode to install Teamcenter 4-tier rich client and also use WAM tool to generate it. To ...
分类:
系统相关 时间:
2014-07-23 15:11:06
阅读次数:
978
gem install bundlerorsudo gem install bundler
分类:
系统相关 时间:
2014-07-23 15:03:06
阅读次数:
406
python pip源介绍: python装包一般都用easy_install 或者pip。 他们俩的原理跟apt-get差不多,都是去某个地址去下载你所指定的包。 pip和easy_install默认是去pypi.python.org/pypi 下载并解压,但是网络很不稳定,可以换成其他的源...
分类:
编程语言 时间:
2014-07-23 14:57:36
阅读次数:
285