文章出处:http://blog.csdn.net/lili72
环境cenos5.9 安装在192.168.119.131上进行.安装路径统一为/home/bigdata/
1 安装之前需要先安装:
1.1 openssl
1.1.1 下载 ,cd /home/bigdata/ wget http://www.openssl.org/source/openssl-...
分类:
其他好文 时间:
2015-01-31 21:53:26
阅读次数:
277
1没有安装gcc yum install gcc-c++2. 安装tcl yum install -y tcl3.安装redis $ wget http://download.redis.io/releases/redis-2.8.9.tar.gz $ tar xzf redis-2.8.9.tar...
分类:
其他好文 时间:
2015-01-30 19:13:52
阅读次数:
195
1.首先安装rpm :sudoapt-getinstallrpm wget-OGHOST-test.shhttp://www.antian365.com/lab/linux0day/GHOST-test.sh.txtsudochmod-R0777GHOST-test.sh./GHOST-test.s...
分类:
系统相关 时间:
2015-01-30 15:05:49
阅读次数:
196
为有更好的性能,也为更简洁的系统,一些不是常用或不是基本的功能,都将做为可选的安装组件需要用到的就安装memcache的安装wget -c http://down.wdlinux.cn/in/memcached_ins.shchmod 755 memcached_ins.sh ./memcached...
分类:
其他好文 时间:
2015-01-30 14:56:33
阅读次数:
170
描述:Linux默认自带ZIP压缩,最大支持4GB压缩,RAR的压缩比大于4GB.流程:下载 》安装 》 使用-------------------------------------------------- 下载#wget http://www.rarsoft.com/rar/rarlinux-...
分类:
系统相关 时间:
2015-01-30 14:30:45
阅读次数:
265
1、安装 cd?/usr/local
yum?-y?install?ctags
wget?http://home.tiscali.cz/~cz210552/distfiles/webbench-1.5.tar.gz?
tar?-zvxf?webbench-1.5.tar.gz
mkdir?man
cd?man
mkdir?man1
cd?/usr/local/...
分类:
Web程序 时间:
2015-01-30 10:56:49
阅读次数:
214
首先要做的就是安装redis? 安装方法:http://redis.io/download Installation
Download,?extract?and?compile?Redis?with:
$?wget?http://download.redis.io/releases/redis-2.8.19.tar.gz
$?tar?xzf?r...
分类:
Web程序 时间:
2015-01-30 10:55:13
阅读次数:
226
自动补全插件:pydiction可以实现下面的python代码自动补全: 1、简单python关键词补全 2、python函数补全带括号 3、python模块补全 4、python模块内置函数,变量补全 5、form module import sub-module 补全安装插件wget https...
分类:
编程语言 时间:
2015-01-30 10:29:50
阅读次数:
170
CentOS系统自带的更新源的速度实在是慢,为了让CentOS6使用速度更快的YUM更新源,可以选择163(网易)的更新源。 #?cd?/etc/yum.repos.d/
#?wget?http://mirrors.163.com/.help/CentOS6-Base-163.repo 备份并...
分类:
其他好文 时间:
2015-01-29 17:56:12
阅读次数:
217
一.在/usr/local下创建文件夹:/usr/local/man和/usr/local/man1
二.安装ctags
wget http://prdownloads.sourceforge.net/ctags/ctags-5.8.tar.gz
tar -zxvf ctags-5.8.tar.gz
cd ctags-5.8
./configure...
分类:
Web程序 时间:
2015-01-29 15:57:56
阅读次数:
156