码迷,mamicode.com
首页 >  
搜索关键字:centos memcached    ( 34566个结果
centos升级到最新的mysql
去网站下载mysql的yum源,地址如下: http://repo.mysql.com/ 在linux上先查看系统的版本号,根据版本号对应下载 more /etc/redhat-release rpm -Uvh http://repo.mysql.com/mysql-community-release-el6-5.noarch.rpm yum -y upgrade mysql m...
分类:数据库   时间:2014-07-22 23:03:13    阅读次数:472
node.js 安装 测试
2014年5月1日 18:48:01安装:系统是centos,里边的python版本是2.4,但是node.js 源码tar包安装要求是 2.6 或者 2.7下载python 2.7编译安装,注意,可以不卸载原有系统中的python,编译安装2.7时,默认安装,不要在配置时指定安装路径默认安装的时候...
分类:Web程序   时间:2014-07-22 22:59:55    阅读次数:346
在centos (linux) 搭建 eclipse c++开发分环境
网上说得很多,很烦,操作了很多,总有错误,但解决方案很简单。步骤就下面几步就OK了安装gcc 、g++yum install gccyum install gcc-c++安装jdk,配置jdk的环境(网上很多,就不用多说了)下载软件:eclipse: http://www.eclipse.org/d...
分类:编程语言   时间:2014-05-01 12:00:29    阅读次数:368
Memcached source code analysis (threading model)--reference
Look under the start memcahcedthreadingprocessmemcached multi-threaded mainly by instantiating multiple libevent, are a main thread and n workers thre...
分类:其他好文   时间:2014-05-01 06:15:27    阅读次数:356
Memcached source code analysis -- Analysis of change of state--reference
This article mainly introduces the process of Memcached, libevent structure of the main thread and worker thread based on the processing of the connec...
分类:其他好文   时间:2014-05-01 02:44:07    阅读次数:571
CentOS6.5系统挂载NTFS分区的移动硬盘
作为IT的工作者,避免不了使用Linux系统,CentOS插入NTFS移动硬盘没有办法识别。通过三步就可以使CentOS识别NTFS分区的移动硬盘。...
分类:移动开发   时间:2014-04-30 22:33:39    阅读次数:443
[NOSQL] Memcache入门
Memcache是临时性键值存储NoSQL数据库,过去被大量使用在互联网网站中,作为应用和数据库之间的缓存层(现已打都被Redis取代),它是由Danga Interactive公司开发,最初为了加速LiveJournal 访问速度而开发,后来成为广泛应用的开源项目,官网: http://memcached.org/ Memcache的特点 全内存运转 哈希方式存储 简单文本协议进...
分类:数据库   时间:2014-04-29 13:47:20    阅读次数:444
CentOS, 快速设置ssh无密码登录
首先,保证可以ping通 然后执行如下命令, master登录slave master上面执行如下指令: 2.4 确认本机sshd的配置文件(root)   $ vi/etc/ssh/sshd_config   找到以下内容,并去掉注释符"#" RSAAuthenticationyes   PubkeyAuthenticationyes   AuthorizedKeys...
分类:其他好文   时间:2014-04-29 13:14:22    阅读次数:280
heat笔记之为diskimage-builder编写elements生成一个lamp镜像
建立elements目录 mkdir -p elements/lamp/install.d/ vim 70-lamp #!/bin/bash set -eux install-packages wordpress mariadb-server httpd memcached 生成一个带wordpress的镜像 export ELEMENTS_PATH=...
分类:其他好文   时间:2014-04-29 13:14:21    阅读次数:475
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!