<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; memcached</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/memcached/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CentOS 7.x安装部署Memcached服务器</title>
		<link>https://www.osyunwei.com/archives/9982.html</link>
		<comments>https://www.osyunwei.com/archives/9982.html#comments</comments>
		<pubDate>Mon, 30 Jan 2017 15:56:16 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[memcached]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=9982</guid>
		<description><![CDATA[操作系统：CentOS 7.x 64位 实现目的：安装部署Memcached服务器 一、防火墙设置 CentOS 7.x默认使用的是firewall作为防火墙，这里改为iptables防火墙。 1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # sample configuration for iptables service # you can edit this manually or use system-config-firewall # please do not ask us to add additional ports/services to this default configuration *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/9982.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/9982.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下Memcached服务器部署</title>
		<link>https://www.osyunwei.com/archives/9547.html</link>
		<comments>https://www.osyunwei.com/archives/9547.html#comments</comments>
		<pubDate>Thu, 16 Jun 2016 02:10:49 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[memcached]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=9547</guid>
		<description><![CDATA[操作系统：CentOS 6.x 64位 实现目的：安装部署Memcached服务器 一、防火墙设置 vi /etc/sysconfig/iptables #编辑防火墙配置文件，添加下面代码 -A INPUT -m state --state NEW -m tcp -p tcp --dport 11211 -j ACCEPT :wq! #保存退出 service iptables restart #最后重启防火墙使配置生效 二、关闭SELINUX vi /etc/selinux/config #SELINUX=enforcing #注释掉 #SELINUXTYPE=targeted #注释掉 SELINUX=disabled #增加 :wq! #保存退出 setenforce 0 #使配置立即生效 三 、系统约定 软件源代码包存放位置：/usr/local/src 源码包编译安装位置：/usr/local/软件名字 四、下载软件包 1、下载libevent https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz 2、下载memcached http://www.memcached.org/files/memcached-1.4.25.tar.gz 五、安装编译工具包 yum install -y [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/9547.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/9547.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
