参考资料:http://www.cnblogs.com/handongyu/p/6419305.html    http://coolnull.com/1986.html 一.安装libevent 首先检查系统中是否安装了libevent [root@yeebian ~]# rpm -qa | grep libevent 如果安装了则查看libevent的安装路径,后续安装时需要用到 [root@yeebian ~]# rpm -ql libevent 如果没有安装,则先安装libevent […
方法一: 安装memcachedyum install memcached 启动服务并初始化service memcached start -p 11211 -l 127.0.0.1 -d 设置memcached 开机自动启动#chkconfig memcached on 方法二: 1.先下载memcached 和libevent. libevent 最新的稳定版: wget http://monkey.org/~provos/libevent-1.4.14b-stable.tar.gz 引用网…
先说一下系统环境:centos 6.5,然后我是以root身份执行的,没有权限的用户参见sudo用法 第1步:查找并安装ibus安装包,命令如下: 找到一行: ibus-pinyin.x86_64 : The Chinese Pinyin and Bopomofo engines for IBus input platform 然后执行命令如下: [root@single Desktop]# yum install ibus-pinyin.x86_64 然后等待安装就可以了. 第2步:将安装的文…
参考资料:http://www.bubuko.com/infodetail-1006383.html   http://www.cnblogs.com/skyessay/p/6433349.html 一.安装 下载redis-3.0.5.tar.gz [root@yeebian ~]# cd /opt [root@yeebian opt]# wget http://192.168.10.173:8080/website/linux/redis-3.0.5.tar.gz [root@yeebian…
转自: 一.安装zookeeper # cd /opt/ # mkdir zookeeper # cd zookeeper/ # tar -zxvf zookeeper-3.4.6.tar.gz # cd /opt/zookeeper/zookeeper-3.4.6/conf # touch zoo.cfg # vi zoo.cfg tickTime=2000 dataDir=/opt/zookeeper/data dataLogDir=/opt/zookeeper/logs clientPor…
0 卸载旧版本的 texlive 0.1 卸载 texlive2007 如果系统没有安装过texlive,则跳过第0步. 可以在终端中使用如下命令查询本机已经安装的tex和latex版本: [She@She LaTex_test]$ tex --version TeX )kpathsea version D.E. Knuth.Kpathsea is copyright Karl Berry and Olaf Weber. ... [She@She LaTex_test]$ latex --ver…
CentOS 7不带Mysql数据库了,默认的数据库是MariaDB(Mysql的一个分支). 可以按照以下步骤手动安装Mysql数据库. 1. 下载rpm安装文件 wget http://repo.mysql.com/mysql-community-release-el7.rpm 2. 执行rpm安装 rpm -ivh mysql-community-release-el7.rpm 依赖解析完成后,出现下列选项: Dependencies Resolved ==================…
CentOS 7不带Mysql数据库了,默认的数据库是MariaDB(Mysql的一个分支). 可以按照以下步骤手动安装Mysql数据库. 1. 下载rpm安装文件 ? 1 wget http://repo.mysql.com/mysql-community-release-el7.rpm 2. 执行rpm安装 ? 1 rpm -ivh mysql-community-release-el7.rpm 依赖解析完成后,出现下列选项: ? 1 2 3 4 5 6 7 8 9 10 11 12 13…
CentOS 6.5 安装软件非常方便, yum install memcached…
1. 下载redis 的 windows下的安装文件 https://github.com/MicrosoftArchive/redis/releasesmsi文件下载地址https://github-production-release-asset-2e65be.s3.amazonaws.com/3402186/bb1d10fc-3fac-11e6-8dc7-a51af1d6f36f?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAI…