转自:http://www.itnose.net/detail/6111623.html1. 通过yum安装 yum -y install memcached #安装完成后执行: memcached -h #出现memcached帮助信息说明安装成功 2. 加入启动服务 c...
分类:
Web程序 时间:
2015-03-11 21:32:16
阅读次数:
187
使用secureCRT一、首先安装centos的rzsz、1.yum自动安装:yum install lrzsz 2.手动安装方法如下:2.1. 下载软件 rzsz-3.48.tar.gzwget http://freeware.sgi.com/source/rzsz/rzsz-3.48....
分类:
系统相关 时间:
2015-03-11 01:52:18
阅读次数:
326
一.安装makeyum-yinstallgccautomakeautoconflibtoolmake二.安装g++yum-yinstallgccgcc-c++三.安装pcrecd/usr/local/src/用网页打开ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/查看pcre版本wgetftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.35...
分类:
数据库 时间:
2015-03-09 19:21:15
阅读次数:
226
一、安装#yum install subversion 判断是否安装成功 [root@]#svnserve--version有了SVN软件后还需要建立SVN库。#mkdir /opt/svn/repos #svnadmin create /opt/svn/repos二、配置进入上面生成的文件夹con...
分类:
其他好文 时间:
2015-03-07 15:32:59
阅读次数:
121
在CentOS或rhel下,软件包的管理方式有三种:一种是使用rpm安装别人编译好的软件包,一种是使用yum,还有一种是使用编译安装1、软件包简介软件包的组成部分:二进制程序:/bin,/sbin,/usr/bin,/usr/sbin,/usr/local/bin,/usr/local/sbin库文件:/lib,/usr/lib,/usr/local..
分类:
系统相关 时间:
2015-03-05 17:24:03
阅读次数:
201
安装yum install memcached -y 运行?/usr/local/servers/memcached -d -m 128 -l localhost -p 11211 -u root -d 以守护程序(daemon)方式运行 memcached; -m 设置 memcached 可以使用的内存大小,单位为 M; ...
分类:
系统相关 时间:
2015-03-03 16:50:24
阅读次数:
137
一、简易安装
#yum install -y mysql-server mysql mysql-devel
如果报安装包冲突:
file /usr/share/mysql/ukrainian/errmsg.sys from install of MySQL-server-5.5.18-1.rhel5.i386 conflicts with file from pac...
分类:
数据库 时间:
2015-03-02 19:16:07
阅读次数:
236
impala编译 编译系统centos 5.10一、预装库1.gcc安装yum install gcc44yum install gcc44-c++下面的单独安装在编译过程中会与系统自带的低版本冲突mpc-0.9.tar.gzmpfr-3.1.2.tar.gzgmp-5.0.1.tar.bz2gcc...
分类:
其他好文 时间:
2015-02-28 22:58:40
阅读次数:
355
CentOS7 PostgreSQL安装CentOS7 PostgreSQL安装Install安装使用yum安装yum install http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/pgdg-redhat94-9.4-1.noarch.rpmy...
分类:
数据库 时间:
2015-02-28 21:26:45
阅读次数:
265
1.Linux客户机安装yum install virt-viewer连接#remote-viewer spice://IP:PORTremote-viewer spice://localhost:5902#virt-viewer Domainvirt-viewer cos_v12.windows客...
分类:
其他好文 时间:
2015-02-26 18:13:06
阅读次数:
800